Searched refs:ALooperRoster (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DAHandler.cpp23 #include <media/stagefright/foundation/ALooperRoster.h>
28 extern ALooperRoster gLooperRoster;
H A DALooperRoster.cpp18 #define LOG_TAG "ALooperRoster"
21 #include "ALooperRoster.h"
29 ALooperRoster::ALooperRoster() function in class:android::ALooperRoster
34 ALooper::handler_id ALooperRoster::registerHandler(
54 void ALooperRoster::unregisterHandler(ALooper::handler_id handlerID) {
74 void ALooperRoster::unregisterStaleHandlers() {
100 status_t ALooperRoster::postMessage(
112 void ALooperRoster::deliverMessage(const sp<AMessage> &msg) {
141 sp<ALooper> ALooperRoster
[all...]
H A DAndroid.mk12 ALooperRoster.cpp \
H A DALooper.cpp26 #include "ALooperRoster.h"
31 ALooperRoster gLooperRoster;
H A DAMessage.cpp29 #include "ALooperRoster.h"
37 extern ALooperRoster gLooperRoster;
/frameworks/av/include/media/stagefright/foundation/
H A DALooperRoster.h26 struct ALooperRoster { struct in namespace:android
27 ALooperRoster();
59 DISALLOW_EVIL_CONSTRUCTORS(ALooperRoster);
H A DAHandler.h43 friend struct ALooperRoster;
H A DALooper.h60 friend struct ALooperRoster;

Completed in 324 milliseconds