Searched defs:vtable (Results 1 - 14 of 14) sorted by relevance

/external/dbus/dbus/
H A Ddbus-server-protected.h58 const DBusServerVTable *vtable; /**< Virtual methods for this instance. */ member in struct:DBusServer
93 const DBusServerVTable *vtable,
H A Ddbus-transport-protected.h84 const DBusTransportVTable *vtable; /**< Virtual methods for this instance. */ member in struct:DBusTransport
123 const DBusTransportVTable *vtable,
H A Ddbus-server.c92 * @param vtable the vtable for the subclass.
98 const DBusServerVTable *vtable,
101 server->vtable = vtable;
481 _dbus_assert (server->vtable->finalize != NULL);
483 (* server->vtable->finalize) (server);
723 _dbus_assert (server->vtable->finalize != NULL);
725 (* server->vtable->finalize) (server);
746 _dbus_assert (server->vtable
97 _dbus_server_init_base(DBusServer *server, const DBusServerVTable *vtable, const DBusString *address) argument
[all...]
H A Ddbus-transport.c78 if (transport->vtable->live_messages_changed)
79 (* transport->vtable->live_messages_changed) (transport);
92 * @param vtable the subclass vtable.
99 const DBusTransportVTable *vtable,
160 transport->vtable = vtable;
480 _dbus_assert (transport->vtable->finalize != NULL);
482 (* transport->vtable->finalize) (transport);
499 _dbus_assert (transport->vtable
98 _dbus_transport_init_base(DBusTransport *transport, const DBusTransportVTable *vtable, const DBusString *server_guid, const DBusString *address) argument
[all...]
H A Ddbus-object-tree.c49 const DBusObjectPathVTable *vtable,
384 * @param vtable the vtable used to traverse this subtree
385 * @param user_data user data to pass to methods in the vtable
394 const DBusObjectPathVTable *vtable,
401 _dbus_assert (vtable->message_function != NULL);
428 subtree->message_function = vtable->message_function;
429 subtree->unregister_function = vtable->unregister_function;
965 const DBusObjectPathVTable *vtable,
978 if (vtable)
391 _dbus_object_tree_register(DBusObjectTree *tree, dbus_bool_t fallback, const char **path, const DBusObjectPathVTable *vtable, void *user_data, DBusError *error) argument
964 _dbus_object_subtree_new(const char *name, const DBusObjectPathVTable *vtable, void *user_data) argument
1332 DBusObjectPathVTable vtable = { test_unregister_function, local
[all...]
H A Ddbus-connection.c5552 * The given vtable handles messages sent to exactly the given path.
5556 * @param vtable the virtual table
5557 * @param user_data data to pass to functions in the vtable
5565 const DBusObjectPathVTable *vtable,
5575 _dbus_return_val_if_fail (vtable != NULL, FALSE);
5584 (const char **) decomposed_path, vtable,
5596 * The given vtable handles messages sent to exactly the given path.
5604 * @param vtable the virtual table
5605 * @param user_data data to pass to functions in the vtable
5611 const DBusObjectPathVTable *vtable,
5563 dbus_connection_try_register_object_path(DBusConnection *connection, const char *path, const DBusObjectPathVTable *vtable, void *user_data, DBusError *error) argument
5609 dbus_connection_register_object_path(DBusConnection *connection, const char *path, const DBusObjectPathVTable *vtable, void *user_data) argument
5662 dbus_connection_try_register_fallback(DBusConnection *connection, const char *path, const DBusObjectPathVTable *vtable, void *user_data, DBusError *error) argument
5710 dbus_connection_register_fallback(DBusConnection *connection, const char *path, const DBusObjectPathVTable *vtable, void *user_data) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.c673 DBusObjectPathVTable vtable = { local
693 if (!dbus_connection_register_fallback(con, wpa_s->dbus_path, &vtable,
H A Ddbus_new_helpers.c557 DBusObjectPathVTable vtable = { local
572 if (!dbus_connection_try_register_object_path(con, path, &vtable,
/external/bluetooth/glib/gobject/
H A Dgboxed.c389 static const GTypeValueTable vtable = { local
409 &vtable, /* value_table */
471 /* we heavily rely on third-party boxed type value vtable
H A Dgtype.c279 GTypeInterface *vtable; member in struct:_IFaceEntry
450 CLASSED_NODE_IFACES_ENTRIES (node)[j].vtable = NULL;
919 if (entry && entry->vtable == NULL && !type_iface_peek_holder_L (iface, NODE_TYPE (node)))
921 /* ok, we do conform to this interface already, but the interface vtable was not
978 GTypeValueTable *vtable = NULL; local
988 vtable = pnode->data->common.value_table;
1011 vtable = G_STRUCT_MEMBER_P (data, sizeof (InstanceData));
1036 vtable = G_STRUCT_MEMBER_P (data, sizeof (ClassData));
1050 vtable = G_STRUCT_MEMBER_P (data, sizeof (IFaceData));
1063 vtable
1729 GTypeInterface *vtable = g_malloc0 (iface->data->iface.vtable_size); local
1761 GTypeInterface *vtable = NULL; local
1812 GTypeInterface *vtable = NULL; local
1843 type_iface_vtable_finalize_Wm(TypeNode *iface, TypeNode *node, GTypeInterface *vtable) argument
2841 gpointer vtable = NULL; local
2884 gpointer vtable = NULL; local
2986 gpointer vtable; local
3017 GTypeInterface *vtable = g_iface; local
3894 GTypeValueTable *vtable = NULL; local
[all...]
/external/bluetooth/glib/glib/
H A Dgmem.c267 g_mem_set_vtable (GMemVTable *vtable) argument
271 if (vtable->malloc && vtable->realloc && vtable->free)
273 glib_mem_vtable.malloc = vtable->malloc;
274 glib_mem_vtable.realloc = vtable->realloc;
275 glib_mem_vtable.free = vtable->free;
276 glib_mem_vtable.calloc = vtable->calloc ? vtable->calloc : fallback_calloc;
277 glib_mem_vtable.try_malloc = vtable
[all...]
/external/wpa_supplicant/
H A Dctrl_iface_dbus.c939 DBusObjectPathVTable vtable = { local
967 if (!dbus_connection_register_fallback(con, path, &vtable, wpa_s)) {
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface_dbus.c1056 DBusObjectPathVTable vtable = { local
1084 if (!dbus_connection_register_fallback(con, path, &vtable, wpa_s)) {
/external/bison/lib/
H A Dbbitset.h87 const struct bitset_vtable *vtable; member in struct:bbitset_struct
104 #define BITSET_VTABLE_(SRC) (SRC)->b.vtable
157 ((BSET1)->b.vtable == (BSET2)->b.vtable)
172 #define BITSET_RESIZE_(DST, SIZE) (DST)->b.vtable->resize (DST, SIZE)
175 #define BITSET_SIZE_(SRC) (SRC)->b.vtable->size (SRC)
178 #define BITSET_COUNT_(SRC) (SRC)->b.vtable->count (SRC)
181 #define BITSET_TYPE_(DST) (DST)->b.vtable->type
184 #define BITSET_SET_(DST, BITNO) (DST)->b.vtable->set (DST, BITNO)
187 #define BITSET_RESET_(DST, BITNO) (DST)->b.vtable
[all...]

Completed in 313 milliseconds