Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.h54 void handleDrmPropertyUpdate(unsigned connector_id, unsigned prop_id) override;
DExynosDeviceDrmInterface.cpp377 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::handleDrmPropertyUpdate(unsigned connector_id, in handleDrmPropertyUpdate() function in ExynosDeviceDrmInterface::ExynosDrmEventHandler
383 if (displayInterface) displayInterface->handleDrmPropertyUpdate(connector_id, prop_id); in handleDrmPropertyUpdate()
DExynosDisplayDrmInterface.h427 void handleDrmPropertyUpdate(uint32_t connector_id, uint32_t prop_id);
DExynosDisplayDrmInterface.cpp3036 void ExynosDisplayDrmInterface::handleDrmPropertyUpdate(uint32_t connector_id, uint32_t prop_id) { in handleDrmPropertyUpdate() function in ExynosDisplayDrmInterface
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmeventlistener.h100 virtual void handleDrmPropertyUpdate(unsigned connector_id, unsigned prop_id) = 0;
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmeventlistener.cpp320 drm_prop_update_handler_->handleDrmPropertyUpdate(connector_id, updated_property_id); in UEventHandler()