Searched refs:vsync_thread (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_vsync.cpp137 pthread_t vsync_thread; local
139 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_vsync.cpp137 pthread_t vsync_thread; local
139 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_vsync.cpp174 pthread_t vsync_thread; local
176 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp118 pthread_t vsync_thread; member in struct:exynos5_hwc_composer_device_1_t
2177 ret = pthread_create(&dev->vsync_thread, NULL, hwc_vsync_thread, dev);
2212 pthread_kill(dev->vsync_thread, SIGTERM);
2213 pthread_join(dev->vsync_thread, NULL);

Completed in 186 milliseconds