Searched refs:uevent_thread_ (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_session.h | 133 pthread_t uevent_thread_; variable
|
D | hwc_session.cpp | 179 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init() 197 pthread_join(uevent_thread_, NULL); in Deinit()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_session.h | 139 pthread_t uevent_thread_; variable
|
D | hwc_session.cpp | 145 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init() 187 pthread_join(uevent_thread_, NULL); in Init() 214 pthread_join(uevent_thread_, NULL); in Deinit()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_session.h | 139 pthread_t uevent_thread_; variable
|
D | hwc_session.cpp | 145 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init() 187 pthread_join(uevent_thread_, NULL); in Init() 214 pthread_join(uevent_thread_, NULL); in Deinit()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_session.h | 179 pthread_t uevent_thread_; variable
|
D | hwc_session.cpp | 130 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init() 149 Sys::pthread_cancel_(uevent_thread_); in Deinit()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_session.h | 182 pthread_t uevent_thread_; variable
|
D | hwc_session.cpp | 132 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init() 162 Sys::pthread_cancel_(uevent_thread_); in Deinit()
|