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

1 2 3 4 5 6 7 8 91011>>

  /external/dbus/dbus/
dbus-signature.c 2 /* dbus-signature.c Routines for reading recursive type signatures
24 #include "dbus-signature.h"
25 #include "dbus-marshal-recursive.h"
26 #include "dbus-marshal-basic.h"
27 #include "dbus-internals.h"
28 #include "dbus-test.h"
50 * @ingroup DBus
279 * in dbus-protocol.h
301 * in dbus-protocol.h
330 * in dbus-protocol.
    [all...]
dbus-address.c 2 /* dbus-address.c Server address parser.
26 #include "dbus-address.h"
27 #include "dbus-internals.h"
28 #include "dbus-list.h"
29 #include "dbus-string.h"
30 #include "dbus-protocol.h"
81 * #TRUE if the byte need not be escaped when found in a dbus address.
176 * @ingroup DBus
647 #include "dbus-test.h"
dbus-sysdeps-util-unix.c 2 /* dbus-sysdeps-util-unix.c Would be in dbus-sysdeps-unix.c, but not used in libdbus
24 #include "dbus-sysdeps.h"
25 #include "dbus-sysdeps-unix.h"
26 #include "dbus-internals.h"
27 #include "dbus-protocol.h"
28 #include "dbus-string.h"
30 #include "dbus-userdb.h"
31 #include "dbus-test.h"
dbus-errors.c 2 /* dbus-errors.c Error reporting
24 #include "dbus-errors.h"
25 #include "dbus-internals.h"
26 #include "dbus-string.h"
27 #include "dbus-protocol.h"
108 * @ingroup DBus
dbus-marshal-validate-util.c 2 /* dbus-marshal-validate-util.c Would be in dbus-marshal-validate.c, but only used by tests/bus
29 #include "dbus-internals.h"
30 #include "dbus-marshal-validate.h"
31 #include "dbus-marshal-recursive.h"
33 #include "dbus-test.h"
dbus-keyring.c 2 /* dbus-keyring.c Store secret cookies in your homedir
24 #include "dbus-keyring.h"
25 #include "dbus-userdb.h"
26 #include "dbus-protocol.h"
27 #include <dbus/dbus-string.h>
28 #include <dbus/dbus-list.h>
29 #include <dbus/dbus-sysdeps.h
    [all...]
dbus-message-util.c 2 /* dbus-message-util.c Would be in dbus-message.c, but only used by bus/tests
25 #include "dbus-internals.h"
26 #include "dbus-test.h"
27 #include "dbus-message-private.h"
28 #include "dbus-marshal-recursive.h"
29 #include "dbus-string.h"
72 #include "dbus-test.h"
73 #include "dbus-message-factory.h"
946 message = dbus_message_new_method_call ("org.freedesktop.DBus.TestService"
    [all...]
dbus-auth-script.c 2 /* dbus-auth-script.c Test DBusAuth using a special script file (internal to D-Bus implementation)
27 #include "dbus-auth-script.h"
28 #include "dbus-auth.h"
29 #include "dbus-string.h"
30 #include "dbus-hash.h"
31 #include "dbus-internals.h"
32 #include "dbus-userdb.h"
46 * in dbus-message-builder.c
dbus-sysdeps-pthread.c 2 /* dbus-sysdeps-pthread.c Implements threads using pthreads (internal to libdbus)
24 #include "dbus-internals.h"
25 #include "dbus-sysdeps.h"
26 #include "dbus-threads.h"
dbus-timeout.c 2 /* dbus-timeout.c DBusTimeout implementation
24 #include "dbus-internals.h"
25 #include "dbus-timeout.h"
26 #include "dbus-list.h"
381 * @ingroup DBus
dbus-memory.c 2 /* dbus-memory.c D-Bus memory handling
24 #include "dbus-memory.h"
25 #include "dbus-internals.h"
26 #include "dbus-sysdeps.h"
27 #include "dbus-list.h"
32 * @ingroup DBus
806 #include "dbus-test.h"
  /external/dbus/
README 18 See http://www.freedesktop.org/software/dbus/ for lots of documentation,
41 tools such as dbus-launch.
66 These are the dbus-specific configuration flags that can be given to
88 --with-dbus-user=<user> User for running the DBUS daemon (messagebus)
configure.in 4 AC_INIT(dbus/dbus.h)
8 AM_INIT_AUTOMAKE(dbus, 1.0.2)
15 GETTEXT_PACKAGE=dbus-1
71 AC_ARG_WITH(dbus_user, AS_HELP_STRING([--with-dbus-user=<user>],[User for running the DBUS daemon (messagebus)]))
72 AC_ARG_WITH(dbus_daemondir, AS_HELP_STRING([--with-dbus-daemondir=[dirname]],[Directory for installing the DBUS daemon]))
709 strcpy (addr.sun_path, "X/tmp/dbus-fake-socket-path-used-in-configure-test");
810 AC_MSG_CHECKING([for DBUS Flask permissions in selinux/av_permissions.h]
    [all...]
  /external/dbus/doc/
dbus-test-plan.xml 51 The tests for the client library consist of the dbus-test
61 a string class. All aspects of those are tested by dbus-test.
87 # Standard org.freedesktop.DBus.Hello message
92 STRING 'org.freedesktop.DBus.Hello'
95 STRING 'org.freedesktop.DBus'
107 The message test part of dbus-test is using the message
dbus-specification.xml     [all...]
  /build/core/
pathmap.mk 35 dbus:external/dbus \
  /external/bluetooth/bluez/audio/
main.c 38 #include <dbus/dbus.h>
  /external/bluetooth/bluez/gdbus/
gdbus.h 31 #include <dbus/dbus.h>
  /external/dnsmasq/
Makefile 33 DNSMASQ_CFLAGS=`echo $(COPTS) | ../bld/pkg-wrapper HAVE_DBUS $(PKG_CONFIG) --cflags dbus-1`
34 DNSMASQ_LIBS= `echo $(COPTS) | ../bld/pkg-wrapper HAVE_DBUS $(PKG_CONFIG) --libs dbus-1`
  /external/dbus/bus/
activation.c 30 #include <dbus/dbus-internals.h>
31 #include <dbus/dbus-hash.h>
32 #include <dbus/dbus-list.h>
33 #include <dbus/dbus-shell.h>
34 #include <dbus/dbus-spawn.h
    [all...]
Makefile.in 42 noinst_PROGRAMS = $(am__EXEEXT_1) dbus-daemon$(EXEEXT)
45 $(srcdir)/dbus-daemon.1.in $(srcdir)/messagebus.in \
56 dbus-daemon.1
82 bus_test_DEPENDENCIES = $(top_builddir)/dbus/libdbus-convenience.la \
95 $(top_builddir)/dbus/libdbus-convenience.la
308 configdir = $(sysconfdir)/dbus-1
310 -DDAEMON_NAME=\"dbus-daemon\" -DDBUS_COMPILATION \
368 $(top_builddir)/dbus/libdbus-convenience.la
371 @DBUS_BUILD_TESTS_TRUE@TESTS_ENVIRONMENT = DBUS_TEST_DATA=$(top_builddir)/test/data DBUS_TEST_HOMEDIR=$(top_builddir)/dbus DBUS_FATAL_WARNINGS=1 DBUS_BLOCK_ON_ABORT=1
378 bus_test_LDADD = $(top_builddir)/dbus/libdbus-convenience.la $(DBUS_BUS_LIBS
    [all...]
  /frameworks/base/core/jni/
android_server_BluetoothA2dpService.cpp 34 #include <dbus/dbus.h>
61 * Return false if dbus is down, or another serious error (out of memory)
120 LOGE("DBus reply is NULL in function %s", __FUNCTION__);
  /external/dbus/tools/
dbus-print-message.c 2 /* dbus-print-message.h Utility function to print out a message
22 #include "dbus-print-message.h"
237 printf (" (dbus-monitor too dumb to decipher arg type '%c')\n", type);
dbus-launch-x11.c 2 /* dbus-launch.h dbus-launch utility
23 #include "dbus-launch.h"
88 #define DBUS_DIR ".dbus"
417 "# See \"man dbus-launch\" for more details.\n"
  /development/pdk/docs/porting/
bluetooth.jd 93 <li><code>dbus-send</code></li>
94 <li><code>dbus-monitor</code></li>
176 You can interact directly with this plugin using <code>dbus-send</code></span> and <code>dbus-monitor</code>. While not officially supported, you should be able to connect and use a HID keyboard and mouse using the Bluez HID plugin API. Next steps include plumbing the plugin API in the Android Java framework and offering better support for HID input methods (new keymaps and mouse support).<br />
184 While not officially supported, you should be able to run <code>dund</code> or <code>pand</code> daemons and, using <code>pppd</code> or <code>iptables</code>, test tethering support. Next steps include plubming the DBUS APIs to these daemons up into the Android Java framework and adding code to setup the network paths via <code>pppd</code> and / or <code>iptables</code>.<br />

Completed in 616 milliseconds

1 2 3 4 5 6 7 8 91011>>