Lines Matching refs:call_setup_state

163     bthf_call_state_t       call_setup_state;  member
299 btif_hf_cb[idx].call_setup_state = BTHF_CALL_STATE_IDLE; in clear_phone_state_multihf()
1069 bthf_call_state_t call_setup_state, in cind_response() argument
1093 callstate_to_callsetup(call_setup_state), /* Callsetup state */ in cind_response()
1246 …ic bt_status_t phone_state_change(int num_active, int num_held, bthf_call_state_t call_setup_state, in phone_state_change() argument
1270 num_held, btif_hf_cb[idx].num_held, dump_hf_call_state(call_setup_state), in phone_state_change()
1271 dump_hf_call_state(btif_hf_cb[idx].call_setup_state)); in phone_state_change()
1274 if (num_active == 0 && num_held == 0 && call_setup_state == BTHF_CALL_STATE_IDLE) in phone_state_change()
1280 if ((btif_hf_cb[idx].call_setup_state != BTHF_CALL_STATE_IDLE ) || in phone_state_change()
1308 (btif_hf_cb[idx].call_setup_state == BTHF_CALL_STATE_IDLE) ) in phone_state_change()
1319 if (call_setup_state != BTHF_CALL_STATE_IDLE) in phone_state_change()
1328 if (call_setup_state != btif_hf_cb[idx].call_setup_state) in phone_state_change()
1331 __FUNCTION__, dump_hf_call_state(btif_hf_cb[idx].call_setup_state), in phone_state_change()
1332 dump_hf_call_state(call_setup_state)); in phone_state_change()
1335 switch (call_setup_state) in phone_state_change()
1339 switch (btif_hf_cb[idx].call_setup_state) in phone_state_change()
1394 if ((btif_hf_cb[idx].call_setup_state == BTHF_CALL_STATE_IDLE) && in phone_state_change()
1410 if (call_setup_state == BTHF_CALL_STATE_IDLE) in phone_state_change()
1442 if ( (call_setup_state == btif_hf_cb[idx].call_setup_state) && in phone_state_change()
1456 btif_hf_cb[i].call_setup_state = call_setup_state; in phone_state_change()
1477 if ((btif_hf_cb[i].call_setup_state != BTHF_CALL_STATE_IDLE) in btif_hf_is_call_idle()