Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DBluetoothHeadsetBinderTest.java97 public void isNoiseReductionSupported() { in isNoiseReductionSupported() method in BluetoothHeadsetBinderTest
98 mBinder.isNoiseReductionSupported(mTestDevice, mAttributionSource); in isNoiseReductionSupported()
99 verify(mService).isNoiseReductionSupported(mTestDevice); in isNoiseReductionSupported()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h87 virtual bt_status_t isNoiseReductionSupported(RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHeadset.aidl85 …boolean isNoiseReductionSupported(in BluetoothDevice device, in AttributionSource attributionSourc… in isNoiseReductionSupported() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java644 public boolean isNoiseReductionSupported(@NonNull BluetoothDevice device) { in isNoiseReductionSupported() method in BluetoothHeadset
652 return service.isNoiseReductionSupported(device, mAttributionSource); in isNoiseReductionSupported()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java600 public boolean isNoiseReductionSupported(BluetoothDevice device, AttributionSource source) { in isNoiseReductionSupported() method in HeadsetService.BluetoothHeadsetBinder
606 return service.isNoiseReductionSupported(device); in isNoiseReductionSupported()
1057 boolean isNoiseReductionSupported(BluetoothDevice device) { in isNoiseReductionSupported() method in HeadsetService
1058 return mNativeInterface.isNoiseReductionSupported(device); in isNoiseReductionSupported()
DHeadsetNativeInterface.java355 public boolean isNoiseReductionSupported(BluetoothDevice device) { in isNoiseReductionSupported() method in HeadsetNativeInterface
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc842 bt_status_t isNoiseReductionSupported(RawAddress* bd_addr) override;
973 bt_status_t HeadsetInterface::isNoiseReductionSupported(RawAddress* bd_addr) { in isNoiseReductionSupported() function in bluetooth::headset::HeadsetInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp600 sBluetoothHfpInterface->isNoiseReductionSupported((RawAddress*)addr); in isNoiseReductionSupportedNative()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt797 …n(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isNoiseReductionSupported(@NonNull…