Searched defs:handlerID (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp51 void AMessage::setTarget(ALooper::handler_id handlerID) { argument
52 mTarget = handlerID;
H A DALooperRoster.cpp46 ALooper::handler_id handlerID = mNextHandlerID++; local
47 mHandlers.add(handlerID, info);
49 handler->setID(handlerID);
51 return handlerID;
54 void ALooperRoster::unregisterHandler(ALooper::handler_id handlerID) { argument
57 ssize_t index = mHandlers.indexOfKey(handlerID);
136 sp<ALooper> ALooperRoster::findLooper(ALooper::handler_id handlerID) { argument
139 ssize_t index = mHandlers.indexOfKey(handlerID);
H A DALooper.cpp88 void ALooper::unregisterHandler(handler_id handlerID) { argument
89 gLooperRoster.unregisterHandler(handlerID);
/frameworks/av/media/libaah_rtp/
H A Daah_tx_sender.h58 ALooper::handler_id handlerID() { return mReflector->id(); } function in class:android::AAH_TXSender

Completed in 78 milliseconds