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();
61 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() {
88 status_t ALooperRoster::postMessage(
94 status_t ALooperRoster::postMessage_l(
122 void ALooperRoster
[all...]

Completed in 77 milliseconds