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

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp82 static int64_t getNowUs() { function
303 int64_t startTime = getNowUs();
319 int64_t startDecodeUs = getNowUs();
321 int64_t delayDecodeUs = getNowUs() - startDecodeUs;
380 int64_t delay = getNowUs() - startTime;
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp64 static int64_t getNowUs() function in namespace:android
595 mStartUs = getNowUs();
2435 const int64_t timeNow = getNowUs();

Completed in 433 milliseconds