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

  /hardware/qcom/display/liboverlay/
overlayMdpRot.cpp 50 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; }
163 if(mFd.valid() && (getSessId() != 0)) {
164 if(!mdp_wrapper::endRotator(mFd.getFD(), getSessId())) {
166 mFd.getFD(), getSessId());
overlayMdssRot.cpp 63 uint32_t MdssRot::getSessId() const { return mRotInfo.id; }
205 if(mFd.valid() && (getSessId() != (uint32_t) MSMFB_NEW_REQUEST)) {
206 if(!mdp_wrapper::unsetOverlay(mFd.getFD(), getSessId())) {
208 mFd.getFD(), getSessId());

Completed in 552 milliseconds