Searched refs:vsync_thread (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_vsync.cpp | 137 pthread_t vsync_thread; in init_vsync_thread() local 139 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_vsync.cpp | 174 pthread_t vsync_thread; in init_vsync_thread() local 176 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_vsync.cpp | 217 pthread_t vsync_thread; in init_vsync_thread() local 219 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_vsync.cpp | 218 pthread_t vsync_thread; in init_vsync_thread() local 220 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx); in init_vsync_thread()
|
/hardware/samsung_slsi/exynos5/libhwc/ |
D | hwc.cpp | 118 pthread_t vsync_thread; member 2181 ret = pthread_create(&dev->vsync_thread, NULL, hwc_vsync_thread, dev); in exynos5_open() 2216 pthread_kill(dev->vsync_thread, SIGTERM); in exynos5_close() 2217 pthread_join(dev->vsync_thread, NULL); in exynos5_close()
|