Home
last modified time | relevance | path

Searched defs:dstAddress (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java780 private void handleIncomingCecCommand(int srcAddress, int dstAddress, byte[] body) { in handleIncomingCecCommand()
808 private int incomingMessageDirection(int srcAddress, int dstAddress) { in incomingMessageDirection()
900 int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body); in nativeSendCecCommand()
994 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1224 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1421 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakeNativeWrapper.java77 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
H A DHdmiCecLocalDeviceTest.java71 private static int SendCecCommandFactory(int srcAddress, int dstAddress, byte[] body) { in SendCecCommandFactory()