Home
last modified time | relevance | path

Searched refs:getSpecialPlaneNum (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.h339 uint32_t getSpecialPlaneNum();
340 uint32_t getSpecialPlaneNum(uint32_t displayId);
DExynosDevice.cpp451 result.appendFormat("special plane num: %d:\n", getSpecialPlaneNum()); in dump()
452 for (uint32_t index = 0; index < getSpecialPlaneNum(); index++) { in dump()
1280 uint32_t ExynosDevice::getSpecialPlaneNum() in getSpecialPlaneNum() function in ExynosDevice
1289 uint32_t ExynosDevice::getSpecialPlaneNum(uint32_t /*displayId*/) { in getSpecialPlaneNum() function in ExynosDevice
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp699 mDpuData.init(mMaxWindowNum, mDevice->getSpecialPlaneNum(mDisplayId)); in initDisplayInterface()
700 mLastDpuData.init(mMaxWindowNum, mDevice->getSpecialPlaneNum(mDisplayId)); in initDisplayInterface()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp2875 for (int i = 0; i < exynosDevice->getSpecialPlaneNum(); i++) { in getSpecialChannelId()