Searched refs:ALooperRoster (Results 1 - 12 of 12) 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/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/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 DALooper.cpp29 #include "ALooperRoster.h"
34 ALooperRoster gLooperRoster;
H A DAMessage.cpp31 #include "ALooperRoster.h"
39 extern ALooperRoster gLooperRoster;
/frameworks/av/services/mediaanalytics/
H A DMediaAnalyticsService.cpp67 #include <media/stagefright/foundation/ALooperRoster.h>
/frameworks/av/media/libmediaplayer2/
H A Dmediaplayer2.cpp31 #include <media/stagefright/foundation/ALooperRoster.h>
49 extern ALooperRoster gLooperRoster;
260 * which are parsed by ALooperRoster::dump()
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp63 #include <media/stagefright/foundation/ALooperRoster.h>
255 extern ALooperRoster gLooperRoster;
413 * which are parsed by ALooperRoster::dump()

Completed in 474 milliseconds