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

/frameworks/av/include/media/stagefright/foundation/
H A DALooperRoster.h27 struct ALooperRoster { struct in namespace:android
28 ALooperRoster();
48 DISALLOW_EVIL_CONSTRUCTORS(ALooperRoster);
/frameworks/av/media/libstagefright/foundation/
H A DALooperRoster.cpp18 #define LOG_TAG "ALooperRoster"
22 #include "ALooperRoster.h"
32 ALooperRoster::ALooperRoster() function in class:android::ALooperRoster
36 ALooper::handler_id ALooperRoster::registerHandler(
56 void ALooperRoster::unregisterHandler(ALooper::handler_id handlerID) {
76 void ALooperRoster::unregisterStaleHandlers() {
115 void ALooperRoster::dump(int fd, const Vector<String16>& args) {

Completed in 3372 milliseconds