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

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/dbus/
Android.mk 11 dbus-address.c \
12 dbus-auth.c \
13 dbus-bus.c \
14 dbus-connection.c \
15 dbus-dataslot.c \
16 dbus-errors.c \
17 dbus-hash.c \
18 dbus-internals.c \
19 dbus-keyring.c \
20 dbus-list.c
    [all...]
Makefile.am 2 configdir=$(sysconfdir)/dbus-1
4 INCLUDES=-I$(top_builddir) -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) -DDBUS_COMPILATION -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\"
6 dbusincludedir=$(includedir)/dbus-1.0/dbus
7 dbusarchincludedir=$(libdir)/dbus-1.0/include/dbus
12 dbus.h \
13 dbus-address.h \
14 dbus-bus.h \
15 dbus-connection.h
    [all...]
dbus.h 2 /* dbus.h Convenience header including all other headers
29 #include <dbus/dbus-arch-deps.h>
30 #include <dbus/dbus-address.h>
31 #include <dbus/dbus-bus.h>
32 #include <dbus/dbus-connection.h>
33 #include <dbus/dbus-errors.h
    [all...]
Makefile.in 43 subdir = dbus
46 $(srcdir)/dbus-arch-deps.h.in
54 CONFIG_CLEAN_FILES = dbus-arch-deps.h
68 am__objects_1 = dbus-address.lo dbus-auth.lo dbus-auth-script.lo \
69 dbus-bus.lo dbus-connection.lo dbus-errors.lo dbus-keyring.lo
    [all...]
dbus-uuidgen.h 2 /* dbus-uuidgen.h The guts of the dbus-uuidgen binary live in libdbus, in this file.
24 #error "You can't include dbus-uuidgen.h in the public header dbus.h"
30 #include <dbus/dbus-types.h>
31 #include <dbus/dbus-errors.h>
  /external/dbus/tools/
Makefile.am 1 configdir=$(sysconfdir)/dbus-1
3 INCLUDES=-I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/locale\" -DDBUS_COMPILATION -DDBUS_DAEMONDIR=\"@DBUS_DAEMONDIR@\" -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\"
5 bin_PROGRAMS=dbus-send dbus-monitor dbus-launch dbus-cleanup-sockets dbus-uuidgen
8 dbus-print-message.c \
9 dbus-print-message.h \
10 dbus-send.
    [all...]
Android.mk 7 LOCAL_SRC_FILES := dbus-print-message.c
8 LOCAL_C_INCLUDES += $(call include-path-for, dbus)
18 # dbus-monitor
22 LOCAL_SRC_FILES := dbus-monitor.c
23 LOCAL_C_INCLUDES += $(call include-path-for, dbus)
31 LOCAL_MODULE := dbus-monitor
34 # dbus-send
38 LOCAL_SRC_FILES := dbus-send.c
39 LOCAL_C_INCLUDES += $(call include-path-for, dbus)
47 LOCAL_MODULE := dbus-sen
    [all...]
dbus-monitor.1 2 .\" dbus-monitor manual page.
5 .TH dbus-monitor 1
7 dbus-monitor \- debug probe to print message bus messages
10 .B dbus-monitor
18 http://www.freedesktop.org/software/dbus/ for more information about
61 Here is an example of using dbus-monitor to watch for the gnome typing
65 dbus-monitor "type='signal',sender='org.gnome.TypingMonitor',interface='org.gnome.TypingMonitor'"
70 dbus-monitor was written by Philip Blundell.
75 see http://www.freedesktop.org/software/dbus/
  /external/bluetooth/bluez/test/
dbusdef.py 1 import dbus namespace
3 bus = dbus.SystemBus()
6 dummy = dbus.Interface(bus.get_object('org.bluez', '/'), 'org.freedesktop.DBus.Introspectable')
11 manager = dbus.Interface(bus.get_object('org.bluez', '/'), 'org.bluez.Manager')
14 adapter = dbus.Interface(bus.get_object('org.bluez', manager.DefaultAdapter()), 'org.bluez.Adapter')
  /external/dbus/test/
test-utils.h 5 #include <dbus/dbus.h>
8 #include <dbus/dbus-mainloop.h>
9 #include <dbus/dbus-internals.h>
spawn-test.c 1 #include <dbus/dbus.h>
3 #define DBUS_COMPILATION /* cheat and use dbus-sysdeps */
4 #include <dbus/dbus-sysdeps.h>
5 #include <dbus/dbus-spawn.h>
  /external/dbus/test/data/valid-service-files/
