Home
last modified time | relevance | path

Searched refs:num_held (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_hf.cc116 int num_held; member
249 hf_cb->num_held = 0; in clear_phone_state_multihf()
639 int num_held, bthf_call_state_t call_setup_state) { in UpdateCallStates() argument
641 control_block->num_held = num_held; in UpdateCallStates()
659 ((btif_hf_cb[i].num_held + btif_hf_cb[i].num_active) > 0)) in IsCallIdle()
687 bt_status_t CindResponse(int svc, int num_active, int num_held,
700 bt_status_t PhoneStateChange(int num_active, int num_held,
921 int num_held, in CindResponse() argument
941 (num_active + num_held) ? 1 : 0, /* Call state */ in CindResponse()
947 ((num_held == 0) ? 0 : ((num_active == 0) ? 2 : 1))); /* Call held */ in CindResponse()
[all …]
/system/bt/include/hardware/
Dbluetooth_headset_interface.h139 virtual bt_status_t CindResponse(int svc, int num_active, int num_held,
202 virtual bt_status_t PhoneStateChange(int num_active, int num_held,