HomeSort by relevance Sort by last modified time
    Searched refs:ALooper (Results 151 - 175 of 265) sorted by null

1 2 3 4 5 67 8 91011

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/android/
sensor.h 229 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /frameworks/av/camera/ndk/impl/
ACameraDevice.h 32 #include <media/stagefright/foundation/ALooper.h>
172 sp<ALooper> mCbLooper;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 44 struct ALooper;
140 sp<ALooper> mLooper;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.h 236 sp<ALooper> mLooper;
237 sp<ALooper> mBufferingMonitorLooper;
NuPlayerRenderer.cpp 337 status_t result = mMediaClock->getMediaTime(ALooper::GetNowUs(), mediaUs);
356 int64_t nowUs = ALooper::GetNowUs();
362 return mMediaClock->getMediaTime(ALooper::GetNowUs(), mediaUs);
705 const int64_t diffUs = mPauseDrainAudioAllowedUs - ALooper::GetNowUs();
834 int64_t nowUs = ALooper::GetNowUs();
855 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs());
942 postEOSDelayUs = getPendingAudioPlayoutDurationUs(ALooper::GetNowUs());
    [all...]
NuPlayerDecoderBase.cpp 39 mDecoderLooper = new ALooper;
HTTPLiveSource.cpp 81 mLiveLooper = new ALooper;
242 delayUs = baseUs + timeUs - ALooper::GetNowUs();
RTSPSource.cpp 93 mLooper = new ALooper;
217 setEOSTimeout(audio, ALooper::GetNowUs());
218 } else if ((ALooper::GetNowUs() - eosTimeout) > kNearEOSTimeoutUs) {
NuPlayer.h 153 sp<ALooper> mRendererLooper;
StreamingSource.cpp 56 mLooper = new ALooper;
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 29 #include <media/stagefright/foundation/ALooper.h>
74 sp<ALooper> mLooper;
105 mLooper(new ALooper()),
186 interrupt = queue->mReadPendingSince && (queue->mReadPendingSince < ALooper::GetNowUs() - 1000000);
270 queue->mReadPendingSince = ALooper::GetNowUs();
325 const sp<ALooper> &looper,
404 const sp<ALooper> &looper,
461 mCodecLooper = new ALooper;
MediaSync.cpp 30 #include <media/stagefright/foundation/ALooper.h>
67 mLooper = new ALooper;
311 int64_t nowUs = ALooper::GetNowUs();
554 int64_t nowUs = ALooper::GetNowUs();
801 int64_t nowUs = ALooper::GetNowUs();
NuCachedSource2.cpp 188 mLooper(new ALooper),
408 && ALooper::GetNowUs() >= mLastFetchTimeUs + mKeepAliveIntervalUs;
417 mLastFetchTimeUs = ALooper::GetNowUs();
  /frameworks/av/cmds/stagefright/
mediafilter.cpp 313 const sp<ALooper> &looper,
468 int64_t startTimeUs = ALooper::GetNowUs();
644 int64_t elapsedTimeUs = ALooper::GetNowUs() - startTimeUs;
740 android::sp<ALooper> looper = new ALooper;
SimplePlayer.cpp 285 mCodecLooper = new ALooper;
509 int64_t nowUs = ALooper::GetNowUs();
626 int64_t startTimeUs = ALooper::GetNowUs();
633 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;
  /frameworks/av/include/media/stagefright/
MediaSync.h 223 sp<ALooper> mLooper;
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 45 const sp<ALooper> &codecLooper,
350 int64_t nowUs = ALooper::GetNowUs();
383 int64_t nowUs = ALooper::GetNowUs();
490 notify->setInt64("whenUs", ALooper::GetNowUs());
  /frameworks/native/include/android/
sensor.h 385 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 35 #include <media/stagefright/foundation/ALooper.h>
78 MyTransmitter(const char *url, const sp<ALooper> &looper)
121 sp<ALooper> encLooper = new ALooper;
840 sp<ALooper> mLooper;
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 31 #include <media/stagefright/foundation/ALooper.h>
70 sp<ALooper> mLooper;
146 mData->mLooper = new ALooper;
  /development/ndk/platforms/android-9/include/android/
input.h 647 void AInputQueue_attachLooper(AInputQueue* queue, ALooper* looper,
  /device/google/contexthub/util/sensortest/
sensortest.cpp 212 ALooper *mLooper = ALooper_prepare(ALOOPER_PREPARE_ALLOW_NON_CALLBACKS);
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 133 int32_t time = (ALooper::GetNowUs() / 1000);
385 sp<ALooper> looper = mLooper.promote();
396 sp<ALooper> looper = mLooper.promote();
418 sp<ALooper> looper = replyToken->getLooper();
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 210 sp<ALooper> mFetcherLooper;
  /frameworks/base/native/android/
sensor.cpp 85 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data)

Completed in 3075 milliseconds

1 2 3 4 5 67 8 91011