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

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp87 static int64_t getNowUs() { function
311 int64_t startTime = getNowUs();
327 int64_t startDecodeUs = getNowUs();
329 int64_t delayDecodeUs = getNowUs() - startDecodeUs;
388 int64_t delay = getNowUs() - startTime;
/frameworks/av/include/media/
H A DVolumeShaper.h558 static int64_t getNowUs() function in class:android::media::VolumeShaper
637 const int64_t frameCount = clockTime ? getNowUs() : trackFrameCount;
856 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame;
874 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame;
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp78 static int64_t getNowUs() function in namespace:android
2618 const int64_t timeNow = getNowUs();

Completed in 59 milliseconds