HomeSort by relevance Sort by last modified time
    Searched full:dbus (Results 101 - 125 of 405) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/dbus/dbus/
dbus-test.c 2 /* dbus-test.c Program to run all tests
25 #include "dbus-test.h"
26 #include "dbus-sysdeps.h"
27 #include "dbus-internals.h"
44 printf ("%s: checking for memleaks\n", "dbus-test");
63 printf ("%s: running %s tests\n", "dbus-test", test_name);
79 printf ("%s: running %s tests\n", "dbus-test", test_name);
132 printf ("%s: running recursive marshalling tests\n", "dbus-test");
166 printf ("%s: running md5 tests\n", "dbus-test");
179 printf ("%s: completed successfully\n", "dbus-test")
    [all...]
dbus-arch-deps.h.in 2 /* dbus-arch-deps.h Header with architecture/compiler specific information, installed to libdir
24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
30 #include <dbus/dbus-macros.h>
dbus-bus.h 2 /* dbus-bus.h Convenience functions for communicating with the bus.
24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
30 #include <dbus/dbus-connection.h>
dbus-memory.h 2 /* dbus-memory.h D-Bus memory handling
24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
30 #include <dbus/dbus-macros.h>
dbus-shared.h 2 /* dbus-shared.h Stuff used by both dbus/dbus.h low-level and C/C++ binding APIs
41 * @ingroup DBus
45 * Usually a C/C++ binding such as the GLib or Qt binding won't want to include dbus.h in its
47 * found here and in dbus-protocol.h
76 #define DBUS_SERVICE_DBUS "org.freedesktop.DBus"
80 #define DBUS_PATH_DBUS "/org/freedesktop/DBus"
82 #define DBUS_PATH_LOCAL "/org/freedesktop/DBus/Local"
88 #define DBUS_INTERFACE_DBUS "org.freedesktop.DBus"
    [all...]
dbus-transport-unix.c 2 /* dbus-transport-unix.c UNIX socket subclasses of DBusTransport
24 #include "dbus-internals.h"
25 #include "dbus-connection-internal.h"
26 #include "dbus-transport-unix.h"
27 #include "dbus-transport-socket.h"
28 #include "dbus-transport-protected.h"
29 #include "dbus-watch.h"
30 #include "dbus-sysdeps-unix.h"
44 * @todo once we add a way to escape paths in a dbus
dbus-message.h 2 /* dbus-message.h DBusMessage object
24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
30 #include <dbus/dbus-macros.h>
31 #include <dbus/dbus-types.h>
32 #include <dbus/dbus-arch-deps.h>
33 #include <dbus/dbus-memory.h
    [all...]
dbus-object-tree.h 2 /* dbus-object-tree.h DBusObjectTree (internals of DBusConnection)
26 #include <dbus/dbus-connection.h>
  /external/dbus/test/name-test/
test-threads-init.c 5 #include <dbus/dbus.h>
6 #include <dbus/dbus-sysdeps.h>
10 #include <dbus/dbus-internals.h>
11 #include <dbus/dbus-connection-internal.h>
23 method = dbus_message_new_method_call ("org.freedesktop.DBus.TestSuiteEchoService",
test-pending-call-dispatch.c 2 * Test to make sure we don't get stuck polling a dbus connection
10 #include <dbus/dbus.h>
11 #include <dbus/dbus-sysdeps.h>
25 method = dbus_message_new_method_call ("org.freedesktop.DBus.TestSuiteEchoService",
  /external/bluetooth/bluez/test/
list-devices 3 import dbus namespace
5 bus = dbus.SystemBus()
7 manager = dbus.Interface(bus.get_object("org.bluez", "/"),
33 adapter = dbus.Interface(bus.get_object("org.bluez", i),
52 device = dbus.Interface(bus.get_object("org.bluez", n),
76 node = dbus.Interface(bus.get_object("org.bluez", x),
test-telephony 4 import dbus namespace
6 bus = dbus.SystemBus()
8 manager = dbus.Interface(bus.get_object("org.bluez", "/"), "org.bluez.Manager")
9 adapter = dbus.Interface(bus.get_object("org.bluez", manager.DefaultAdapter()),
11 test = dbus.Interface(bus.get_object("org.bluez", "/org/bluez/test"),
39 headset = dbus.Interface(bus.get_object("org.bluez", device),
49 headset = dbus.Interface(bus.get_object("org.bluez", device),
59 headset = dbus.Interface(bus.get_object("org.bluez", device),
62 headset.SetProperty('SpeakerGain', dbus.UInt16(sys.argv[3]))
74 headset = dbus.Interface(bus.get_object("org.bluez", device)
    [all...]
  /external/dbus/bus/
services.h 27 #include <dbus/dbus.h>
28 #include <dbus/dbus-string.h>
29 #include <dbus/dbus-hash.h>
signals.h 27 #include <dbus/dbus.h>
28 #include <dbus/dbus-string.h>
29 #include <dbus/dbus-sysdeps.h>
bus.h 29 #include <dbus/dbus.h>
30 #include <dbus/dbus-string.h>
31 #include <dbus/dbus-mainloop.h>
32 #include <dbus/dbus-userdb.h>
policy.h 27 #include <dbus/dbus.h>
28 #include <dbus/dbus-string.h>
29 #include <dbus/dbus-list.h>
30 #include <dbus/dbus-sysdeps.h>
selinux.h 26 #include <dbus/dbus-hash.h>
27 #include <dbus/dbus-connection.h>
  /system/core/rootdir/etc/
dbus.conf 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
15 <listen>unix:path=/dev/socket/dbus</listen>
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus_handlers.c 2 * WPA Supplicant / dbus-based control interface
35 * @message: Pointer to incoming dbus message this error refers to
36 * Returns: a dbus error message
58 * @message: Pointer to incoming dbus message this reply refers to
59 * Returns: a dbus message containing a single UINT32 that indicates
87 * @message: Pointer to incoming dbus message
90 * or a dbus error message with more information
93 * by dbus clients to register a network interface that wpa_supplicant
192 * @message: Pointer to incoming dbus message
194 * Returns: a dbus message containing a UINT32 indicating success (1) o
    [all...]
  /external/dbus/test/data/equiv-config-files/basic/basic.d/
basic.conf 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  /external/dbus/test/data/equiv-config-files/entities/basic.d/
basic.conf 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  /external/dbus/test/data/valid-config-files/basic.d/
basic.conf 2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  /external/dbus/tools/
dbus-launch.h 2 /* dbus-launch.h dbus-launch utility
43 /* defined in dbus-launch.c */
51 /* defined in dbus-launch-x11.c */
  /external/dnsmasq/dbus/
dnsmasq.conf 3 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  /external/bluetooth/bluez/src/
Android.mk 12 dbus-common.c \
13 dbus-hci.c \
43 $(call include-path-for, dbus)

Completed in 55 milliseconds

1 2 3 45 6 7 8 91011>>