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.h68 class DrmTUIEventHandler {
70 DrmTUIEventHandler() { in DrmTUIEventHandler() function
72 virtual ~DrmTUIEventHandler() { in ~DrmTUIEventHandler()
125 void RegisterTUIHandler(const std::shared_ptr<DrmTUIEventHandler> &handler);
126 void UnRegisterTUIHandler(const std::shared_ptr<DrmTUIEventHandler> &handler);
157 std::shared_ptr<DrmTUIEventHandler> tui_handler_;
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceDrmInterface.h44 public DrmTUIEventHandler,
DExynosDeviceDrmInterface.cpp87 std::static_pointer_cast<DrmTUIEventHandler>(mExynosDrmEventHandler)); in ~ExynosDeviceDrmInterface()
112 std::static_pointer_cast<DrmTUIEventHandler>(mExynosDrmEventHandler)); in init()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmeventlistener.cpp170 void DrmEventListener::RegisterTUIHandler(const std::shared_ptr<DrmTUIEventHandler> &handler) { in RegisterTUIHandler()
178 void DrmEventListener::UnRegisterTUIHandler(const std::shared_ptr<DrmTUIEventHandler> &handler) { in UnRegisterTUIHandler()