Home
last modified time | relevance | path

Searched refs:BTHF_CALL_STATE_IDLE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc122 CASE_RETURN_STR(BTHF_CALL_STATE_IDLE) in dump_hf_call_state()
267 hf_cb->call_setup_state = BTHF_CALL_STATE_IDLE; in clear_phone_state_multihf()
822 if ((btif_hf_cb[i].call_setup_state != BTHF_CALL_STATE_IDLE) || in IsCallIdle()
1275 call_setup_state == BTHF_CALL_STATE_IDLE) { in PhoneStateChange()
1302 (control_block.call_setup_state == BTHF_CALL_STATE_IDLE)) { in PhoneStateChange()
1311 if (call_setup_state != BTHF_CALL_STATE_IDLE) { in PhoneStateChange()
1328 case BTHF_CALL_STATE_IDLE: { in PhoneStateChange()
1430 if ((control_block.call_setup_state == BTHF_CALL_STATE_IDLE) && in PhoneStateChange()
1451 if (call_setup_state == BTHF_CALL_STATE_IDLE) { in PhoneStateChange()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf.h115 BTHF_CALL_STATE_IDLE, enumerator
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc105 return headset::BTHF_CALL_STATE_IDLE; in from_rust_call_state()