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.java517 .sendPassThroughCommand( in testPlay()
522 .sendPassThroughCommand( in testPlay()
538 .sendPassThroughCommand( in testPause()
543 .sendPassThroughCommand( in testPause()
559 .sendPassThroughCommand( in testStop()
564 .sendPassThroughCommand( in testStop()
580 .sendPassThroughCommand( in testNext()
585 .sendPassThroughCommand( in testNext()
601 .sendPassThroughCommand( in testPrevious()
606 .sendPassThroughCommand( in testPrevious()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java767 mNativeInterface.sendPassThroughCommand( in passThru()
785 mNativeInterface.sendPassThroughCommand( in passThru()
792 mNativeInterface.sendPassThroughCommand( in passThru()
DAvrcpControllerNativeInterface.java67 boolean sendPassThroughCommand(byte[] address, int keyCode, int keyState) { in sendPassThroughCommand() method in AvrcpControllerNativeInterface