Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h112 virtual bt_status_t StopVoiceRecognition(RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc845 bt_status_t StopVoiceRecognition(RawAddress* bd_addr) override;
1021 bt_status_t HeadsetInterface::StopVoiceRecognition(RawAddress* bd_addr) { in StopVoiceRecognition() function in bluetooth::headset::HeadsetInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp662 sBluetoothHfpInterface->StopVoiceRecognition((RawAddress*)addr); in stopVoiceRecognitionNative()