Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/system/
DSystem.h23 void sleepUs(uint64_t us);
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidThread.h103 static void sleepUs(unsigned n);
DAndroidThread_pthread.cpp179 void Thread::sleepUs(unsigned n) { in sleepUs() function in gfxstream::guest::Thread
/hardware/google/aemu/base/include/aemu/base/threads/
DThread.h106 static void sleepUs(unsigned n);
/hardware/interfaces/media/bufferpool/aidl/default/
DAccessor.cpp350 useconds_t sleepUs = 1; in invalidatorThread() local
358 sleepUs = 1; in invalidatorThread()
386 sleepUs < MAX_SLEEP_US) { in invalidatorThread()
387 sleepUs *= 10; in invalidatorThread()
392 ::usleep(sleepUs); in invalidatorThread()
/hardware/google/aemu/base/
DThread_win32.cpp149 void Thread::sleepUs(unsigned n) { in sleepUs() function in android::base::Thread
DThread_pthread.cpp173 void Thread::sleepUs(unsigned n) { in sleepUs() function in android::base::Thread
DSystem.cpp223 void sleepUs(uint64_t n) { in sleepUs() function
300 Thread::sleepUs(diff); in sleepToUs()
/hardware/google/gfxstream/host/
DRingStream.cpp73 android::base::sleepUs(10); in commitBuffer()
DFrameBuffer.cpp1456 android::base::sleepUs(10000); in cleanupProcGLObjects()
/hardware/google/gfxstream/host/tests/
DSampleApplication.cpp132 android::base::sleepUs(mRefreshIntervalUs); in Vsync()