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

  /external/dbus/tools/
dbus-print-message.c 29 case DBUS_MESSAGE_TYPE_SIGNAL:
265 case DBUS_MESSAGE_TYPE_SIGNAL:
dbus-send.c 226 int message_type = DBUS_MESSAGE_TYPE_SIGNAL;
281 message_type == DBUS_MESSAGE_TYPE_SIGNAL))
319 else if (message_type == DBUS_MESSAGE_TYPE_SIGNAL)
dbus-monitor.c 133 case DBUS_MESSAGE_TYPE_SIGNAL:
  /external/dbus/dbus/
dbus-protocol.h 228 #define DBUS_MESSAGE_TYPE_SIGNAL 4
dbus-message.c 1010 * #DBUS_MESSAGE_TYPE_SIGNAL, and so forth.
    [all...]
dbus-marshal-header.c 527 _dbus_assert (((interface || message_type != DBUS_MESSAGE_TYPE_SIGNAL) && member) ||
742 case DBUS_MESSAGE_TYPE_SIGNAL:
    [all...]
dbus-connection.c     [all...]
  /frameworks/base/core/jni/
android_server_BluetoothA2dpService.cpp 247 if (dbus_message_get_type(msg) != DBUS_MESSAGE_TYPE_SIGNAL) {
android_server_BluetoothEventLoop.cpp 753 if (dbus_message_get_type(msg) != DBUS_MESSAGE_TYPE_SIGNAL) {
    [all...]
  /external/dbus/bus/
bus.c 1143 type == DBUS_MESSAGE_TYPE_SIGNAL ||
1145 _dbus_assert (type == DBUS_MESSAGE_TYPE_SIGNAL ||
1152 case DBUS_MESSAGE_TYPE_SIGNAL:
    [all...]
signals.c     [all...]
dispatch.c 190 if (dbus_message_get_type (message) != DBUS_MESSAGE_TYPE_SIGNAL)
    [all...]
  /external/bluetooth/bluez/gdbus/
watch.c 415 if (dbus_message_get_type(message) != DBUS_MESSAGE_TYPE_SIGNAL)
  /external/bluetooth/bluez/audio/
telephony-maemo5.c     [all...]
telephony-maemo6.c     [all...]

Completed in 5351 milliseconds