Searched refs:isNoiseReductionSupported (Results 1 – 9 of 9) sorted by relevance
97 public void isNoiseReductionSupported() { in isNoiseReductionSupported() method in BluetoothHeadsetBinderTest98 mBinder.isNoiseReductionSupported(mTestDevice, mAttributionSource); in isNoiseReductionSupported()99 verify(mService).isNoiseReductionSupported(mTestDevice); in isNoiseReductionSupported()
87 virtual bt_status_t isNoiseReductionSupported(RawAddress* bd_addr) = 0;
85 …boolean isNoiseReductionSupported(in BluetoothDevice device, in AttributionSource attributionSourc… in isNoiseReductionSupported() method
644 public boolean isNoiseReductionSupported(@NonNull BluetoothDevice device) { in isNoiseReductionSupported() method in BluetoothHeadset652 return service.isNoiseReductionSupported(device, mAttributionSource); in isNoiseReductionSupported()
600 public boolean isNoiseReductionSupported(BluetoothDevice device, AttributionSource source) { in isNoiseReductionSupported() method in HeadsetService.BluetoothHeadsetBinder606 return service.isNoiseReductionSupported(device); in isNoiseReductionSupported()1057 boolean isNoiseReductionSupported(BluetoothDevice device) { in isNoiseReductionSupported() method in HeadsetService1058 return mNativeInterface.isNoiseReductionSupported(device); in isNoiseReductionSupported()
355 public boolean isNoiseReductionSupported(BluetoothDevice device) { in isNoiseReductionSupported() method in HeadsetNativeInterface
842 bt_status_t isNoiseReductionSupported(RawAddress* bd_addr) override;973 bt_status_t HeadsetInterface::isNoiseReductionSupported(RawAddress* bd_addr) { in isNoiseReductionSupported() function in bluetooth::headset::HeadsetInterface
600 sBluetoothHfpInterface->isNoiseReductionSupported((RawAddress*)addr); in isNoiseReductionSupportedNative()
797 …n(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isNoiseReductionSupported(@NonNull…