Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp128 mRefreshIntervalUs(1000000ULL / mRefreshRate), in Vsync()
132 android::base::sleepUs(mRefreshIntervalUs); in Vsync()
157 uint64_t mRefreshIntervalUs; member in gfxstream::Vsync