HomeSort by relevance Sort by last modified time
    Searched defs:ALooperRoster (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/foundation/
ALooperRoster.h 27 struct ALooperRoster {
28 ALooperRoster();
48 DISALLOW_EVIL_CONSTRUCTORS(ALooperRoster);
  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 18 #define LOG_TAG "ALooperRoster"
22 #include "ALooperRoster.h"
32 ALooperRoster::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 79 milliseconds