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

  /frameworks/av/include/media/stagefright/foundation/
ALooperRoster.h 26 struct ALooperRoster {
27 ALooperRoster();
60 DISALLOW_EVIL_CONSTRUCTORS(ALooperRoster);
  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 18 #define LOG_TAG "ALooperRoster"
21 #include "ALooperRoster.h"
29 ALooperRoster::ALooperRoster()
34 ALooper::handler_id ALooperRoster::registerHandler(
54 void ALooperRoster::unregisterHandler(ALooper::handler_id handlerID) {
74 status_t ALooperRoster::postMessage(
80 status_t ALooperRoster::postMessage_l(
107 void ALooperRoster::deliverMessage(const sp<AMessage> &msg) {
136 sp<ALooper> ALooperRoster::findLooper(ALooper::handler_id handlerID)
    [all...]

Completed in 635 milliseconds