HomeSort by relevance Sort by last modified time
    Searched refs:getSessId (Results 1 - 20 of 20) sorted by null

  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.h 80 virtual uint32_t getSessId() const = 0;
115 virtual uint32_t getSessId() const;
172 virtual uint32_t getSessId() const;
overlayMdpRot.cpp 50 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; }
165 if(mFd.valid() && (getSessId() != 0)) {
166 if(!mdp_wrapper::endRotator(mFd.getFD(), getSessId())) {
168 mFd.getFD(), getSessId());
overlayMdssRot.cpp 66 uint32_t MdssRot::getSessId() const { return mRotInfo.id; }
209 if(mFd.valid() && (getSessId() != (uint32_t) MSMFB_NEW_REQUEST)) {
210 if(!mdp_wrapper::unsetOverlay(mFd.getFD(), getSessId())) {
212 mFd.getFD(), getSessId());
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.h 85 virtual uint32_t getSessId() const = 0;
122 virtual uint32_t getSessId() const;
181 virtual uint32_t getSessId() const;
overlayMdpRot.cpp 69 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; }
184 if(mFd.valid() && (getSessId() != 0)) {
185 if(!mdp_wrapper::endRotator(mFd.getFD(), getSessId())) {
187 mFd.getFD(), getSessId());
overlayMdssRot.cpp 81 uint32_t MdssRot::getSessId() const { return mRotInfo.id; }
233 if(mFd.valid() && (getSessId() != (uint32_t) MSMFB_NEW_REQUEST)) {
234 if(!mdp_wrapper::unsetOverlay(mFd.getFD(), getSessId())) {
236 mFd.getFD(), getSessId());
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.h 94 virtual uint32_t getSessId() const = 0;
129 virtual uint32_t getSessId() const;
188 virtual uint32_t getSessId() const;
overlayMdpRot.cpp 50 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; }
180 if(mFd.valid() && (getSessId() != 0)) {
181 if(!mdp_wrapper::endRotator(mFd.getFD(), getSessId())) {
183 mFd.getFD(), getSessId());
overlayMdssRot.cpp 63 uint32_t MdssRot::getSessId() const { return mRotInfo.id; }
210 if(mFd.valid() && (getSessId() != (uint32_t) MSMFB_NEW_REQUEST)) {
211 if(!mdp_wrapper::unsetOverlay(mFd.getFD(), getSessId())) {
213 mFd.getFD(), getSessId());
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdpRot.cpp 78 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; }
192 if(mFd.valid() && (getSessId() != 0)) {
193 if(!mdp_wrapper::endRotator(mFd.getFD(), getSessId())) {
195 mFd.getFD(), getSessId());
overlayRotator.h 96 virtual uint32_t getSessId() const = 0;
149 virtual uint32_t getSessId() const;
221 virtual uint32_t getSessId() const;
overlayMdssRot.cpp 90 uint32_t MdssRot::getSessId() const { return mRotInfo.id; }
268 if(mFd.valid() && (getSessId() != (uint32_t) MSMFB_NEW_REQUEST)) {
269 if(!mdp_wrapper::unsetOverlay(mFd.getFD(), getSessId())) {
271 mFd.getFD(), getSessId());
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdpRot.cpp 78 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; }
192 if(mFd.valid() && (getSessId() != 0)) {
193 if(!mdp_wrapper::endRotator(mFd.getFD(), getSessId())) {
195 mFd.getFD(), getSessId());
overlayRotator.h 96 virtual uint32_t getSessId() const = 0;
149 virtual uint32_t getSessId() const;
221 virtual uint32_t getSessId() const;
overlayMdssRot.cpp 90 uint32_t MdssRot::getSessId() const { return mRotInfo.id; }
268 if(mFd.valid() && (getSessId() != (uint32_t) MSMFB_NEW_REQUEST)) {
269 if(!mdp_wrapper::unsetOverlay(mFd.getFD(), getSessId())) {
271 mFd.getFD(), getSessId());
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 691 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId();
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_utils.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.cpp     [all...]

Completed in 244 milliseconds