/frameworks/base/include/media/stagefright/foundation/ |
ALooperRoster.h | 29 ALooper::handler_id registerHandler( 32 void unregisterHandler(ALooper::handler_id handlerID); 42 sp<ALooper> findLooper(ALooper::handler_id handlerID); 51 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers; 52 ALooper::handler_id mNextHandlerID;
|
AHandler.h | 33 ALooper::handler_id id() const { 45 ALooper::handler_id mID; 47 void setID(ALooper::handler_id id) {
|
ALooper.h | 36 typedef int32_t handler_id; typedef in struct:android::ALooper 43 handler_id registerHandler(const sp<AHandler> &handler); 44 void unregisterHandler(handler_id handlerID);
|
AMessage.h | 32 AMessage(uint32_t what = 0, ALooper::handler_id target = 0); 40 void setTarget(ALooper::handler_id target); 41 ALooper::handler_id target() const; 111 ALooper::handler_id mTarget;
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
NuPlayerStreamListener.h | 32 ALooper::handler_id targetID); 62 ALooper::handler_id mTargetID;
|
NuPlayerStreamListener.cpp | 32 ALooper::handler_id id)
|
/frameworks/base/media/libstagefright/foundation/ |
ALooperRoster.cpp | 34 ALooper::handler_id ALooperRoster::registerHandler( 46 ALooper::handler_id handlerID = mNextHandlerID++; 54 void ALooperRoster::unregisterHandler(ALooper::handler_id handlerID) { 136 sp<ALooper> ALooperRoster::findLooper(ALooper::handler_id handlerID) {
|
ALooper.cpp | 84 ALooper::handler_id ALooper::registerHandler(const sp<AHandler> &handler) { 88 void ALooper::unregisterHandler(handler_id handlerID) {
|
AMessage.cpp | 32 AMessage::AMessage(uint32_t what, ALooper::handler_id target) 50 void AMessage::setTarget(ALooper::handler_id handlerID) { 54 ALooper::handler_id AMessage::target() const {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
adb.h | 39 * data[2] = id, rep[0] = orig addr, rep[1] = handler_id
|
/external/bluetooth/glib/glib/ |
gmessages.c | 304 static guint handler_id = 0; local 322 handler->id = ++handler_id; 331 return handler_id; 351 guint handler_id) 355 g_return_if_fail (handler_id > 0); 370 if (work->id == handler_id) 387 G_STRLOC, handler_id, log_domain);
|
gmessages.h | 90 guint handler_id);
|
/external/bluetooth/glib/gobject/ |
gsignal.c | 144 gulong handler_id, 416 gulong handler_id, 431 if (handler->sequential_number == handler_id) [all...] |
gsignal.h | 357 gulong handler_id); 359 gulong handler_id); 361 gulong handler_id); 363 gulong handler_id);
|
ChangeLog | [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
messages.sgml | 232 @handler_id: the id of the handler, which was returned in g_log_set_handler().
|