Home
last modified time | relevance | path

Searched refs:sendPassThroughCommand (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java463 .sendPassThroughCommand( in testPlay()
468 .sendPassThroughCommand( in testPlay()
484 .sendPassThroughCommand( in testPause()
489 .sendPassThroughCommand( in testPause()
505 .sendPassThroughCommand( in testStop()
510 .sendPassThroughCommand( in testStop()
526 .sendPassThroughCommand( in testNext()
531 .sendPassThroughCommand( in testNext()
547 .sendPassThroughCommand( in testPrevious()
552 .sendPassThroughCommand( in testPrevious()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java775 mNativeInterface.sendPassThroughCommand( in passThru()
793 mNativeInterface.sendPassThroughCommand( in passThru()
800 mNativeInterface.sendPassThroughCommand( in passThru()
DAvrcpControllerNativeInterface.java67 boolean sendPassThroughCommand(byte[] address, int keyCode, int keyState) { in sendPassThroughCommand() method in AvrcpControllerNativeInterface