Home
last modified time | relevance | path

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

/aosp12/system/bt/include/hardware/
H A Dbluetooth_headset_interface.h91 virtual bt_status_t isVoiceRecognitionSupported(RawAddress* bd_addr) = 0;
/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
568 return service.isVoiceRecognitionSupported(device); in isVoiceRecognitionSupported()
949 boolean isVoiceRecognitionSupported(BluetoothDevice device) { in isVoiceRecognitionSupported() method in HeadsetService
950 return mNativeInterface.isVoiceRecognitionSupported(device); in isVoiceRecognitionSupported()
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
786 return service.isVoiceRecognitionSupported(device, mAttributionSource); in isVoiceRecognitionSupported()
/aosp12/system/bt/btif/src/
H A 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
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hfp.cpp629 sBluetoothHfpInterface->isVoiceRecognitionSupported((RawAddress*)addr); in isVoiceRecognitionSupportedNative()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt9290 …(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isVoiceRecognitionSupported(@NonNul…