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

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.h 78 ovutils::eDest mDestLeft; //left pipe to draw on
hwc_fbupdate.cpp 147 mDestLeft = ovutils::OV_INVALID;
189 mDestLeft = destL;
271 ovutils::eDest destL = mDestLeft;
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.h 79 ovutils::eDest mDestLeft; //left pipe to draw on
hwc_fbupdate.cpp 173 mDestLeft = ovutils::OV_INVALID;
227 mDestLeft = destL;
321 ovutils::eDest destL = mDestLeft;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.h 95 ovutils::eDest mDestLeft; //left pipe to draw on
hwc_fbupdate.cpp 259 mDestLeft = ovutils::OV_INVALID;
300 mDestLeft = ovutils::OV_INVALID;
323 mDestLeft = destL;
397 if(mDestLeft != ovutils::OV_INVALID) {
398 if (!ov.queueBuffer(hnd->fd, (uint32_t)hnd->offset, mDestLeft)) {
500 mDestLeft = destL;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.h 95 ovutils::eDest mDestLeft; //left pipe to draw on
hwc_fbupdate.cpp 262 mDestLeft = ovutils::OV_INVALID;
303 mDestLeft = ovutils::OV_INVALID;
320 mDestLeft = destL;
398 if(mDestLeft != ovutils::OV_INVALID) {
399 if (!ov.queueBuffer(hnd->fd, hnd->offset, mDestLeft)) {
456 mDestLeft = destL;

Completed in 2103 milliseconds