Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h104 virtual bt_status_t StartVoiceRecognition(RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc844 bt_status_t StartVoiceRecognition(RawAddress* bd_addr) override;
999 bt_status_t HeadsetInterface::StartVoiceRecognition(RawAddress* bd_addr) { in StartVoiceRecognition() function in bluetooth::headset::HeadsetInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp639 sBluetoothHfpInterface->StartVoiceRecognition((RawAddress*)addr); in startVoiceRecognitionNative()