HomeSort by relevance Sort by last modified time
    Searched refs:GetNowUs (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/av/media/libstagefright/
TimeSource.cpp 26 : mStartTimeUs(ALooper::GetNowUs()) {
30 return ALooper::GetNowUs() - mStartTimeUs;
ThrottledSource.cpp 45 int64_t nowUs = ALooper::GetNowUs();
TimedEventQueue.cpp 114 return postTimedEvent(event, ALooper::GetNowUs() + delay_us);
137 if (realtime_us > ALooper::GetNowUs() + kWakelockMinDelay) {
245 now_us = ALooper::GetNowUs();
278 now_us = ALooper::GetNowUs();
AudioPlayer.cpp 49 mNumFramesPlayedSysTimeUs(ALooper::GetNowUs()),
275 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
283 mPinnedTimeUs = ALooper::GetNowUs();
372 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
681 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
726 diffUs = ALooper::GetNowUs();
823 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs();
HTTPBase.cpp 61 int64_t timeNowUs = ALooper::GetNowUs();
NuCachedSource2.cpp 397 && ALooper::GetNowUs() >= mLastFetchTimeUs + mKeepAliveIntervalUs;
406 mLastFetchTimeUs = ALooper::GetNowUs();
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 126 mStartTimeUs = ALooper::GetNowUs();
131 int64_t nowUs = ALooper::GetNowUs();
149 int64_t nowUs = ALooper::GetNowUs();
195 mLastBufferUpdateUs = ALooper::GetNowUs();
214 mLastBufferUpdateUs = ALooper::GetNowUs();
Converter.cpp 350 int64_t nowUs = ALooper::GetNowUs();
383 int64_t nowUs = ALooper::GetNowUs();
490 notify->setInt64("whenUs", ALooper::GetNowUs());
PlaybackSession.cpp 315 mLastOutputBufferQueuedTimeUs = ALooper::GetNowUs();
341 return (ALooper::GetNowUs() - mLastOutputBufferQueuedTimeUs) > 60000ll;
437 mLastLifesignUs = ALooper::GetNowUs();
827 int64_t nowUs = ALooper::GetNowUs();
  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 65 int64_t ALooper::GetNowUs() {
166 whenUs = GetNowUs() + delayUs;
168 whenUs = GetNowUs();
200 int64_t nowUs = GetNowUs();
ANetworkSession.cpp 294 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();
    [all...]
  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 54 static int64_t GetNowUs();
  /frameworks/av/media/libstagefright/http/
MediaHTTP.cpp 86 int64_t startTimeUs = ALooper::GetNowUs();
110 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;
  /frameworks/av/media/libstagefright/rtsp/
ARTPAssembler.cpp 39 if (ALooper::GetNowUs() - mFirstFailureTimeUs > 10000ll) {
47 mFirstFailureTimeUs = ALooper::GetNowUs();
UDPPusher.cpp 66 mFirstTimeUs = ALooper::GetNowUs();
105 int64_t nowUs = ALooper::GetNowUs();
ARTPSource.cpp 96 mLastNTPTimeUpdateUs = ALooper::GetNowUs();
171 int64_t nowUs = ALooper::GetNowUs();
260 ((ALooper::GetNowUs() - mLastNTPTimeUpdateUs) * 65536.0 / 1E6);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 193 return getCurrentPositionFromAnchor(mediaUs, ALooper::GetNowUs());
198 return getCurrentPositionOnLooper(mediaUs, ALooper::GetNowUs());
645 int64_t nowUs = ALooper::GetNowUs();
689 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs());
791 int64_t nowUs = ALooper::GetNowUs();
820 int64_t nowUs = ALooper::GetNowUs();
901 nowUs = ALooper::GetNowUs();
909 nowUs = ALooper::GetNowUs();
    [all...]
HTTPLiveSource.cpp 202 delayUs = baseUs + timeUs - ALooper::GetNowUs();
RTSPSource.cpp 228 setEOSTimeout(audio, ALooper::GetNowUs());
229 } else if ((ALooper::GetNowUs() - eosTimeout) > kNearEOSTimeoutUs) {
  /frameworks/av/cmds/stagefright/
muxer.cpp 140 int64_t muxerStartTimeUs = ALooper::GetNowUs();
202 int64_t elapsedTimeUs = ALooper::GetNowUs() - muxerStartTimeUs;
SimplePlayer.cpp 512 int64_t nowUs = ALooper::GetNowUs();
629 int64_t startTimeUs = ALooper::GetNowUs();
636 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;
codec.cpp 138 int64_t startTimeUs = ALooper::GetNowUs();
288 int64_t elapsedTimeUs = ALooper::GetNowUs() - startTimeUs;
sf2.cpp 83 int64_t delayUs = ALooper::GetNowUs() - mStartTimeUs;
164 mStartTimeUs = ALooper::GetNowUs();
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 245 ALooper::GetNowUs());
272 int64_t nowUs = ALooper::GetNowUs();
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.cpp 496 int64_t timeUs = ALooper::GetNowUs();

Completed in 320 milliseconds

1 2