Searched refs:ind (Results 1 - 12 of 12) sorted by path

/system/bt/bta/ag/
H A Dbta_ag_cmd.cc755 /* In the format of ind, state */
1614 bta_ag_send_ind(p_scb, p_result->data.ind.id, p_result->data.ind.value,
1640 p_result->data.ind.id);
1643 p_result->data.ind.id);
1650 p_result->data.ind.id);
1653 p_result->data.ind.id);
1659 p_result->data.ind.on_demand) {
1664 p_result->data.ind.on_demand;
1665 p += utl_itoa(p_result->data.ind
[all...]
/system/bt/bta/hf_client/
H A Dbta_hf_client_at.cc564 evt.ind.type = type;
565 evt.ind.value = value;
567 evt.ind.bd_addr = client_cb->peer_addr;
/system/bt/bta/include/
H A Dbta_ag_api.h273 tBTA_AG_IND ind; member in struct:__anon246
H A Dbta_hf_client_api.h244 tBTA_HF_CLIENT_IND ind; member in union:__anon372
/system/bt/btif/src/
H A Dbtif_hf.cc251 ag_res.ind.id = indicator;
252 ag_res.ind.value = value;
1076 ag_res.ind.id = ind_id;
1077 ag_res.ind.on_demand = (ind_status == BTHF_HF_IND_ENABLED);
H A Dbtif_hf_client.cc759 static void process_ind_evt(tBTA_HF_CLIENT_IND* ind) { argument
762 btif_hf_client_cb_t* cb = btif_hf_client_get_cb_by_bda(ind->bd_addr);
765 switch (ind->type) {
768 (bthf_client_call_t)ind->value);
773 (bthf_client_callsetup_t)ind->value);
777 (bthf_client_callheld_t)ind->value);
782 (bthf_client_network_state_t)ind->value);
787 ind->value);
792 (bthf_client_service_type_t)ind->value);
797 ind
[all...]
/system/bt/stack/btm/
H A Dbtm_int.h137 extern void btm_pm_sm_alloc(uint8_t ind);
H A Dbtm_pm.cc149 int ind, acl_ind; local
171 ind = mode - BTM_PM_MD_HOLD; /* make it base 0 */
173 if (!(p_features[btm_pm_mode_off[ind]] & btm_pm_mode_msk[ind]))
376 void btm_pm_sm_alloc(uint8_t ind) { argument
377 tBTM_PM_MCB* p_db = &btm_cb.pm_mode_db[ind]; /* per ACL link */
381 BTM_TRACE_DEBUG("btm_pm_sm_alloc ind:%d st:%d", ind, p_db->state);
403 BTM_TRACE_DEBUG("btm_pm_find_acl_ind ind:%d, st:%d", xx,
/system/bt/stack/smp/
H A Dsmp_keys.cc58 int ind; local
67 ind = 0;
69 for (int column = 0, x = 0; (ind < len) && (column < col_count);
70 column++, ind++) {
71 x += snprintf((char*)&p_buf[x], sizeof(p_buf) - x, "%02x ", p[ind]);
86 int ind = 0; local
92 for (int col = 0, x = 0; (ind < len) && (col < ncols); col++, ind++) {
94 "%02x ", p[ind]);
/system/extras/ext4_utils/
H A Dindirect.c317 u32 ind = 0; local
320 return ind;
325 ind += DIV_ROUND_UP(len, aux_info.blocks_per_ind);
328 return ind;
332 ind += DIV_ROUND_UP(len, aux_info.blocks_per_dind);
335 return ind;
339 ind += DIV_ROUND_UP(len, aux_info.blocks_per_tind);
342 return ind;
/system/libvintf/
H A Dassemble_vintf.cpp381 auto ind = kernelArg.find(':'); local
382 if (ind == std::string::npos) {
386 std::string kernelVerStr{kernelArg.begin(), kernelArg.begin() + ind};
387 std::string kernelConfigPath{kernelArg.begin() + ind + 1, kernelArg.end()};
/system/nfc/src/nfc/tags/
H A Dtags_int.c240 int ind = (int)(p_info - t1t_cmd_rsp_infos); local
241 if (ind < T1T_MAX_NUM_OPCODES)
242 return (const char*)t1t_cmd_str[ind];
258 int ind = (int)(p_info - t2t_cmd_rsp_infos); local
259 if (ind < T2T_MAX_NUM_OPCODES)
260 return (const char*)t2t_cmd_str[ind];

Completed in 238 milliseconds