Home
last modified time | relevance | path

Searched refs:updateRestrictions (Results 1 – 6 of 6) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.h34 virtual void updateRestrictions() override;
DExynosDeviceInterface.h91 virtual void updateRestrictions() = 0;
DExynosDeviceDrmInterface.cpp99 updateRestrictions(); in init()
138 void ExynosDeviceDrmInterface::updateRestrictions() { in updateRestrictions() function in ExynosDeviceDrmInterface
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h174 void updateRestrictions();
DExynosResourceManager.cpp2618 void ExynosResourceManager::updateRestrictions() { in updateRestrictions() function in ExynosResourceManager
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp187 mResourceManager->updateRestrictions(); in ExynosDevice()