Searched defs:ind (Results 1 - 6 of 6) sorted by relevance

/system/bt/btif/src/
H A Dbtif_hf_client.c691 static void process_ind_evt(tBTA_HF_CLIENT_IND *ind) argument
693 switch (ind->type)
696 HAL_CBACK(bt_hf_client_callbacks, call_cb, ind->value);
700 HAL_CBACK(bt_hf_client_callbacks, callsetup_cb, ind->value);
703 HAL_CBACK(bt_hf_client_callbacks, callheld_cb, ind->value);
707 HAL_CBACK(bt_hf_client_callbacks, network_state_cb, ind->value);
711 HAL_CBACK(bt_hf_client_callbacks, network_signal_cb, ind->value);
715 HAL_CBACK(bt_hf_client_callbacks, network_roaming_cb, ind->value);
719 HAL_CBACK(bt_hf_client_callbacks, battery_level_cb, ind->value);
812 process_ind_evt(&p_data->ind);
[all...]
/system/extras/ext4_utils/
H A Dindirect.c315 u32 ind = 0; local
318 return ind;
323 ind += DIV_ROUND_UP(len, aux_info.blocks_per_ind);
326 return ind;
330 ind += DIV_ROUND_UP(len, aux_info.blocks_per_dind);
333 return ind;
337 ind += DIV_ROUND_UP(len, aux_info.blocks_per_tind);
340 return ind;
/system/bt/stack/btm/
H A Dbtm_pm.c182 int ind, acl_ind; local
208 ind = mode - BTM_PM_MD_HOLD; /* make it base 0 */
210 if( !(p_features[ btm_pm_mode_off[ind] ] & btm_pm_mode_msk[ind] ) )
418 void btm_pm_sm_alloc(UINT8 ind) argument
420 tBTM_PM_MCB *p_db = &btm_cb.pm_mode_db[ind]; /* per ACL link */
424 BTM_TRACE_DEBUG( "btm_pm_sm_alloc ind:%d st:%d", ind, p_db->state);
452 BTM_TRACE_DEBUG( "btm_pm_find_acl_ind ind:%d, st:%d", xx, btm_cb.pm_mode_db[xx].state);
/system/bt/bta/include/
H A Dbta_hf_client_api.h237 tBTA_HF_CLIENT_IND ind; member in union:__anon391
H A Dbta_ag_api.h215 tBTA_AG_IND ind; member in struct:__anon264
/system/bt/stack/smp/
H A Dsmp_keys.c66 int ind, x; local
75 ind = 0;
78 for (int column = 0, x = 0; (ind < len) && (column < col_count); column++, ind++)
80 x += sprintf((char *)&p_buf[x], "%02x ", p[ind]);
95 int ind = 0; local
103 for (int col = 0, x = 0; (ind < len) && (col < ncols); col++, ind++)
105 x += sprintf ((char *)&p_buf[len-x-1], "%02x ", p[ind]);

Completed in 206 milliseconds