HomeSort by relevance Sort by last modified time
    Searched refs:ALooper (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h 30 struct ALooper;
87 sp<ALooper> mLooper;
  /frameworks/native/include/utils/
Looper.h 32 struct ALooper {
128 class Looper : public ALooper, public RefBase {
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 54 * 3/ the "android_app" object holds an ALooper instance that already
62 * Each of these correspond to an ALooper identifier returned by
66 * Your application can use the same ALooper to listen to additional
87 * Data associated with an ALooper fd that will be returned as the "outData"
142 // The ALooper associated with the app's thread.
143 ALooper* looper;
207 * Start of user-defined ALooper identifiers.
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 33 #include <media/stagefright/foundation/ALooper.h>
98 return postTimedEvent(event, ALooper::GetNowUs() + delay_us);
221 now_us = ALooper::GetNowUs();
254 now_us = ALooper::GetNowUs();
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 57 const sp<ALooper> &pullLooper,
58 const sp<ALooper> &codecLooper,
108 sp<ALooper> mPullLooper;
109 sp<ALooper> mCodecLooper;
128 const sp<ALooper> &pullLooper,
129 const sp<ALooper> &codecLooper,
314 mLastOutputBufferQueuedTimeUs = ALooper::GetNowUs();
340 return (ALooper::GetNowUs() - mLastOutputBufferQueuedTimeUs) > 60000ll;
432 mLastLifesignUs = ALooper::GetNowUs();
736 int64_t nowUs = ALooper::GetNowUs()
    [all...]
  /frameworks/av/cmds/stagefright/
codec.cpp 29 #include <media/stagefright/foundation/ALooper.h>
68 const android::sp<android::ALooper> &looper,
136 int64_t startTimeUs = ALooper::GetNowUs();
286 int64_t elapsedTimeUs = ALooper::GetNowUs() - startTimeUs;
373 sp<ALooper> looper = new ALooper;
  /frameworks/av/media/libstagefright/rtsp/
UDPPusher.cpp 66 mFirstTimeUs = ALooper::GetNowUs();
105 int64_t nowUs = ALooper::GetNowUs();
ARTPWriter.h 76 sp<ALooper> mLooper;
  /frameworks/wilhelm/src/android/
android_GenericPlayer.h 21 #include <media/stagefright/foundation/ALooper.h>
177 sp<ALooper> mLooper;
  /development/ndk/platforms/android-9/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /frameworks/native/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
sensor.h 169 ALooper* looper, int ident, ALooper_callbackFunc callback, void* data);
  /frameworks/av/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 23 #include <media/stagefright/foundation/ALooper.h>
197 int64_t startTimeUs = ALooper::GetNowUs();
210 int64_t delayUs = ALooper::GetNowUs() - startTimeUs;

Completed in 1510 milliseconds

1 23 4 5 6