Searched refs:handlerID (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
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);
141 sp<ALooper> ALooperRoster::findLooper(ALooper::handler_id handlerID) { argument
144 ssize_t index = mHandlers.indexOfKey(handlerID);
H A DALooper.cpp89 void ALooper::unregisterHandler(handler_id handlerID) { argument
90 gLooperRoster.unregisterHandler(handlerID);
H A DAMessage.cpp57 void AMessage::setTarget(ALooper::handler_id handlerID) { argument
58 mTarget = handlerID;
/frameworks/av/include/media/stagefright/foundation/
H A DALooperRoster.h32 void unregisterHandler(ALooper::handler_id handlerID);
43 sp<ALooper> findLooper(ALooper::handler_id handlerID);
H A DALooper.h44 void unregisterHandler(handler_id handlerID);

Completed in 133 milliseconds