Searched refs:getAudioConfig (Results 1 – 8 of 8) sorted by relevance
127 public void getAudioConfig() { in getAudioConfig() method in A2dpSinkServiceBinderTest131 mBinder.getAudioConfig(device, source); in getAudioConfig()132 verify(mService).getAudioConfig(device); in getAudioConfig()
271 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()
79 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()
295 public BluetoothAudioConfig getAudioConfig( in getAudioConfig() method in A2dpSinkService.A2dpSinkServiceBinder301 return service.getAudioConfig(device); in getAudioConfig()504 BluetoothAudioConfig getAudioConfig(BluetoothDevice device) { in getAudioConfig() method in A2dpSinkService511 return stateMachine.getAudioConfig(); in getAudioConfig()
102 BluetoothAudioConfig getAudioConfig() { in getAudioConfig() method in A2dpSinkStateMachine
40 …BluetoothAudioConfig getAudioConfig(in BluetoothDevice device, in AttributionSource attributionSou… in getAudioConfig() method
281 public BluetoothAudioConfig getAudioConfig(BluetoothDevice device) { in getAudioConfig() method in BluetoothA2dpSink289 return service.getAudioConfig(device, mAttributionSource); in getAudioConfig()
31 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…