Searched refs:uevent_loop (Results 1 - 5 of 5) sorted by relevance
/hardware/qcom/display/msm8909/libhwcomposer/ |
H A D | hwc_uevents.cpp | 209 static void *uevent_loop(void *param) function in namespace:qhwc 236 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
H A D | hwc_uevents.cpp | 177 static void *uevent_loop(void *param) function in namespace:qhwc 201 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx);
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_uevents.cpp | 209 static void *uevent_loop(void *param) function in namespace:qhwc 236 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx);
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_uevents.cpp | 312 static void *uevent_loop(void *param) function in namespace:qhwc 339 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx);
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_uevents.cpp | 319 static void *uevent_loop(void *param) function in namespace:qhwc 346 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx);
|
Completed in 27 milliseconds