/external/dbus/dbus/ |
dbus-protocol.h | 74 #define DBUS_TYPE_INT16 ((int) 'n') 75 /** #DBUS_TYPE_INT16 as a string literal instead of a int literal */
|
dbus-marshal-byteswap.c | 52 case DBUS_TYPE_INT16:
|
dbus-marshal-basic.c | 405 case DBUS_TYPE_INT16: 531 case DBUS_TYPE_INT16: 834 case DBUS_TYPE_INT16: 1065 case DBUS_TYPE_INT16: 1114 case DBUS_TYPE_INT16: [all...] |
dbus-signature.c | 353 case DBUS_TYPE_INT16: 487 _dbus_assert (dbus_signature_iter_get_current_type (&subsubiter) == DBUS_TYPE_INT16);
|
dbus-marshal-validate.c | 100 case DBUS_TYPE_INT16: 340 case DBUS_TYPE_INT16: [all...] |
dbus-message-util.c | 792 DBUS_TYPE_INT16, &our_int16, [all...] |
dbus-message-factory.c | 1001 DBUS_TYPE_INT16, [all...] |
dbus-marshal-recursive-util.c | 575 DBUS_TYPE_INT16, [all...] |
/external/dbus/tools/ |
dbus-send.c | 84 case DBUS_TYPE_INT16: 86 dbus_message_iter_append_basic (iter, DBUS_TYPE_INT16, &int16); 199 type = DBUS_TYPE_INT16;
|
dbus-print-message.c | 195 case DBUS_TYPE_INT16:
|
/external/wpa_supplicant/ |
dbus_dict_helpers.c | 81 case DBUS_TYPE_INT16: 286 return _wpa_dbus_add_dict_entry_basic(iter_dict, key, DBUS_TYPE_INT16, 809 case DBUS_TYPE_INT16: {
|
/external/wpa_supplicant_6/wpa_supplicant/ |
dbus_dict_helpers.c | 79 case DBUS_TYPE_INT16: 284 return _wpa_dbus_add_dict_entry_basic(iter_dict, key, DBUS_TYPE_INT16, 807 case DBUS_TYPE_INT16: {
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_dict_helpers.c | 80 case DBUS_TYPE_INT16: 282 return _wpa_dbus_add_dict_entry_basic(iter_dict, key, DBUS_TYPE_INT16, 958 case DBUS_TYPE_INT16:
|
dbus_new_handlers.c | 440 case DBUS_TYPE_INT16: [all...] |
/frameworks/base/core/jni/ |
android_bluetooth_common.cpp | 55 {"RSSI", DBUS_TYPE_INT16}, 602 case DBUS_TYPE_INT16: 651 if (prop_type == DBUS_TYPE_UINT32 || prop_type == DBUS_TYPE_INT16) {
|
/external/bluetooth/bluez/src/ |
adapter.c | [all...] |