/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_vsync.cpp | 136 pthread_t vsync_thread; local 138 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_vsync.cpp | 217 pthread_t vsync_thread; local 219 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_vsync.cpp | 218 pthread_t vsync_thread; local 220 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
hwc_vsync.cpp | 227 pthread_t vsync_thread; local 229 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_vsync.cpp | 221 pthread_t vsync_thread; local 223 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);
|