Searched refs:mDisplayId (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi.h105 int mDisplayId; member in class:qhwc::HDMIDisplay
H A Dhdmi.cpp146 mDisplayId = HWC_DISPLAY_EXTERNAL;
149 mDisplayId = HWC_DISPLAY_PRIMARY;
152 mFbNum = overlay::Overlay::getInstance()->getFbForDpy(mDisplayId);
173 ALOGD_IF(DEBUG, "%s mDisplayId(%d) mFbNum(%d)",
174 __FUNCTION__, mDisplayId, mFbNum);
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.h120 int mDisplayId; member in class:qhwc::HDMIDisplay
H A Dhdmi.cpp157 mDisplayId = HWC_DISPLAY_EXTERNAL;
160 mDisplayId = HWC_DISPLAY_PRIMARY;
166 if (mDisplayId) {
185 ALOGD_IF(DEBUG, "%s mDisplayId(%d) mFbNum(%d)",
186 __FUNCTION__, mDisplayId, mFbNum);

Completed in 324 milliseconds