Home
last modified time | relevance | path

Searched refs:append_key_value (Results 1 – 6 of 6) sorted by relevance

/external/adhd/cras/src/server/
Dcras_bt_player.c67 append_key_value(&dict, "PlaybackStatus", DBUS_TYPE_STRING, in cras_bt_add_player()
70 append_key_value(&dict, "Identity", DBUS_TYPE_STRING, in cras_bt_add_player()
73 append_key_value(&dict, "LoopStatus", DBUS_TYPE_STRING, in cras_bt_add_player()
76 append_key_value(&dict, "Position", DBUS_TYPE_INT64, in cras_bt_add_player()
78 append_key_value(&dict, "Shuffle", DBUS_TYPE_BOOLEAN, in cras_bt_add_player()
80 append_key_value(&dict, "CanGoNext", DBUS_TYPE_BOOLEAN, in cras_bt_add_player()
82 append_key_value(&dict, "CanGoPrevious", DBUS_TYPE_BOOLEAN, in cras_bt_add_player()
84 append_key_value(&dict, "CanPlay", DBUS_TYPE_BOOLEAN, in cras_bt_add_player()
86 append_key_value(&dict, "CanPause", DBUS_TYPE_BOOLEAN, in cras_bt_add_player()
88 append_key_value(&dict, "CanControl", DBUS_TYPE_BOOLEAN, in cras_bt_add_player()
Dcras_dbus_control.c474 if (!append_key_value(&dict, "IsInput", DBUS_TYPE_BOOLEAN, in append_node_dict()
477 if (!append_key_value(&dict, "Id", DBUS_TYPE_UINT64, in append_node_dict()
480 if (!append_key_value(&dict, "DeviceName", DBUS_TYPE_STRING, in append_node_dict()
483 if (!append_key_value(&dict, "StableDeviceId", DBUS_TYPE_UINT64, in append_node_dict()
486 if (!append_key_value(&dict, "StableDeviceIdNew", DBUS_TYPE_UINT64, in append_node_dict()
489 if (!append_key_value(&dict, "Type", DBUS_TYPE_STRING, in append_node_dict()
492 if (!append_key_value(&dict, "Name", DBUS_TYPE_STRING, in append_node_dict()
495 if (!append_key_value(&dict, "MicPositions", DBUS_TYPE_STRING, in append_node_dict()
498 if (!append_key_value(&dict, "Active", DBUS_TYPE_BOOLEAN, in append_node_dict()
501 if (!append_key_value(&dict, "PluggedTime", DBUS_TYPE_UINT64, in append_node_dict()
[all …]
Dcras_bt_profile.c317 if (!append_key_value(&properties_array_iter, "Name", DBUS_TYPE_STRING, in cras_bt_register_profile()
324 !append_key_value(&properties_array_iter, "ServiceRecord", in cras_bt_register_profile()
331 if (!append_key_value(&properties_array_iter, "Version", in cras_bt_register_profile()
338 if (profile->role && !append_key_value(&properties_array_iter, "Role", in cras_bt_register_profile()
346 if (profile->features && !append_key_value(&properties_array_iter, in cras_bt_register_profile()
Dcras_dbus_util.h18 dbus_bool_t append_key_value(DBusMessageIter *iter, const char *key,
Dcras_dbus_util.c8 dbus_bool_t append_key_value(DBusMessageIter *iter, const char *key, in append_key_value() function
/external/adhd/cras/src/tests/
Dbt_profile_unittest.cc162 dbus_bool_t append_key_value(DBusMessageIter *iter, const char *key, in append_key_value() function