Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java247 mA2dpNativeInterface.disconnectA2dp(mDevice); in processConnectionEvent()
258 mA2dpNativeInterface.disconnectA2dp(mDevice); in processConnectionEvent()
339 mA2dpNativeInterface.disconnectA2dp(mDevice); in processMessage()
353 mA2dpNativeInterface.disconnectA2dp(mDevice); in processMessage()
453 mA2dpNativeInterface.disconnectA2dp(mDevice); in processMessage()
504 mA2dpNativeInterface.disconnectA2dp(mDevice); in processConnectionEvent()
514 mA2dpNativeInterface.disconnectA2dp(mDevice); in processConnectionEvent()
580 if (!mA2dpNativeInterface.disconnectA2dp(mDevice)) { in processMessage()
DA2dpNativeInterface.java128 public boolean disconnectA2dp(BluetoothDevice device) { in disconnectA2dp() method in A2dpNativeInterface
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java283 doReturn(true).when(mMockNativeInterface).disconnectA2dp(any(BluetoothDevice.class)); in testOutgoingConnectMissingAudioSinkUuid()
298 doReturn(true).when(mMockNativeInterface).disconnectA2dp(any(BluetoothDevice.class)); in testOutgoingConnectPriorityOff()
315 doReturn(true).when(mMockNativeInterface).disconnectA2dp(any(BluetoothDevice.class)); in testOutgoingConnectTimeout()
351 doReturn(true).when(mMockNativeInterface).disconnectA2dp(any(BluetoothDevice.class)); in testOutgoingConnectDisconnectSuccess()
420 doReturn(true).when(mMockNativeInterface).disconnectA2dp(any(BluetoothDevice.class)); in testMaxConnectDevices()
474 doReturn(true).when(mMockNativeInterface).disconnectA2dp(any(BluetoothDevice.class)); in testCreateStateMachineStackEvents()
573 doReturn(true).when(mMockNativeInterface).disconnectA2dp(any(BluetoothDevice.class)); in testProcessAudioStateChangedCodecConfigChangedEvents()
639 doReturn(true).when(mMockNativeInterface).disconnectA2dp(any(BluetoothDevice.class)); in testDeleteStateMachineUnbondEvents()
702 doReturn(true).when(mMockNativeInterface).disconnectA2dp(any(BluetoothDevice.class)); in testDeleteStateMachineDisconnectEvents()
1049 doReturn(true).when(mMockNativeInterface).disconnectA2dp(device); in connectDeviceWithCodecStatus()
DA2dpStateMachineTest.java237 doReturn(true).when(mA2dpNativeInterface).disconnectA2dp(any(BluetoothDevice.class)); in testOutgoingTimeout()
270 doReturn(true).when(mA2dpNativeInterface).disconnectA2dp(any(BluetoothDevice.class)); in testIncomingTimeout()