Searched refs:GetNowUs (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/av/media/libstagefright/
H A DTimeSource.cpp26 : mStartTimeUs(ALooper::GetNowUs()) {
30 return ALooper::GetNowUs() - mStartTimeUs;
H A DThrottledSource.cpp45 int64_t nowUs = ALooper::GetNowUs();
H A DTimedEventQueue.cpp113 return postTimedEvent(event, ALooper::GetNowUs() + delay_us);
136 if (realtime_us > ALooper::GetNowUs() + kWakelockMinDelay) {
244 now_us = ALooper::GetNowUs();
277 now_us = ALooper::GetNowUs();
H A DAudioPlayer.cpp46 mNumFramesPlayedSysTimeUs(ALooper::GetNowUs()),
265 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
273 mPinnedTimeUs = ALooper::GetNowUs();
362 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
671 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
716 diffUs = ALooper::GetNowUs();
808 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
H A DHTTPBase.cpp91 int64_t timeNowUs = ALooper::GetNowUs();
H A DNuCachedSource2.cpp362 && ALooper::GetNowUs() >= mLastFetchTimeUs + mKeepAliveIntervalUs;
371 mLastFetchTimeUs = ALooper::GetNowUs();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp125 mStartTimeUs = ALooper::GetNowUs();
130 int64_t nowUs = ALooper::GetNowUs();
148 int64_t nowUs = ALooper::GetNowUs();
194 mLastBufferUpdateUs = ALooper::GetNowUs();
213 mLastBufferUpdateUs = ALooper::GetNowUs();
H A DConverter.cpp373 int64_t nowUs = ALooper::GetNowUs();
406 int64_t nowUs = ALooper::GetNowUs();
513 notify->setInt64("whenUs", ALooper::GetNowUs());
H A DPlaybackSession.cpp314 mLastOutputBufferQueuedTimeUs = ALooper::GetNowUs();
340 return (ALooper::GetNowUs() - mLastOutputBufferQueuedTimeUs) > 60000ll;
436 mLastLifesignUs = ALooper::GetNowUs();
825 int64_t nowUs = ALooper::GetNowUs();
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp65 int64_t ALooper::GetNowUs() { function in class:android::ALooper
166 whenUs = GetNowUs() + delayUs;
168 whenUs = GetNowUs();
200 int64_t nowUs = GetNowUs();
H A DANetworkSession.cpp294 int64_t nowUs = ALooper::GetNowUs();
373 int64_t nowUs = ALooper::GetNowUs();
407 int64_t nowUs = ALooper::GetNowUs();
526 int64_t nowUs = ALooper::GetNowUs();
673 int64_t nowUs = ALooper::GetNowUs();
/frameworks/av/include/media/stagefright/foundation/
H A DALooper.h54 static int64_t GetNowUs();
/frameworks/av/media/libstagefright/rtsp/
H A DARTPAssembler.cpp39 if (ALooper::GetNowUs() - mFirstFailureTimeUs > 10000ll) {
47 mFirstFailureTimeUs = ALooper::GetNowUs();
H A DUDPPusher.cpp66 mFirstTimeUs = ALooper::GetNowUs();
105 int64_t nowUs = ALooper::GetNowUs();
H A DARTPSource.cpp96 mLastNTPTimeUpdateUs = ALooper::GetNowUs();
171 int64_t nowUs = ALooper::GetNowUs();
260 ((ALooper::GetNowUs() - mLastNTPTimeUpdateUs) * 65536.0 / 1E6);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp298 ALooper::GetNowUs() + realTimeOffsetUs;
353 delayUs = mediaTimeUs - ALooper::GetNowUs();
363 mAnchorTimeRealUs = ALooper::GetNowUs();
369 delayUs = realTimeUs - ALooper::GetNowUs();
409 mVideoLateByUs = ALooper::GetNowUs() - realTimeUs;
663 int64_t nowUs = ALooper::GetNowUs();
H A DHTTPLiveSource.cpp180 delayUs = baseUs + timeUs - ALooper::GetNowUs();
H A DRTSPSource.cpp234 setEOSTimeout(audio, ALooper::GetNowUs());
235 } else if ((ALooper::GetNowUs() - eosTimeout) > kNearEOSTimeoutUs) {
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp138 int64_t muxerStartTimeUs = ALooper::GetNowUs();
200 int64_t elapsedTimeUs = ALooper::GetNowUs() - muxerStartTimeUs;
H A DSimplePlayer.cpp510 int64_t nowUs = ALooper::GetNowUs();
627 int64_t startTimeUs = ALooper::GetNowUs();
634 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;
H A Dcodec.cpp136 int64_t startTimeUs = ALooper::GetNowUs();
286 int64_t elapsedTimeUs = ALooper::GetNowUs() - startTimeUs;
H A Dsf2.cpp120 mStartTimeUs = ALooper::GetNowUs();
183 int64_t delayUs = ALooper::GetNowUs() - mStartTimeUs;
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp202 int64_t startTimeUs = ALooper::GetNowUs();
215 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp245 ALooper::GetNowUs());
272 int64_t nowUs = ALooper::GetNowUs();
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp496 int64_t timeUs = ALooper::GetNowUs();

Completed in 246 milliseconds

12