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

  /frameworks/base/include/media/stagefright/foundation/
AHandler.h 33 ALooper::handler_id id() const {
45 ALooper::handler_id mID;
47 void setID(ALooper::handler_id id) {
ALooperRoster.h 29 ALooper::handler_id registerHandler(
32 void unregisterHandler(ALooper::handler_id handlerID);
37 sp<ALooper> findLooper(ALooper::handler_id handlerID);
46 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers;
47 ALooper::handler_id mNextHandlerID;
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 31 AMessage(uint32_t what = 0, ALooper::handler_id target = 0);
36 void setTarget(ALooper::handler_id target);
37 ALooper::handler_id target() const;
82 ALooper::handler_id mTarget;
  /frameworks/base/media/libstagefright/foundation/
ALooperRoster.cpp 33 ALooper::handler_id ALooperRoster::registerHandler(
45 ALooper::handler_id handlerID = mNextHandlerID++;
53 void ALooperRoster::unregisterHandler(ALooper::handler_id handlerID) {
129 sp<ALooper> ALooperRoster::findLooper(ALooper::handler_id handlerID) {
ALooper.cpp 72 ALooper::handler_id ALooper::registerHandler(const sp<AHandler> &handler) {
76 void ALooper::unregisterHandler(handler_id handlerID) {
AMessage.cpp 28 AMessage::AMessage(uint32_t what, ALooper::handler_id target)
46 void AMessage::setTarget(ALooper::handler_id handlerID) {
50 ALooper::handler_id AMessage::target() const {
  /external/bluetooth/glib/gobject/
gsignal.h 357 gulong handler_id);
359 gulong handler_id);
361 gulong handler_id);
363 gulong handler_id);
gsignal.c 144 gulong handler_id,
416 gulong handler_id,
431 if (handler->sequential_number == handler_id)
    [all...]
  /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);

Completed in 113 milliseconds