Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DVsyncThread.h53 void setPeriod(uint64_t newPeriod);
DVsyncThread.cpp34 void VsyncThread::setPeriod(uint64_t newPeriod) { in setPeriod() function in gfxstream::VsyncThread
DFrameBuffer.cpp2868 m_vsyncThread->setPeriod(kOneSecondNs / (uint64_t)m_vsyncHz); in setVsyncHz()
/hardware/google/gfxstream/host/tests/
DVsyncThread_unittest.cpp63 thread.setPeriod(k144HzPeriodNs); in TEST()