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

  /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);
  /device/generic/goldfish/hwcomposer/
hwcomposer.cpp 29 pthread_t vsync_thread; // constant after init member in struct:ranchu_hwc_composer_device_1
220 pthread_kill(pdev->vsync_thread, SIGTERM);
221 pthread_join(pdev->vsync_thread, NULL);
331 ret = pthread_create (&pdev->vsync_thread, NULL, hwc_vsync_thread, pdev);
333 ALOGE("ranchu_hw_composer could not start vsync_thread\n");
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 216 pthread_t vsync_thread; local
218 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_vsync.cpp 217 pthread_t vsync_thread; local
219 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_vsync.cpp 226 pthread_t vsync_thread; local
228 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_vsync.cpp 220 pthread_t vsync_thread; local
222 ret = pthread_create(&vsync_thread, NULL, vsync_loop, (void*) ctx);

Completed in 598 milliseconds