Home
last modified time | relevance | path

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

/system/bt/include/hardware/
Dbluetooth_headset_interface.h91 virtual bt_status_t isVoiceRecognitionSupported(RawAddress* bd_addr) = 0;
/system/bt/binder/android/bluetooth/
DIBluetoothHeadset.aidl105 …boolean isVoiceRecognitionSupported(in BluetoothDevice device, in AttributionSource attributionSou… in isVoiceRecognitionSupported() method
/system/bt/btif/src/
Dbtif_hf.cc716 bt_status_t isVoiceRecognitionSupported(RawAddress* bd_addr) override;
854 bt_status_t HeadsetInterface::isVoiceRecognitionSupported(RawAddress* bd_addr) { in isVoiceRecognitionSupported() function in bluetooth::headset::HeadsetInterface