HomeSort by relevance Sort by last modified time
    Searched refs:getSessId (Results 1 - 16 of 16) 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 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 64 uint32_t MdssRot::getSessId() const { return mRotInfo.id; }
207 if(mFd.valid() && (getSessId() != (uint32_t) MSMFB_NEW_REQUEST)) {
208 if(!mdp_wrapper::unsetOverlay(mFd.getFD(), getSessId())) {
210 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/msm8974/liboverlay/
overlayRotator.h 94 virtual uint32_t getSessId() const = 0;
129 virtual uint32_t getSessId() const;
186 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 65 uint32_t MdssRot::getSessId() const { return mRotInfo.id; }
212 if(mFd.valid() && (getSessId() != (uint32_t) MSMFB_NEW_REQUEST)) {
213 if(!mdp_wrapper::unsetOverlay(mFd.getFD(), getSessId())) {
215 mFd.getFD(), getSessId());
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 690 rotData.session_id = ctx->mLayerRotMap[dpy]->getRot(i)->getSessId();
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 639 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...]

Completed in 213 milliseconds