Home
last modified time | relevance | path

Searched defs:isNoiseReductionSupported (Results 1 – 6 of 6) 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
/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
/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
1057 boolean isNoiseReductionSupported(BluetoothDevice device) { in isNoiseReductionSupported() method in HeadsetService
DHeadsetNativeInterface.java355 public boolean isNoiseReductionSupported(BluetoothDevice device) { in isNoiseReductionSupported() method in HeadsetNativeInterface
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc973 bt_status_t HeadsetInterface::isNoiseReductionSupported(RawAddress* bd_addr) { in isNoiseReductionSupported() function in bluetooth::headset::HeadsetInterface