Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DBluetoothHeadsetBinderTest.java103 public void isVoiceRecognitionSupported() { in isVoiceRecognitionSupported() method in BluetoothHeadsetBinderTest
104 mBinder.isVoiceRecognitionSupported(mTestDevice, mAttributionSource); in isVoiceRecognitionSupported()
105 verify(mService).isVoiceRecognitionSupported(mTestDevice); in isVoiceRecognitionSupported()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h96 virtual bt_status_t isVoiceRecognitionSupported(RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHeadset.aidl87 …boolean isVoiceRecognitionSupported(in BluetoothDevice device, in AttributionSource attributionSou… in isVoiceRecognitionSupported() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java669 public boolean isVoiceRecognitionSupported(@NonNull BluetoothDevice device) { in isVoiceRecognitionSupported() method in BluetoothHeadset
677 return service.isVoiceRecognitionSupported(device, mAttributionSource); in isVoiceRecognitionSupported()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java610 public boolean isVoiceRecognitionSupported( in isVoiceRecognitionSupported() method in HeadsetService.BluetoothHeadsetBinder
617 return service.isVoiceRecognitionSupported(device); in isVoiceRecognitionSupported()
1061 boolean isVoiceRecognitionSupported(BluetoothDevice device) { in isVoiceRecognitionSupported() method in HeadsetService
1062 return mNativeInterface.isVoiceRecognitionSupported(device); in isVoiceRecognitionSupported()
DHeadsetNativeInterface.java365 public boolean isVoiceRecognitionSupported(BluetoothDevice device) { in isVoiceRecognitionSupported() method in HeadsetNativeInterface
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc843 bt_status_t isVoiceRecognitionSupported(RawAddress* bd_addr) override;
986 bt_status_t HeadsetInterface::isVoiceRecognitionSupported(RawAddress* bd_addr) { in isVoiceRecognitionSupported() function in bluetooth::headset::HeadsetInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp620 sBluetoothHfpInterface->isVoiceRecognitionSupported((RawAddress*)addr); in isVoiceRecognitionSupportedNative()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt798 …(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isVoiceRecognitionSupported(@NonNul…