Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
Dgfxstream_unittest.cpp26 using android::base::sleepMs;
81 sleepMs(100); in TearDown()
200 sleepMs(100); in TEST_F()
DFrameBuffer.cpp153 sleepMs(1000); in main()
/hardware/google/aemu/base/include/aemu/base/system/
DSystem.h22 void sleepMs(uint64_t ms);
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidThread.h100 static void sleepMs(unsigned n);
DAndroidThread_pthread.cpp174 void Thread::sleepMs(unsigned n) { in sleepMs() function in gfxstream::guest::Thread
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLBackgroundLoader.cpp63 android::base::sleepMs( in main()
/hardware/google/aemu/base/include/aemu/base/threads/
DThread.h103 static void sleepMs(unsigned n);
/hardware/google/aemu/base/
DThread_win32.cpp144 void Thread::sleepMs(unsigned n) { in sleepMs() function in android::base::Thread
DThread_pthread.cpp168 void Thread::sleepMs(unsigned n) { in sleepMs() function in android::base::Thread
DSystem.cpp215 void sleepMs(uint64_t n) { in sleepMs() function
/hardware/google/gfxstream/host/testlibs/x11/
DX11Window.cpp346 android::base::sleepMs(100); in resize()