HomeSort by relevance Sort by last modified time
    Searched refs:uevent_thread (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_uevents.cpp 197 pthread_t uevent_thread; local
201 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx);
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_uevents.cpp 202 pthread_t uevent_thread; local
206 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_uevents.cpp 232 pthread_t uevent_thread; local
236 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx);
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_uevents.cpp 335 pthread_t uevent_thread; local
339 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_uevents.cpp 342 pthread_t uevent_thread; local
346 ret = pthread_create(&uevent_thread, NULL, uevent_loop, (void*) ctx);

Completed in 252 milliseconds