Home | History | Annotate | Download | only in src

Lines Matching refs:call_setup_state

137   bthf_call_state_t call_setup_state;
261 btif_hf_cb[idx].call_setup_state = BTHF_CALL_STATE_IDLE;
1024 bthf_call_state_t call_setup_state, int signal,
1046 callstate_to_callsetup(call_setup_state), /* Callsetup state */
1229 bthf_call_state_t call_setup_state,
1255 btif_hf_cb[idx].num_held, dump_hf_call_state(call_setup_state),
1256 dump_hf_call_state(btif_hf_cb[idx].call_setup_state));
1260 call_setup_state == BTHF_CALL_STATE_IDLE) {
1265 if ((btif_hf_cb[idx].call_setup_state != BTHF_CALL_STATE_IDLE) ||
1292 (btif_hf_cb[idx].call_setup_state == BTHF_CALL_STATE_IDLE)) {
1303 if (call_setup_state != BTHF_CALL_STATE_IDLE)
1312 if (call_setup_state != btif_hf_cb[idx].call_setup_state) {
1314 dump_hf_call_state(btif_hf_cb[idx].call_setup_state),
1315 dump_hf_call_state(call_setup_state));
1318 switch (call_setup_state) {
1320 switch (btif_hf_cb[idx].call_setup_state) {
1372 if ((btif_hf_cb[idx].call_setup_state == BTHF_CALL_STATE_IDLE) &&
1389 if (call_setup_state == BTHF_CALL_STATE_IDLE) {
1423 if ((call_setup_state == btif_hf_cb[idx].call_setup_state) &&
1435 btif_hf_cb[i].call_setup_state = call_setup_state;
1454 if ((btif_hf_cb[i].call_setup_state != BTHF_CALL_STATE_IDLE) ||