Searched refs:uevent_thread_ (Results 1 – 8 of 8) 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/msm8998/sdm/libs/hwc/ |
D | hwc_session.h | 139 pthread_t uevent_thread_; variable
|
D | hwc_session.cpp | 182 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init() 201 pthread_join(uevent_thread_, NULL); in Deinit()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_session.h | 177 pthread_t uevent_thread_; variable
|
D | hwc_session.cpp | 129 if (pthread_create(&uevent_thread_, NULL, &HWCUeventThread, this) < 0) { in Init() 147 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()
|