Searched refs:uevent_thread (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_uevents.cpp | 197 pthread_t uevent_thread; in init_uevent_thread() local 201 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx); in init_uevent_thread()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_uevents.cpp | 232 pthread_t uevent_thread; in init_uevent_thread() local 236 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx); in init_uevent_thread()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_uevents.cpp | 342 pthread_t uevent_thread; in init_uevent_thread() local 346 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx); in init_uevent_thread()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_uevents.cpp | 335 pthread_t uevent_thread; in init_uevent_thread() local 339 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx); in init_uevent_thread()
|