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

/frameworks/av/services/oboeservice/
H A DTimestampScheduler.cpp38 int64_t sleepTime = minPeriodsToDelay * mBurstPeriod; local
41 sleepTime += (int64_t)(random() * mBurstPeriod / RAND_MAX);
42 mLastTime += sleepTime;
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp426 const nsecs_t sleepTime = 83333 - ns2us(systemTime() - now); local
427 if (sleepTime > 0)
428 usleep(sleepTime);

Completed in 4421 milliseconds