Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.h51 void handleContextHistogramEvent(void* event) override;
DExynosDeviceDrmInterface.cpp291 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::handleContextHistogramEvent(void* event) { in handleContextHistogramEvent() function in ExynosDeviceDrmInterface::ExynosDrmEventHandler
313 void ExynosDeviceDrmInterface::ExynosDrmEventHandler::handleContextHistogramEvent(void* event) {} in handleContextHistogramEvent() function in ExynosDeviceDrmInterface::ExynosDrmEventHandler
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmeventlistener.h65 virtual void handleContextHistogramEvent(void *) = 0;
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmeventlistener.cpp367 context_histogram_handler_->handleContextHistogramEvent((void *)e); in DRMEventHandler()