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