Lines Matching refs:headset
54 static bluetooth::headset::Interface* sBluetoothHfpInterface = nullptr;
74 class JniHeadsetCallbacks : bluetooth::headset::Callbacks {
76 static bluetooth::headset::Callbacks* GetInstance() { in GetInstance()
77 static bluetooth::headset::Callbacks* instance = new JniHeadsetCallbacks(); in GetInstance()
82 bluetooth::headset::bthf_connection_state_t state, in ConnectionStateCallback()
97 void AudioStateCallback(bluetooth::headset::bthf_audio_state_t state, in AudioStateCallback()
112 void VoiceRecognitionCallback(bluetooth::headset::bthf_vr_state_t state, in VoiceRecognitionCallback()
158 void VolumeControlCallback(bluetooth::headset::bthf_volume_type_t type, in VolumeControlCallback()
214 void NoiseReductionCallback(bluetooth::headset::bthf_nrec_t nrec, in NoiseReductionCallback()
226 nrec == bluetooth::headset::BTHF_NREC_START, in NoiseReductionCallback()
230 void WbsCallback(bluetooth::headset::bthf_wbs_config_t wbs_config, in WbsCallback()
243 void AtChldCallback(bluetooth::headset::bthf_chld_type_t chld, in AtChldCallback()
379 void AtBievCallback(bluetooth::headset::bthf_hf_ind_type_t ind_id, in AtBievCallback()
465 (bluetooth::headset::Interface*)btInf->get_profile_interface( in initializeNative()
655 (bluetooth::headset::bthf_volume_type_t)volume_type, volume, in setVolumeNative()
680 (bluetooth::headset::bthf_network_state_t)network_state, in notifyDeviceStatusNative()
681 (bluetooth::headset::bthf_service_type_t)service_type, signal, in notifyDeviceStatusNative()
731 (bluetooth::headset::bthf_call_state_t)call_state, signal, roam, in cindResponseNative()
780 (bluetooth::headset::bthf_at_response_t)response_code, cmee_code, in atResponseCodeNative()
809 index, (bluetooth::headset::bthf_call_direction_t)dir, in clccResponseNative()
810 (bluetooth::headset::bthf_call_state_t)callStatus, in clccResponseNative()
811 (bluetooth::headset::bthf_call_mode_t)mode, in clccResponseNative()
812 mpty ? bluetooth::headset::BTHF_CALL_MPTY_TYPE_MULTI in clccResponseNative()
813 : bluetooth::headset::BTHF_CALL_MPTY_TYPE_SINGLE, in clccResponseNative()
814 number, (bluetooth::headset::bthf_call_addrtype_t)type, in clccResponseNative()
848 num_active, num_held, (bluetooth::headset::bthf_call_state_t)call_state, in phoneStateChangeNative()
849 number, (bluetooth::headset::bthf_call_addrtype_t)type, name, in phoneStateChangeNative()