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

  /frameworks/av/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);
42 sp<ALooper> findLooper(ALooper::handler_id handlerID);
51 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers;
52 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 33 AMessage(uint32_t what = 0, ALooper::handler_id target = 0);
41 void setTarget(ALooper::handler_id target);
42 ALooper::handler_id target() const;
118 ALooper::handler_id mTarget;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.h 32 ALooper::handler_id targetID);
62 ALooper::handler_id mTargetID;
NuPlayerStreamListener.cpp 32 ALooper::handler_id id)
  /frameworks/av/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 33 AMessage::AMessage(uint32_t what, ALooper::handler_id target)
51 void AMessage::setTarget(ALooper::handler_id handlerID) {
55 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...]
  /frameworks/av/media/libaah_rtp/
aah_tx_sender.h 58 ALooper::handler_id handlerID() { return mReflector->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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 251 milliseconds