Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmeventlistener.h39 class DrmTUIEventHandler {
41 DrmTUIEventHandler() { in DrmTUIEventHandler() function
43 virtual ~DrmTUIEventHandler() { in ~DrmTUIEventHandler()
60 void RegisterTUIHandler(DrmTUIEventHandler *handler);
61 void UnRegisterTUIHandler(DrmTUIEventHandler *handler);
81 std::unique_ptr<DrmTUIEventHandler> tui_handler_;
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.h35 class ExynosDrmEventHandler: public DrmEventHandler, public DrmTUIEventHandler {
DExynosDeviceDrmInterface.cpp76 …mDrmDevice->event_listener()->UnRegisterTUIHandler(static_cast<DrmTUIEventHandler *>(&mExynosDrmEv… in ~ExynosDeviceDrmInterface()
91 …mDrmDevice->event_listener()->RegisterTUIHandler(static_cast<DrmTUIEventHandler *>(&mExynosDrmEven… in init()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmeventlistener.cpp117 void DrmEventListener::RegisterTUIHandler(DrmTUIEventHandler *handler) { in RegisterTUIHandler()
125 void DrmEventListener::UnRegisterTUIHandler(DrmTUIEventHandler *handler) { in UnRegisterTUIHandler()