/frameworks/av/media/libstagefright/wifi-display/source/ |
D | RepeaterSource.cpp | 126 mStartTimeUs = ALooper::GetNowUs(); in read() 131 int64_t nowUs = ALooper::GetNowUs(); in read() 149 int64_t nowUs = ALooper::GetNowUs(); in read() 195 mLastBufferUpdateUs = ALooper::GetNowUs(); in onMessageReceived() 214 mLastBufferUpdateUs = ALooper::GetNowUs(); in wakeUp()
|
D | Converter.cpp | 351 int64_t nowUs = ALooper::GetNowUs(); in onMessageReceived() 384 int64_t nowUs = ALooper::GetNowUs(); in onMessageReceived() 491 notify->setInt64("whenUs", ALooper::GetNowUs()); in scheduleDoMoreWork()
|
D | PlaybackSession.cpp | 314 mLastOutputBufferQueuedTimeUs = ALooper::GetNowUs(); in queueOutputBuffer() 340 return (ALooper::GetNowUs() - mLastOutputBufferQueuedTimeUs) > 60000ll; in isSuspended() 438 mLastLifesignUs = ALooper::GetNowUs(); in updateLiveness() 828 int64_t nowUs = ALooper::GetNowUs(); in schedulePullExtractor()
|
/frameworks/av/media/libstagefright/foundation/ |
D | ALooper.cpp | 68 int64_t ALooper::GetNowUs() { in GetNowUs() function in android::ALooper 173 whenUs = GetNowUs() + delayUs; in post() 175 whenUs = GetNowUs(); in post() 207 int64_t nowUs = GetNowUs(); in loop()
|
D | ANetworkSession.cpp | 294 int64_t nowUs = ALooper::GetNowUs(); in readMore() 373 int64_t nowUs = ALooper::GetNowUs(); in readMore() 407 int64_t nowUs = ALooper::GetNowUs(); in readMore() 526 int64_t nowUs = ALooper::GetNowUs(); in dumpFragmentStats() 673 int64_t nowUs = ALooper::GetNowUs(); in writeMore()
|
/frameworks/av/media/libstagefright/ |
D | MediaClock.cpp | 64 int64_t nowUs = ALooper::GetNowUs(); in updateAnchor() 100 int64_t nowUs = ALooper::GetNowUs(); in setPlaybackRate() 157 int64_t nowUs = ALooper::GetNowUs(); in getRealTimeFor()
|
D | AudioPlayer.cpp | 47 mNumFramesPlayedSysTimeUs(ALooper::GetNowUs()), in AudioPlayer() 282 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs(); in pause() 377 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs(); in reset() 611 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs(); in fillBuffer() 658 mNumFramesPlayedSysTimeUs = ALooper::GetNowUs(); in seekTo()
|
D | ThrottledSource.cpp | 45 int64_t nowUs = ALooper::GetNowUs(); in readAt()
|
D | HTTPBase.cpp | 62 int64_t timeNowUs = ALooper::GetNowUs(); in addBandwidthMeasurement()
|
D | MediaSync.cpp | 311 int64_t nowUs = ALooper::GetNowUs(); in updateQueuedAudioData() 538 int64_t nowUs = ALooper::GetNowUs(); in onDrainVideo_l() 785 int64_t nowUs = ALooper::GetNowUs(); in onMessageReceived()
|
D | NuCachedSource2.cpp | 408 && ALooper::GetNowUs() >= mLastFetchTimeUs + mKeepAliveIntervalUs; in onFetch() 417 mLastFetchTimeUs = ALooper::GetNowUs(); in onFetch()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | ARTPSource.cpp | 96 mLastNTPTimeUpdateUs = ALooper::GetNowUs(); in timeUpdate() 178 int64_t nowUs = ALooper::GetNowUs(); in addFIR() 267 ((ALooper::GetNowUs() - mLastNTPTimeUpdateUs) * 65536.0 / 1E6); in addReceiverReport()
|
D | UDPPusher.cpp | 66 mFirstTimeUs = ALooper::GetNowUs(); in start() 105 int64_t nowUs = ALooper::GetNowUs(); in onPush()
|
D | ARTPAssembler.cpp | 39 if (ALooper::GetNowUs() - mFirstFailureTimeUs > 10000ll) { in onPacketReceived() 47 mFirstFailureTimeUs = ALooper::GetNowUs(); in onPacketReceived()
|
D | ARTPWriter.cpp | 322 uint32_t ms = tolel(ALooper::GetNowUs() / 1000ll); in send() 419 uint64_t nowUs = ALooper::GetNowUs(); in GetNowNTP()
|
/frameworks/av/media/libstagefright/http/ |
D | MediaHTTP.cpp | 98 int64_t startTimeUs = ALooper::GetNowUs(); in readAt() 122 int64_t delayUs = ALooper::GetNowUs() - startTimeUs; in readAt()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | MPEG2TSExtractor.cpp | 186 int64_t startTime = ALooper::GetNowUs(); in init() 243 haveAudio, haveVideo, ALooper::GetNowUs() - startTime); in init() 248 if (ALooper::GetNowUs() - startTime > 2000000ll) { in init() 265 && ALooper::GetNowUs() - startTime <= 2000000ll) { in init() 309 haveAudio, haveVideo, ALooper::GetNowUs() - startTime); in init()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerRenderer.cpp | 338 status_t result = mMediaClock->getMediaTime(ALooper::GetNowUs(), mediaUs); in getCurrentPosition() 357 int64_t nowUs = ALooper::GetNowUs(); in getCurrentPosition() 363 return mMediaClock->getMediaTime(ALooper::GetNowUs(), mediaUs); in getCurrentPosition() 768 const int64_t diffUs = mPauseDrainAudioAllowedUs - ALooper::GetNowUs(); in postDrainAudioQueue_l() 897 int64_t nowUs = ALooper::GetNowUs(); in fillAudioBuffer() 918 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs()); in fillAudioBuffer() 1022 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs()); in onDrainAudioQueue() 1147 int64_t nowUs = ALooper::GetNowUs(); in getPendingAudioPlayoutDurationUs() 1184 int64_t nowUs = ALooper::GetNowUs(); in onNewAudioMediaTime() 1239 int64_t nowUs = ALooper::GetNowUs(); in postDrainVideoQueue() [all …]
|
/frameworks/av/media/libstagefright/include/foundation/ |
D | ALooper.h | 55 static int64_t GetNowUs();
|
/frameworks/av/cmds/stagefright/ |
D | muxer.cpp | 154 int64_t muxerStartTimeUs = ALooper::GetNowUs(); in muxing() 221 int64_t elapsedTimeUs = ALooper::GetNowUs() - muxerStartTimeUs; in muxing()
|
D | SimplePlayer.cpp | 512 int64_t nowUs = ALooper::GetNowUs(); in onDoMoreStuff() 629 int64_t startTimeUs = ALooper::GetNowUs(); in renderAudio() 636 int64_t delayUs = ALooper::GetNowUs() - startTimeUs; in renderAudio()
|
D | codec.cpp | 141 int64_t startTimeUs = ALooper::GetNowUs(); in decode() 310 int64_t elapsedTimeUs = ALooper::GetNowUs() - startTimeUs; in decode()
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 99 int64_t nowUs = ALooper::GetNowUs(); in addBandwidthMeasurement() 436 mRealTimeBaseUs = ALooper::GetNowUs() - timeUs; in dequeueAccessUnit() 765 failureIndex).mLastFailureUs = ALooper::GetNowUs(); in onMessageReceived() 955 || ALooper::GetNowUs() - item.mLastFailureUs > kBlacklistWindowUs; in isBandwidthValid() 1798 mRealTimeBaseUs = ALooper::GetNowUs() - mLastDequeuedTimeUs; in onChangeConfiguration3() 1800 mRealTimeBaseUs = ALooper::GetNowUs() - timeUs; in onChangeConfiguration3()
|
D | PlaylistFetcher.cpp | 236 int64_t nowUs = ALooper::GetNowUs(); in delayUsToRefreshPlaylist() 940 mPlaylistTimeUs = ALooper::GetNowUs(); in refreshPlaylist() 943 mLastPlaylistFetchTimeUs = ALooper::GetNowUs(); in refreshPlaylist() 1342 int64_t startUs = ALooper::GetNowUs(); in onDownloadNext() 1346 int64_t delayUs = ALooper::GetNowUs() - startUs; in onDownloadNext()
|
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
D | RTPSender.cpp | 245 ALooper::GetNowUs()); in queueRawPacket() 270 int64_t nowUs = ALooper::GetNowUs(); in queueTSPackets()
|