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

/frameworks/av/media/libstagefright/foundation/
H A DALooperRoster.cpp48 ALooper::handler_id handlerID = mNextHandlerID++; local
49 mHandlers.add(handlerID, info);
51 handler->setID(handlerID, looper);
53 return handlerID;
56 void ALooperRoster::unregisterHandler(ALooper::handler_id handlerID) { argument
59 ssize_t index = mHandlers.indexOfKey(handlerID);
H A DALooper.cpp92 void ALooper::unregisterHandler(handler_id handlerID) { argument
93 gLooperRoster.unregisterHandler(handlerID);
/frameworks/av/include/media/stagefright/foundation/
H A DALooperRoster.h33 void unregisterHandler(ALooper::handler_id handlerID);
H A DALooper.h45 void unregisterHandler(handler_id handlerID);
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DALooperRoster.h33 void unregisterHandler(ALooper::handler_id handlerID);
H A DALooper.h45 void unregisterHandler(handler_id handlerID);
/frameworks/av/media/libstagefright/include/foundation/
H A DALooperRoster.h33 void unregisterHandler(ALooper::handler_id handlerID);
H A DALooper.h45 void unregisterHandler(handler_id handlerID);

Completed in 68 milliseconds