Searched refs:DrmTUIEventHandler (Results 1 – 4 of 4) sorted by relevance
68 class DrmTUIEventHandler {70 DrmTUIEventHandler() { in DrmTUIEventHandler() function72 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_;
44 public DrmTUIEventHandler,
87 std::static_pointer_cast<DrmTUIEventHandler>(mExynosDrmEventHandler)); in ~ExynosDeviceDrmInterface()112 std::static_pointer_cast<DrmTUIEventHandler>(mExynosDrmEventHandler)); in init()
170 void DrmEventListener::RegisterTUIHandler(const std::shared_ptr<DrmTUIEventHandler> &handler) { in RegisterTUIHandler()178 void DrmEventListener::UnRegisterTUIHandler(const std::shared_ptr<DrmTUIEventHandler> &handler) { in UnRegisterTUIHandler()