debug-echo.service 2 Name=org.freedesktop.DBus.TestSuiteEchoService
3 Exec=/home/quinticent/devel/dbus-branch/dbus_1_0/test/test-service
debug-segfault.service 2 Name=org.freedesktop.DBus.TestSuiteSegfaultService
3 Exec=/home/quinticent/devel/dbus-branch/dbus_1_0/test/test-segfault
debug-shell-echo-fail.service 2 Name=org.freedesktop.DBus.TestSuiteShellEchoServiceFail
3 Exec=/home/quinticent/devel/dbus-branch/dbus_1_0/test/test-shell-service "this should 'fail' because of an unterminated quote
debug-shell-echo-success.service 2 Name=org.freedesktop.DBus.TestSuiteShellEchoServiceSuccess
3 Exec=/home/quinticent/devel/dbus-branch/dbus_1_0/test/test-shell-service -test "that" 'we get' back --what "we put in"
debug-echo.service.in 2 Name=org.freedesktop.DBus.TestSuiteEchoService
debug-segfault.service.in 2 Name=org.freedesktop.DBus.TestSuiteSegfaultService
debug-shell-echo-fail.service.in 2 Name=org.freedesktop.DBus.TestSuiteShellEchoServiceFail
  /external/dbus/doc/
Makefile.am 4 dbus-faq.xml \
5 dbus-specification.xml \
6 dbus-test-plan.xml \
7 dbus-tutorial.xml \
13 dbus-faq.html \
14 dbus-specification.html \
15 dbus-test-plan.html \
16 dbus-tutorial.html
23 dbus-specification.html: dbus-specification.xm
    [all...]
  /external/dbus/test/data/valid-messages/
standard-hello.message 1 # Standard org.freedesktop.DBus.Hello message
6 OBJECT_PATH '/org/freedesktop/DBus'
9 STRING 'org.freedesktop.DBus'
15 STRING 'org.freedesktop.DBus'
standard-list-services.message 1 # Standard org.freedesktop.DBus.ListServices message
6 OBJECT_PATH '/org/freedesktop/DBus'
9 STRING 'org.freedesktop.DBus'
15 STRING 'org.freedesktop.DBus'
standard-acquire-service.message 1 # Standard org.freedesktop.DBus.AcquireService message
6 OBJECT_PATH '/org/freedesktop/DBus'
9 STRING 'org.freedesktop.DBus'
15 STRING 'org.freedesktop.DBus'
23 STRING 'org.freedesktop.DBus.Sample'
standard-service-exists.message 1 # Standard org.freedesktop.DBus.ServiceExists message
6 OBJECT_PATH '/org/freedesktop/DBus'
9 STRING 'org.freedesktop.DBus'
15 STRING 'org.freedesktop.DBus'
23 STRING 'org.freedesktop.DBus.Sample'
  /external/dbus/
dbus-1.pc.in 7 session_bus_services_dir=@EXPANDED_DATADIR@/dbus-1/services
9 Name: dbus
13 Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include
  /external/dbus/bus/
Android.mk 5 $(call include-path-for, dbus) \
6 $(call include-path-for, dbus)/dbus \
12 LOCAL_CFLAGS+=-DDAEMON_NAME=\"dbus-daemon\"
13 LOCAL_CFLAGS+=-DDBUS_SYSTEM_CONFIG_FILE=\"/etc/dbus.conf\"
39 LOCAL_MODULE:=dbus-daemon

Completed in 38 milliseconds

1 2 3 4 5 6 7 8 91011>>