OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handlerID
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp
48
ALooper::handler_id
handlerID
= mNextHandlerID++;
49
mHandlers.add(
handlerID
, info);
51
handler->setID(
handlerID
, looper);
53
return
handlerID
;
56
void ALooperRoster::unregisterHandler(ALooper::handler_id
handlerID
) {
59
ssize_t index = mHandlers.indexOfKey(
handlerID
);
ALooper.cpp
92
void ALooper::unregisterHandler(handler_id
handlerID
) {
93
gLooperRoster.unregisterHandler(
handlerID
);
/frameworks/av/include/media/stagefright/foundation/
ALooperRoster.h
33
void unregisterHandler(ALooper::handler_id
handlerID
);
ALooper.h
45
void unregisterHandler(handler_id
handlerID
);
Completed in 140 milliseconds