Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp212 mDeviceInterface = std::make_unique<ExynosDeviceDrmInterface>(this); in initDeviceInterface()
218 mDeviceInterface->init(this); in initDeviceInterface()
224 if (mDeviceInterface->initDisplayInterface(display->mDisplayInterface) != NO_ERROR) { in initDeviceInterface()
238 mDeviceInterface->postInit(); in initDeviceInterface()
1277 return mDeviceInterface->getNumDPPChs(); in getWindowPlaneNum()
1286 return mDeviceInterface->getNumSPPChs(); in getSpecialPlaneNum()
1293 return mDeviceInterface->getNumSPPChs(); in getSpecialPlaneNum()
1298 return mDeviceInterface->getSPPChId(index); in getSpecialPlaneId()
1303 return mDeviceInterface->getSPPChAttr(index); in getSpecialPlaneAttr()
DExynosDevice.h221 std::unique_ptr<ExynosDeviceInterface> mDeviceInterface; variable
DExynosDisplay.cpp6727 auto ret = mDisplay->mDevice->mDeviceInterface->registerSysfsEventHandler(shared_from_this()); in init()
6740 return mDisplay->mDevice->mDeviceInterface->unregisterSysfsEventHandler(getFd()); in disable()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp2620 if (mDevice->mDeviceInterface->getUseQuery() == true) { in updateRestrictions()