Home
last modified time | relevance | path

Searched refs:event_thread (Results 1 – 1 of 1) sorted by relevance

/system/core/deprecated-adf/libadfhwc/
Dadfhwc.cpp33 pthread_t event_thread; member
349 ret = pthread_create(&dev_ret->event_thread, NULL, adf_event_thread, in adf_hwc_open()
369 pthread_kill(dev->event_thread, SIGUSR2); in adf_hwc_close()
370 pthread_join(dev->event_thread, NULL); in adf_hwc_close()