Home
last modified time | relevance | path

Searched refs:HWCUeventThread (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_session.h79 static void* HWCUeventThread(void *context);
Dhwc_session.cpp179 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init()
1293 void* HWCSession::HWCUeventThread(void *context) { in HWCUeventThread() function in sdm::HWCSession
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_session.h80 static void* HWCUeventThread(void *context);
Dhwc_session.cpp145 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init()
1418 void* HWCSession::HWCUeventThread(void *context) { in HWCUeventThread() function in sdm::HWCSession
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_session.h80 static void* HWCUeventThread(void *context);
Dhwc_session.cpp145 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init()
1418 void* HWCSession::HWCUeventThread(void *context) { in HWCUeventThread() function in sdm::HWCSession
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_session.h126 static void *HWCUeventThread(void *context);
Dhwc_session.cpp132 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init()
1434 void *HWCSession::HWCUeventThread(void *context) { in HWCUeventThread() function in sdm::HWCSession
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.h127 static void *HWCUeventThread(void *context);
Dhwc_session.cpp130 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init()
1389 void *HWCSession::HWCUeventThread(void *context) { in HWCUeventThread() function in sdm::HWCSession