Searched defs:sleepTime (Results 1 - 2 of 2) sorted by path

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1206 uint32_t sleepTime; member in class:android::AudioFlinger::PlaybackThread
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp370 const nsecs_t sleepTime = 83333 - ns2us(systemTime() - now); local
371 if (sleepTime > 0)
372 usleep(sleepTime);

Completed in 45 milliseconds