Searched refs:getNowUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp72 static int64_t getNowUs() { function
299 int64_t startTime = getNowUs();
315 int64_t startDecodeUs = getNowUs();
317 int64_t delayDecodeUs = getNowUs() - startDecodeUs;
374 int64_t delay = getNowUs() - startTime;
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp47 static int64_t getNowUs() function in namespace:android
466 mStartUs = getNowUs();
1983 const int64_t timeNow = getNowUs();

Completed in 98 milliseconds