Home
last modified time | relevance | path

Searched defs:isVoiceRecognitionSupported (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothHeadset.aidl105 …boolean isVoiceRecognitionSupported(in BluetoothDevice device, in AttributionSource attributionSou… in isVoiceRecognitionSupported() method
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java561 public boolean isVoiceRecognitionSupported(BluetoothDevice device, in isVoiceRecognitionSupported() method in HeadsetService.BluetoothHeadsetBinder
949 boolean isVoiceRecognitionSupported(BluetoothDevice device) { in isVoiceRecognitionSupported() method in HeadsetService
H A DHeadsetNativeInterface.java317 public boolean isVoiceRecognitionSupported(BluetoothDevice device) { in isVoiceRecognitionSupported() method in HeadsetNativeInterface
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java781 public boolean isVoiceRecognitionSupported(@NonNull BluetoothDevice device) { in isVoiceRecognitionSupported() method in BluetoothHeadset
/aosp12/system/bt/btif/src/
H A Dbtif_hf.cc854 bt_status_t HeadsetInterface::isVoiceRecognitionSupported(RawAddress* bd_addr) { in isVoiceRecognitionSupported() function in bluetooth::headset::HeadsetInterface