Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/include/hwc2onfbadapter/
DHWC2OnFbAdapter.h111 void vsyncLoop();
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp847 mThread = std::thread(&VsyncThread::vsyncLoop, this); in start()
873 void HWC2OnFbAdapter::VsyncThread::vsyncLoop() { in vsyncLoop() function in android::HWC2OnFbAdapter::VsyncThread