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

  /external/dbus/dbus/
dbus-message-factory.h 30 #include <dbus/dbus-marshal-basic.h>
31 #include <dbus/dbus-marshal-validate.h>
dbus-marshal-byteswap.h 2 /* dbus-marshal-byteswap.h Swap a block of marshaled data
29 #include <dbus/dbus-marshal-recursive.h>
Android.mk 22 dbus-marshal-basic.c \
23 dbus-marshal-byteswap.c \
24 dbus-marshal-header.c \
25 dbus-marshal-recursive.c \
26 dbus-marshal-validate.c \
dbus-message-private.h 30 #include <dbus/dbus-marshal-header.h>
dbus-marshal-header.h 2 /* dbus-marshal-header.h Managing marshaling/demarshaling of message headers
28 #include <dbus/dbus-marshal-basic.h>
29 #include <dbus/dbus-marshal-validate.h>
dbus-test.h 29 #include <dbus/dbus-marshal-validate.h>
  /external/bluetooth/glib/gobject/
gclosure.c 211 closure->marshal = NULL;
234 * - must prepare for callback removal during FNOTIFY and INOTIFY (done via ->marshal= & ->data=)
235 * - must distinguish (->marshal= & ->data=) for INOTIFY vs. FNOTIFY (via ->in_inotify)
252 closure->marshal = (GClosureMarshal) ndata->notify;
256 closure->marshal = NULL;
267 closure->marshal = (GClosureMarshal) ndata->notify;
271 closure->marshal = NULL;
303 * @closure->marshal and modifies the way it is called in some
335 /* usually the meta marshal will be setup right after creation, so the
357 * g_object_watch_closure() for an example of marshal guards
748 GClosureMarshal marshal; local
    [all...]
gsourceclosure.c 194 GClosureMarshal marshal = (GClosureMarshal)source->source_funcs->closure_marshal; local
195 if (!marshal)
199 marshal = source_closure_marshal_BOOLEAN__VOID;
201 marshal = g_cclosure_marshal_BOOLEAN__FLAGS;
203 if (marshal)
204 g_closure_set_marshal (closure, marshal);
gclosure.h 41 #define G_CLOSURE_NEEDS_MARSHAL(closure) (((GClosure*) (closure))->marshal == NULL)
48 * and the marshal guards. Note that each guard counts as two notifiers.
161 /*< private >*/ void (*marshal) (GClosure *closure, member in struct:_GClosure
172 * - ->marshal and ->data are _invalid_ as soon as ->is_invalid==TRUE
227 GClosureMarshal marshal);
gsignal.c 503 ((mask & G_SIGNAL_MATCH_FUNC) || (handler->closure->marshal == node->c_marshaller &&
540 ((mask & G_SIGNAL_MATCH_FUNC) || (handler->closure->marshal == node->c_marshaller &&
    [all...]
  /external/dbus/bus/
services.c 27 #include <dbus/dbus-marshal-validate.h>
    [all...]
driver.c 35 #include <dbus/dbus-marshal-recursive.h>
    [all...]
signals.c 26 #include <dbus/dbus-marshal-validate.h>
    [all...]
  /external/dbus/test/
decode-gcov.c 34 #include <dbus/dbus-marshal.h>
    [all...]

Completed in 1187 milliseconds