Searched refs:handlerID (Results 1 - 5 of 5) 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 DALooper.cpp76 void ALooper::unregisterHandler(handler_id handlerID) { argument
77 gLooperRoster.unregisterHandler(handlerID);
H A DAMessage.cpp46 void AMessage::setTarget(ALooper::handler_id handlerID) { argument
47 mTarget = handlerID;
/frameworks/base/include/media/stagefright/foundation/
H A DALooperRoster.h32 void unregisterHandler(ALooper::handler_id handlerID);
37 sp<ALooper> findLooper(ALooper::handler_id handlerID);
H A DALooper.h44 void unregisterHandler(handler_id handlerID);

Completed in 77 milliseconds