Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStateMachine.java174 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()
210 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()
221 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()
274 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()
284 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()
372 mNativeInterface.disconnectLeAudio(mDevice); in processMessage()
419 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()
429 mNativeInterface.disconnectLeAudio(mDevice); in processConnectionEvent()
479 if (!mNativeInterface.disconnectLeAudio(mDevice)) { in processMessage()
DLeAudioNativeInterface.java291 public boolean disconnectLeAudio(BluetoothDevice device) { in disconnectLeAudio() method in LeAudioNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioStateMachineTest.java181 doReturn(true).when(mLeAudioNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testOutgoingTimeout()
210 doReturn(true).when(mLeAudioNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testIncomingTimeout()
DLeAudioServiceTest.java508 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectMissingLeAudioUuid()
523 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectPriorityOff()
544 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testOutgoingConnectTimeout()
626 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testAudioManagerConnectDisconnect()
756 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testCreateStateMachineStackEvents()
834 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testDeleteStateMachineUnbondEvents()
911 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testAuthorizationInfoRemovedFromTbsMcsOnUnbondEvents()
1050 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testDeleteStateMachineDisconnectEvents()
1106 doReturn(true).when(mNativeInterface).disconnectLeAudio(device); in connectDevice()
1192 doReturn(true).when(mNativeInterface).disconnectLeAudio(any(BluetoothDevice.class)); in testSetConnectionPolicy()
[all …]