Searched refs:ALooper (Results 51 - 75 of 88) sorted by relevance

1234

/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.cpp96 mLastNTPTimeUpdateUs = ALooper::GetNowUs();
171 int64_t nowUs = ALooper::GetNowUs();
260 ((ALooper::GetNowUs() - mLastNTPTimeUpdateUs) * 65536.0 / 1E6);
H A DARTPWriter.h76 sp<ALooper> mLooper;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp277 ALooper::GetNowUs() + realTimeOffsetUs;
335 mAnchorTimeRealUs = ALooper::GetNowUs();
341 delayUs = realTimeUs - ALooper::GetNowUs();
375 mVideoLateByUs = ALooper::GetNowUs() - realTimeUs;
617 int64_t nowUs = ALooper::GetNowUs();
H A DNuPlayerDecoder.cpp73 mCodecLooper = new ALooper;
H A DNuPlayerDriver.cpp26 #include <media/stagefright/foundation/ALooper.h>
36 mLooper(new ALooper),
H A DHTTPLiveSource.cpp68 mLiveLooper = new ALooper;
H A DNuPlayerStreamListener.cpp32 ALooper::handler_id id)
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp26 #include <media/stagefright/foundation/ALooper.h>
72 mDecodeLooper = new ALooper;
120 mStartTimeUs = ALooper::GetNowUs();
183 int64_t delayUs = ALooper::GetNowUs() - mStartTimeUs;
237 sp<ALooper> mDecodeLooper;
602 sp<ALooper> looper = new ALooper;
H A DSimplePlayer.cpp286 mCodecLooper = new ALooper;
508 int64_t nowUs = ALooper::GetNowUs();
625 int64_t startTimeUs = ALooper::GetNowUs();
632 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;
H A Dstagefright.cpp33 #include <media/stagefright/foundation/ALooper.h>
680 sp<ALooper> looper;
1005 looper = new ALooper;
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp42 const sp<ALooper> &codecLooper,
267 int64_t nowUs = ALooper::GetNowUs();
300 int64_t nowUs = ALooper::GetNowUs();
374 notify->setInt64("whenUs", ALooper::GetNowUs());
H A DSender.cpp374 mFirstOutputBufferSentTimeUs = whenUs = ALooper::GetNowUs();
377 int64_t nowUs = ALooper::GetNowUs();
540 int64_t nowUs = ALooper::GetNowUs();
552 int64_t startTimeUs = ALooper::GetNowUs();
566 int64_t netTimeUs = ALooper::GetNowUs() - startTimeUs;
580 int64_t nowUs = ALooper::GetNowUs();
607 int64_t nowUs = ALooper::GetNowUs();
654 int64_t delayUs = ALooper::GetNowUs() - mFirstPacketTimeUs;
785 uint64_t nowUs = ALooper::GetNowUs();
/frameworks/base/native/android/
H A Dsensor.cpp63 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data)
H A Dinput.cpp270 void AInputQueue_attachLooper(AInputQueue* queue, ALooper* looper,
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp33 #include <media/stagefright/foundation/ALooper.h>
44 : mLooper(new ALooper),
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp186 mLooper(new ALooper),
362 && ALooper::GetNowUs() >= mLastFetchTimeUs + mKeepAliveIntervalUs;
371 mLastFetchTimeUs = ALooper::GetNowUs();
H A DAudioSource.cpp27 #include <media/stagefright/foundation/ALooper.h>
H A DFragmentedMP4Extractor.cpp94 : mLooper(new ALooper),
H A DMediaCodec.cpp41 const sp<ALooper> &looper, const char *mime, bool encoder) {
52 const sp<ALooper> &looper, const char *name) {
61 MediaCodec::MediaCodec(const sp<ALooper> &looper)
107 mCodecLooper = new ALooper;
H A DMPEG2TSWriter.cpp73 sp<ALooper> mLooper;
98 mLooper(new ALooper),
516 mLooper = new ALooper;
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp34 AMessage::AMessage(uint32_t what, ALooper::handler_id target)
52 void AMessage::setTarget(ALooper::handler_id handlerID) {
56 ALooper::handler_id AMessage::target() const {
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp503 int64_t nowUs = ALooper::GetNowUs();
558 mLastPlaylistFetchTimeUs = ALooper::GetNowUs();
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp24 #include <media/stagefright/foundation/ALooper.h>
35 mLooper(new ALooper),
/frameworks/native/include/android/
H A Dinput.h807 void AInputQueue_attachLooper(AInputQueue* queue, ALooper* looper,
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp30 #include <media/stagefright/foundation/ALooper.h>
123 int64_t finishBy = ALooper::GetNowUs() + timeoutUs;
147 mLock, (finishBy - ALooper::GetNowUs()) * 1000);

Completed in 260 milliseconds

1234