Searched refs:num_active (Results 1 – 2 of 2) sorted by relevance
/system/bt/btif/src/ |
D | btif_hf.cc | 115 int num_active; member 248 hf_cb->num_active = 0; in clear_phone_state_multihf() 638 static void UpdateCallStates(btif_hf_cb_t* control_block, int num_active, in UpdateCallStates() argument 640 control_block->num_active = num_active; 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, 920 bt_status_t HeadsetInterface::CindResponse(int svc, int num_active, 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/ |
D | bluetooth_headset_interface.h | 139 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,
|