Searched refs:ALooperRoster (Results 1 - 7 of 7) 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);
H A DAHandler.h58 friend struct ALooperRoster; // setID()
/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) {
H A DAndroid.mk12 ALooperRoster.cpp \
H A DALooper.cpp29 #include "ALooperRoster.h"
34 ALooperRoster gLooperRoster;
H A DAMessage.cpp29 #include "ALooperRoster.h"
38 extern ALooperRoster gLooperRoster;
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp62 #include <media/stagefright/foundation/ALooperRoster.h>
252 extern ALooperRoster gLooperRoster;
420 * which are parsed by ALooperRoster::dump()

Completed in 5000 milliseconds