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();
61 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 void ALooperRoster::unregisterStaleHandlers() {
88 status_t ALooperRoster::postMessage(
94 status_t ALooperRoster::postMessage_l(
122 void ALooperRoster::deliverMessage(const sp<AMessage> &msg)
    [all...]

Completed in 37 milliseconds