Searched defs:ALooperRoster (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DALooperRoster.h26 struct ALooperRoster { struct in namespace:android
27 ALooperRoster();
59 DISALLOW_EVIL_CONSTRUCTORS(ALooperRoster);
/frameworks/av/media/libstagefright/foundation/
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...]

Completed in 115 milliseconds