HomeSort by relevance Sort by last modified time
    Searched refs:handlerID (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 46 ALooper::handler_id handlerID = mNextHandlerID++;
47 mHandlers.add(handlerID, info);
49 handler->setID(handlerID);
51 return handlerID;
54 void ALooperRoster::unregisterHandler(ALooper::handler_id handlerID) {
57 ssize_t index = mHandlers.indexOfKey(handlerID);
141 sp<ALooper> ALooperRoster::findLooper(ALooper::handler_id handlerID) {
144 ssize_t index = mHandlers.indexOfKey(handlerID);
ALooper.cpp 89 void ALooper::unregisterHandler(handler_id handlerID) {
90 gLooperRoster.unregisterHandler(handlerID);
AMessage.cpp 57 void AMessage::setTarget(ALooper::handler_id handlerID) {
58 mTarget = handlerID;
  /frameworks/av/include/media/stagefright/foundation/
ALooperRoster.h 32 void unregisterHandler(ALooper::handler_id handlerID);
43 sp<ALooper> findLooper(ALooper::handler_id handlerID);
ALooper.h 44 void unregisterHandler(handler_id handlerID);

Completed in 516 milliseconds