Searched refs:num_val (Results 1 – 13 of 13) sorted by relevance
/system/bt/stack/avrc/ |
D | avrc_pars_tg.c | 188 BE_STREAM_TO_UINT8 (p_result->set_app_val.num_val, p); in avrc_pars_vendor_cmd() 190 if (p_buf && (len == ((p_result->set_app_val.num_val<<1) + 1))) in avrc_pars_vendor_cmd() 194 for (xx=0; ((xx< p_result->set_app_val.num_val) && (buf_len > size_needed)); xx++) in avrc_pars_vendor_cmd() 201 if (xx != p_result->set_app_val.num_val) in avrc_pars_vendor_cmd() 205 __func__, xx, p_result->set_app_val.num_val); in avrc_pars_vendor_cmd() 206 p_result->set_app_val.num_val = xx; in avrc_pars_vendor_cmd() 227 BE_STREAM_TO_UINT8 (p_result->get_app_val_txt.num_val, p); in avrc_pars_vendor_cmd() 228 if ( (len - 2/* attr_id & num_val */) != p_result->get_app_val_txt.num_val) in avrc_pars_vendor_cmd() 233 for (xx=0; xx< p_result->get_app_val_txt.num_val; xx++) in avrc_pars_vendor_cmd()
|
D | avrc_pars_ct.c | 239 p_result->list_app_values.num_val = 0; in avrc_ctrl_pars_vendor_rsp() 242 BE_STREAM_TO_UINT8(p_result->list_app_values.num_val, p); in avrc_ctrl_pars_vendor_rsp() 243 AVRC_TRACE_DEBUG("%s value count = %d ", __func__, p_result->list_app_values.num_val); in avrc_ctrl_pars_vendor_rsp() 244 for(int xx = 0; xx < p_result->list_app_values.num_val; xx++) in avrc_ctrl_pars_vendor_rsp() 254 p_result->get_cur_app_val.num_val = 0; in avrc_ctrl_pars_vendor_rsp() 257 BE_STREAM_TO_UINT8(p_result->get_cur_app_val.num_val, p); in avrc_ctrl_pars_vendor_rsp() 259 … (tAVRC_APP_SETTING*)osi_malloc(p_result->get_cur_app_val.num_val*sizeof(tAVRC_APP_SETTING)); in avrc_ctrl_pars_vendor_rsp() 260 AVRC_TRACE_DEBUG("%s attr count = %d ", __func__, p_result->get_cur_app_val.num_val); in avrc_ctrl_pars_vendor_rsp() 261 for (int xx = 0; xx < p_result->get_cur_app_val.num_val; xx++) in avrc_ctrl_pars_vendor_rsp()
|
D | avrc_bld_ct.c | 287 UINT8 param_len = p_cmd->num_val + 1; in avrc_bld_get_player_app_setting_value_text_cmd() 290 UINT8_TO_BE_STREAM(p_data, p_cmd->num_val); in avrc_bld_get_player_app_setting_value_text_cmd() 291 for(int count = 0; count < p_cmd->num_val; count++) in avrc_bld_get_player_app_setting_value_text_cmd() 481 p_cmd->set_app_val.num_val,p_cmd->set_app_val.p_vals); in AVRC_BldCommand()
|
D | avrc_bld_tg.c | 188 *p_num = p_rsp->num_val; in avrc_bld_list_app_settings_values_rsp() 194 *p_num += p_rsp->num_val; in avrc_bld_list_app_settings_values_rsp() 198 for (xx=0; xx<p_rsp->num_val; xx++) in avrc_bld_list_app_settings_values_rsp() 251 for (xx=0; xx<p_rsp->num_val; xx++) in avrc_bld_get_cur_app_setting_value_rsp()
|
/system/bt/btif/src/ |
D | btif_rc.c | 2685 p_app_settings->attrs[attr_index].num_val = p_rsp->num_val; in handle_app_val_response() 2686 for (xx = 0; xx < p_rsp->num_val; xx++) in handle_app_val_response() 2716 p_app_settings->ext_attrs[attr_index].num_val = p_rsp->num_val; in handle_app_val_response() 2717 for (xx = 0; xx < p_rsp->num_val; xx++) in handle_app_val_response() 2766 app_settings.num_attr = p_rsp->num_val; in handle_app_cur_val_response() 2844 for (xx = 0; xx < p_app_settings->ext_attrs[0].num_val; xx++) in handle_app_attr_txt_response() 2891 for (x = 0; x < p_ext_attr->num_val; x++) in handle_app_attr_val_txt_response() 2893 p_ext_attr->num_val = 0; in handle_app_attr_val_txt_response() 2930 for (xx = 0; xx < p_app_settings->ext_attrs[attr_index].num_val; xx++) in handle_app_attr_val_txt_response() 2961 for (x = 0; x < p_ext_attr->num_val; x++) in handle_app_attr_val_txt_response() [all …]
|
D | btif_dm.c | 1057 p_ssp_cfm_req->num_val); in btif_dm_ssp_cfm_req_evt()
|
/system/bt/stack/include/ |
D | avrc_defs.h | 996 UINT8 num_val; member 1017 UINT8 num_val; member 1228 UINT8 num_val; member 1238 UINT8 num_val; member
|
D | btm_api.h | 1449 …UINT32 num_val; /* the numeric value for comparison. If just_works, do not show th… member
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 780 static const unsigned num_val = 32; in TEST() local 789 logcat_cmd, tmp_out_dir, log_filename, num_val); in TEST() 813 EXPECT_EQ(count, num_val + 1); in TEST()
|
/system/bt/bta/dm/ |
D | bta_dm_int.h | 888 …UINT32 num_val; /* the numeric value for comparison. If just_works, do not show th… member
|
D | bta_dm_act.c | 2658 sec_event.key_notif.passkey = bta_dm_cb.num_val; /* get PIN code numeric number */ in bta_dm_pinname_cback() 2680 sec_event.key_notif.passkey = bta_dm_cb.num_val; /* get PIN code numeric number */ in bta_dm_pinname_cback() 2873 bta_dm_cb.num_val = sec_event.key_notif.passkey = p_data->key_notif.passkey; in bta_dm_sp_cback()
|
/system/bt/bta/include/ |
D | bta_api.h | 826 …UINT32 num_val; /* the numeric value for comparison. If just_works, do not show th… member
|
/system/bt/stack/btm/ |
D | btm_sec.c | 3645 STREAM_TO_UINT32 (evt_data.cfm_req.num_val, p); in btm_proc_sp_req_evt()
|