Searched refs:isNoiseReductionSupported (Results 1 – 9 of 9) sorted by relevance
136 public void isNoiseReductionSupported() { in isNoiseReductionSupported() method in BluetoothHeadsetBinderTest137 mBinder.isNoiseReductionSupported(mTestDevice, mAttributionSource, in isNoiseReductionSupported()139 verify(mService).isNoiseReductionSupported(mTestDevice); in isNoiseReductionSupported()
84 virtual bt_status_t isNoiseReductionSupported(RawAddress* bd_addr) = 0;
101 …oneway void isNoiseReductionSupported(in BluetoothDevice device, in AttributionSource attributionS… in isNoiseReductionSupported() method
655 public void isNoiseReductionSupported(BluetoothDevice device, AttributionSource source, in isNoiseReductionSupported() method in HeadsetService.BluetoothHeadsetBinder661 defaultValue = service.isNoiseReductionSupported(device); in isNoiseReductionSupported()1153 boolean isNoiseReductionSupported(BluetoothDevice device) { in isNoiseReductionSupported() method in HeadsetService1154 return mNativeInterface.isNoiseReductionSupported(device); in isNoiseReductionSupported()
317 public boolean isNoiseReductionSupported(BluetoothDevice device) { in isNoiseReductionSupported() method in HeadsetNativeInterface
660 public boolean isNoiseReductionSupported(@NonNull BluetoothDevice device) { in isNoiseReductionSupported() method in BluetoothHeadset670 service.isNoiseReductionSupported(device, mAttributionSource, recv); in isNoiseReductionSupported()
740 bt_status_t isNoiseReductionSupported(RawAddress* bd_addr) override;866 bt_status_t HeadsetInterface::isNoiseReductionSupported(RawAddress* bd_addr) { in isNoiseReductionSupported() function in bluetooth::headset::HeadsetInterface
605 sBluetoothHfpInterface->isNoiseReductionSupported((RawAddress*)addr); in isNoiseReductionSupportedNative()
774 …n(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean isNoiseReductionSupported(@NonNull…