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

/frameworks/base/media/libstagefright/foundation/
H A DALooperRoster.cpp45 ALooper::handler_id handlerID = mNextHandlerID++; local
46 mHandlers.add(handlerID, info);
48 handler->setID(handlerID);
50 return handlerID;
53 void ALooperRoster::unregisterHandler(ALooper::handler_id handlerID) { argument
56 ssize_t index = mHandlers.indexOfKey(handlerID);
129 sp<ALooper> ALooperRoster::findLooper(ALooper::handler_id handlerID) { argument
132 ssize_t index = mHandlers.indexOfKey(handlerID);
H A DAMessage.cpp46 void AMessage::setTarget(ALooper::handler_id handlerID) { argument
47 mTarget = handlerID;
H A DALooper.cpp76 void ALooper::unregisterHandler(handler_id handlerID) { argument
77 gLooperRoster.unregisterHandler(handlerID);

Completed in 123 milliseconds