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.java136 public void isNoiseReductionSupported() { in isNoiseReductionSupported() method in BluetoothHeadsetBinderTest
137 mBinder.isNoiseReductionSupported(mTestDevice, mAttributionSource, in isNoiseReductionSupported()
139 verify(mService).isNoiseReductionSupported(mTestDevice); in isNoiseReductionSupported()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth_headset_interface.h84 virtual bt_status_t isNoiseReductionSupported(RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothHeadset.aidl101 …oneway void isNoiseReductionSupported(in BluetoothDevice device, in AttributionSource attributionS… in isNoiseReductionSupported() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java655 public void isNoiseReductionSupported(BluetoothDevice device, AttributionSource source, in isNoiseReductionSupported() method in HeadsetService.BluetoothHeadsetBinder
661 defaultValue = service.isNoiseReductionSupported(device); in isNoiseReductionSupported()
1153 boolean isNoiseReductionSupported(BluetoothDevice device) { in isNoiseReductionSupported() method in HeadsetService
1154 return mNativeInterface.isNoiseReductionSupported(device); in isNoiseReductionSupported()
DHeadsetNativeInterface.java317 public boolean isNoiseReductionSupported(BluetoothDevice device) { in isNoiseReductionSupported() method in HeadsetNativeInterface
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java660 public boolean isNoiseReductionSupported(@NonNull BluetoothDevice device) { in isNoiseReductionSupported() method in BluetoothHeadset
670 service.isNoiseReductionSupported(device, mAttributionSource, recv); in isNoiseReductionSupported()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc740 bt_status_t isNoiseReductionSupported(RawAddress* bd_addr) override;
866 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.cpp605 sBluetoothHfpInterface->isNoiseReductionSupported((RawAddress*)addr); in isNoiseReductionSupportedNative()
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt774 …n(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isNoiseReductionSupported(@NonNull…