Searched refs:disconnectLeAudio (Results 1 – 4 of 4) sorted by relevance
173 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()
178 public boolean disconnectLeAudio(BluetoothDevice device) { in disconnectLeAudio() method in LeAudioNativeInterface
298 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()
185 doReturn(true).when(mLeAudioNativeInterface).disconnectLeAudio(any( in testOutgoingTimeout()224 doReturn(true).when(mLeAudioNativeInterface).disconnectLeAudio(any( in testIncomingTimeout()