Home
last modified time | relevance | path

Searched refs:GetNowUs (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/av/media/libstagefright/wifi-display/source/
DRepeaterSource.cpp126 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()
DConverter.cpp350 int64_t nowUs = ALooper::GetNowUs(); in onMessageReceived()
383 int64_t nowUs = ALooper::GetNowUs(); in onMessageReceived()
490 notify->setInt64("whenUs", ALooper::GetNowUs()); in scheduleDoMoreWork()
DPlaybackSession.cpp315 mLastOutputBufferQueuedTimeUs = ALooper::GetNowUs(); in queueOutputBuffer()
341 return (ALooper::GetNowUs() - mLastOutputBufferQueuedTimeUs) > 60000ll; in isSuspended()
439 mLastLifesignUs = ALooper::GetNowUs(); in updateLiveness()
831 int64_t nowUs = ALooper::GetNowUs(); in schedulePullExtractor()
/frameworks/av/media/libstagefright/foundation/
DALooper.cpp68 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()
DANetworkSession.cpp294 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/
DMediaClock.cpp64 int64_t nowUs = ALooper::GetNowUs(); in updateAnchor()
100 int64_t nowUs = ALooper::GetNowUs(); in setPlaybackRate()
157 int64_t nowUs = ALooper::GetNowUs(); in getRealTimeFor()
DAudioPlayer.cpp47 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()
DThrottledSource.cpp45 int64_t nowUs = ALooper::GetNowUs(); in readAt()
DHTTPBase.cpp62 int64_t timeNowUs = ALooper::GetNowUs(); in addBandwidthMeasurement()
DMediaSync.cpp311 int64_t nowUs = ALooper::GetNowUs(); in updateQueuedAudioData()
554 int64_t nowUs = ALooper::GetNowUs(); in onDrainVideo_l()
801 int64_t nowUs = ALooper::GetNowUs(); in onMessageReceived()
DNuCachedSource2.cpp408 && ALooper::GetNowUs() >= mLastFetchTimeUs + mKeepAliveIntervalUs; in onFetch()
417 mLastFetchTimeUs = ALooper::GetNowUs(); in onFetch()
/frameworks/av/media/libstagefright/rtsp/
DARTPSource.cpp96 mLastNTPTimeUpdateUs = ALooper::GetNowUs(); in timeUpdate()
178 int64_t nowUs = ALooper::GetNowUs(); in addFIR()
267 ((ALooper::GetNowUs() - mLastNTPTimeUpdateUs) * 65536.0 / 1E6); in addReceiverReport()
DARTPAssembler.cpp39 if (ALooper::GetNowUs() - mFirstFailureTimeUs > 10000ll) { in onPacketReceived()
47 mFirstFailureTimeUs = ALooper::GetNowUs(); in onPacketReceived()
DUDPPusher.cpp66 mFirstTimeUs = ALooper::GetNowUs(); in start()
105 int64_t nowUs = ALooper::GetNowUs(); in onPush()
/frameworks/av/media/libstagefright/http/
DMediaHTTP.cpp98 int64_t startTimeUs = ALooper::GetNowUs(); in readAt()
122 int64_t delayUs = ALooper::GetNowUs() - startTimeUs; in readAt()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp326 status_t result = mMediaClock->getMediaTime(ALooper::GetNowUs(), mediaUs); in getCurrentPosition()
345 int64_t nowUs = ALooper::GetNowUs(); in getCurrentPosition()
351 return mMediaClock->getMediaTime(ALooper::GetNowUs(), mediaUs); in getCurrentPosition()
694 const int64_t diffUs = mPauseDrainAudioAllowedUs - ALooper::GetNowUs(); in postDrainAudioQueue_l()
813 int64_t nowUs = ALooper::GetNowUs(); in fillAudioBuffer()
834 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs()); in fillAudioBuffer()
921 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs()); in onDrainAudioQueue()
1044 int64_t nowUs = ALooper::GetNowUs(); in getPendingAudioPlayoutDurationUs()
1081 int64_t nowUs = ALooper::GetNowUs(); in onNewAudioMediaTime()
1136 int64_t nowUs = ALooper::GetNowUs(); in postDrainVideoQueue()
[all …]
/frameworks/av/media/libstagefright/mpeg2ts/
DMPEG2TSExtractor.cpp151 int64_t startTime = ALooper::GetNowUs(); in init()
191 if (ALooper::GetNowUs() - startTime > 2000000ll) { in init()
208 && ALooper::GetNowUs() - startTime <= 2000000ll) { in init()
251 haveAudio, haveVideo, ALooper::GetNowUs() - startTime); in init()
/frameworks/av/cmds/stagefright/
Dmuxer.cpp155 int64_t muxerStartTimeUs = ALooper::GetNowUs(); in muxing()
222 int64_t elapsedTimeUs = ALooper::GetNowUs() - muxerStartTimeUs; in muxing()
Dcodec.cpp141 int64_t startTimeUs = ALooper::GetNowUs(); in decode()
308 int64_t elapsedTimeUs = ALooper::GetNowUs() - startTimeUs; in decode()
DSimplePlayer.cpp509 int64_t nowUs = ALooper::GetNowUs(); in onDoMoreStuff()
626 int64_t startTimeUs = ALooper::GetNowUs(); in renderAudio()
633 int64_t delayUs = ALooper::GetNowUs() - startTimeUs; in renderAudio()
Dsf2.cpp83 int64_t delayUs = ALooper::GetNowUs() - mStartTimeUs; in printStatistics()
163 mStartTimeUs = ALooper::GetNowUs(); in onMessageReceived()
/frameworks/av/include/media/stagefright/foundation/
DALooper.h55 static int64_t GetNowUs();
/frameworks/av/media/libstagefright/httplive/
DLiveSession.cpp104 int64_t nowUs = ALooper::GetNowUs(); in addBandwidthMeasurement()
441 mRealTimeBaseUs = ALooper::GetNowUs() - timeUs; in dequeueAccessUnit()
756 failureIndex).mLastFailureUs = ALooper::GetNowUs(); in onMessageReceived()
943 || ALooper::GetNowUs() - item.mLastFailureUs > kBlacklistWindowUs; in isBandwidthValid()
1783 mRealTimeBaseUs = ALooper::GetNowUs() - mLastDequeuedTimeUs; in onChangeConfiguration3()
1785 mRealTimeBaseUs = ALooper::GetNowUs() - timeUs; in onChangeConfiguration3()
DPlaylistFetcher.cpp232 int64_t nowUs = ALooper::GetNowUs(); in delayUsToRefreshPlaylist()
890 mPlaylistTimeUs = ALooper::GetNowUs(); in refreshPlaylist()
893 mLastPlaylistFetchTimeUs = ALooper::GetNowUs(); in refreshPlaylist()
1263 int64_t startUs = ALooper::GetNowUs(); in onDownloadNext()
1267 int64_t delayUs = ALooper::GetNowUs() - startUs; in onDownloadNext()
/frameworks/av/media/libstagefright/wifi-display/rtp/
DRTPSender.cpp245 ALooper::GetNowUs()); in queueRawPacket()
270 int64_t nowUs = ALooper::GetNowUs(); in queueTSPackets()

12