HomeSort by relevance Sort by last modified time
    Searched defs:ALooper (Results 26 - 27 of 27) sorted by null

12

  /frameworks/av/media/libstagefright/foundation/
ALooper.cpp 18 #define LOG_TAG "ALooper"
23 #include "ALooper.h"
33 struct ALooper::LooperThread : public Thread {
34 LooperThread(ALooper *looper, bool canCallJava)
58 ALooper *mLooper;
65 int64_t ALooper::GetNowUs() {
69 ALooper::ALooper()
73 ALooper::~ALooper() {
    [all...]
  /system/core/include/utils/
Looper.h 32 struct ALooper {
128 class Looper : public ALooper, public RefBase {

Completed in 195 milliseconds

12