Home
last modified time | relevance | path

Searched refs:getAudioConfig (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dpsink/
DA2dpSinkServiceBinderTest.java127 public void getAudioConfig() { in getAudioConfig() method in A2dpSinkServiceBinderTest
131 mBinder.getAudioConfig(device, source); in getAudioConfig()
132 verify(mService).getAudioConfig(device); in getAudioConfig()
DA2dpSinkServiceTest.java271 BluetoothAudioConfig config = mService.getAudioConfig(mDevice1); in testGetAudioConfiguration()
281 assertThat(mService.getAudioConfig(null)).isNull(); in testOnAudioConfigChanged_withNullDevice_eventDropped()
292 assertThat(mService.getAudioConfig(mDevice1)).isNull(); in testOnAudioConfigChanged_withUnknownDevice_eventDropped()
300 assertThat(mService.getAudioConfig(mDevice1)).isNull(); in testGetAudioConfigWithConfigUnset()
306 assertThat(mService.getAudioConfig(null)).isNull(); in testGetAudioConfigNullDevice()
DA2dpSinkStateMachineTest.java79 assertThat(mStateMachine.getAudioConfig()).isNull(); in setUp()
137 assertThat(mStateMachine.getAudioConfig()).isNull(); in testAudioConfigChangedInDisconnected()
259 assertThat(mStateMachine.getAudioConfig()).isNull(); in testAudioStateChangeInConnecting()
326 assertThat(mStateMachine.getAudioConfig()).isEqualTo(expected); in testAudioStateChangeInConnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java295 public BluetoothAudioConfig getAudioConfig( in getAudioConfig() method in A2dpSinkService.A2dpSinkServiceBinder
301 return service.getAudioConfig(device); in getAudioConfig()
504 BluetoothAudioConfig getAudioConfig(BluetoothDevice device) { in getAudioConfig() method in A2dpSinkService
511 return stateMachine.getAudioConfig(); in getAudioConfig()
DA2dpSinkStateMachine.java102 BluetoothAudioConfig getAudioConfig() { in getAudioConfig() method in A2dpSinkStateMachine
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothA2dpSink.aidl40 …BluetoothAudioConfig getAudioConfig(in BluetoothDevice device, in AttributionSource attributionSou… in getAudioConfig() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothA2dpSink.java281 public BluetoothAudioConfig getAudioConfig(BluetoothDevice device) { in getAudioConfig() method in BluetoothA2dpSink
289 return service.getAudioConfig(device, mAttributionSource); in getAudioConfig()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt31 Landroid/bluetooth/BluetoothA2dpSink;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid/…
1346 Landroid/bluetooth/IBluetoothA2dpSink$Stub$Proxy;->getAudioConfig(Landroid/bluetooth/BluetoothDevic…
1369 Landroid/bluetooth/IBluetoothA2dpSink;->getAudioConfig(Landroid/bluetooth/BluetoothDevice;)Landroid…