Home
last modified time | relevance | path

Searched refs:HWCUEvent (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_session.h52 class HWCUEvent {
54 HWCUEvent();
55 static void UEventThread(HWCUEvent *hwc_event);
Dhwc_session.cpp71 static HWCUEvent g_hwc_uevent_;
74 void HWCUEvent::UEventThread(HWCUEvent *hwc_uevent) { in UEventThread()
113 HWCUEvent::HWCUEvent() { in HWCUEvent() function in sdm::HWCUEvent
115 std::thread thread(HWCUEvent::UEventThread, this); in HWCUEvent()
120 void HWCUEvent::Register(HWCUEventListener *uevent_listener) { in Register()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_session.h61 class HWCUEvent {
63 HWCUEvent();
64 static void UEventThread(HWCUEvent *hwc_event);
Dhwc_session.cpp72 static HWCUEvent g_hwc_uevent_;
76 void HWCUEvent::UEventThread(HWCUEvent *hwc_uevent) { in UEventThread()
115 HWCUEvent::HWCUEvent() { in HWCUEvent() function in sdm::HWCUEvent
117 std::thread thread(HWCUEvent::UEventThread, this); in HWCUEvent()
122 void HWCUEvent::Register(HWCUEventListener *uevent_listener) { in Register()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_session.h69 class HWCUEvent {
71 HWCUEvent();
72 static void UEventThread(HWCUEvent *hwc_event);
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h71 class HWCUEvent {
73 HWCUEvent();
74 static void UEventThread(HWCUEvent *hwc_event);
Dhwc_session.cpp72 static HWCUEvent g_hwc_uevent_;
99 void HWCUEvent::UEventThread(HWCUEvent *hwc_uevent) { in UEventThread()
138 HWCUEvent::HWCUEvent() { in HWCUEvent() function in sdm::HWCUEvent
140 std::thread thread(HWCUEvent::UEventThread, this); in HWCUEvent()
145 void HWCUEvent::Register(HWCUEventListener *uevent_listener) { in Register()
/hardware/qcom/sm7250/display/composer/
Dhwc_session.h81 class HWCUEvent {
83 HWCUEvent();
84 static void UEventThread(HWCUEvent *hwc_event);
Dhwc_session.cpp60 static HWCUEvent g_hwc_uevent_;
93 void HWCUEvent::UEventThread(HWCUEvent *hwc_uevent) { in UEventThread()
132 HWCUEvent::HWCUEvent() { in HWCUEvent() function in sdm::HWCUEvent
134 std::thread thread(HWCUEvent::UEventThread, this); in HWCUEvent()
139 void HWCUEvent::Register(HWCUEventListener *uevent_listener) { in Register()