Searched defs:getNowUs (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp85 static int64_t getNowUs() { function
306 int64_t startTime = getNowUs();
322 int64_t startDecodeUs = getNowUs();
324 int64_t delayDecodeUs = getNowUs() - startDecodeUs;
383 int64_t delay = getNowUs() - startTime;
/frameworks/av/include/media/
H A DVolumeShaper.h559 static int64_t getNowUs() function in class:android::VolumeShaper
638 const int64_t frameCount = clockTime ? getNowUs() : trackFrameCount;
857 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame;
875 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame;
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp71 static int64_t getNowUs() function in namespace:android
621 mStartUs = getNowUs();
2567 const int64_t timeNow = getNowUs();

Completed in 127 milliseconds