Searched refs:HWCUeventThread (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_session.h | 79 static void* HWCUeventThread(void *context);
|
D | hwc_session.cpp | 179 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/ |
D | hwc_session.h | 80 static void* HWCUeventThread(void *context);
|
D | hwc_session.cpp | 145 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/ |
D | hwc_session.h | 80 static void* HWCUeventThread(void *context);
|
D | hwc_session.cpp | 145 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/ |
D | hwc_session.h | 126 static void *HWCUeventThread(void *context);
|
D | hwc_session.cpp | 132 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/ |
D | hwc_session.h | 127 static void *HWCUeventThread(void *context);
|
D | hwc_session.cpp | 130 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init() 1389 void *HWCSession::HWCUeventThread(void *context) { in HWCUeventThread() function in sdm::HWCSession
|