Home
last modified time | relevance | path

Searched refs:disconnectLeAudio (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioStateMachine.java173 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()
211 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()
222 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()
264 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()
274 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()
350 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()
397 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()
407 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()
447 if (!mNativeInterface.disconnectLeAudio(mDevice)) { in processMessage()
H A DLeAudioNativeInterface.java178 public boolean disconnectLeAudio(BluetoothDevice device) { in disconnectLeAudio() method in LeAudioNativeInterface
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
H A DLeAudioServiceTest.java298 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectMissingLeAudioUuid()
314 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectPriorityOff()
341 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectTimeout()
376 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testAudioManagerConnectDisconnect()
485 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testCreateStateMachineStackEvents()
552 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testDeleteStateMachineUnbondEvents()
615 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testDeleteStateMachineDisconnectEvents()
659 doReturn(true).when(mNativeInterface).disconnectLeAudio(device); in connectDevice()
H A DLeAudioStateMachineTest.java185 doReturn(true).when(mLeAudioNativeInterface).disconnectLeAudio(any( in testOutgoingTimeout()
224 doReturn(true).when(mLeAudioNativeInterface).disconnectLeAudio(any( in testIncomingTimeout()