Searched refs:attrib_ids (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_bld_ct.cc | 197 BT_HDR* p_pkt, uint8_t num_attrib_id, uint8_t* attrib_ids) { in avrc_bld_get_current_player_app_values_cmd() argument 207 UINT8_TO_BE_STREAM(p_data, attrib_ids[count]); in avrc_bld_get_current_player_app_values_cmd() 314 uint32_t* attrib_ids) { in avrc_bld_get_element_attr_cmd() argument 329 UINT32_TO_BE_STREAM(p_data, attrib_ids[count]); in avrc_bld_get_element_attr_cmd()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_avrcp_controller.cpp | 860 jbyteArray attrib_ids, jbyteArray attrib_val) { in setPlayerApplicationSettingValuesNative() argument 879 jbyte* attr = env->GetByteArrayElements(attrib_ids, NULL); in setPlayerApplicationSettingValuesNative() 904 env->ReleaseByteArrayElements(attrib_ids, attr, 0); in setPlayerApplicationSettingValuesNative()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_rc.h | 678 uint8_t* attrib_ids,
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_rc.cc | 355 uint8_t* attrib_ids, 4607 uint8_t* attrib_ids, in get_player_app_setting_cmd() argument 4619 avrc_cmd.get_cur_app_val.attrs[count] = attrib_ids[count]; in get_player_app_setting_cmd() 4897 uint8_t* attrib_ids, in change_player_app_setting() argument 4911 avrc_cmd.set_app_val.p_vals[count].attr_id = attrib_ids[count]; in change_player_app_setting()
|