Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakeNativeWrapper.java77 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument
79 return mPollAddressResponse[dstAddress]; in nativeSendCecCommand()
81 HdmiCecMessage message = HdmiCecMessage.build(srcAddress, dstAddress, body[0], in nativeSendCecCommand()
H A DHdmiCecLocalDeviceTest.java71 private static int SendCecCommandFactory(int srcAddress, int dstAddress, byte[] body) { in SendCecCommandFactory() argument
77 && dstAddress == mDesAddr in SendCecCommandFactory()
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java788 HdmiCecMessage command = HdmiCecMessage.build(srcAddress, dstAddress, body[0], in handleIncomingCecCommand()
799 incomingMessageDirection(srcAddress, dstAddress), getCallingUid()); in handleIncomingCecCommand()
808 private int incomingMessageDirection(int srcAddress, int dstAddress) { in incomingMessageDirection() argument
810 boolean destinationIsLocal = dstAddress == Constants.ADDR_BROADCAST; in incomingMessageDirection()
816 if (logicalAddress == dstAddress) { in incomingMessageDirection()
900 int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body); in nativeSendCecCommand() argument
994 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument
997 message.destination = (byte) (dstAddress & 0xF); in nativeSendCecCommand()
1224 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument
1228 message.destination = dstAddress; in nativeSendCecCommand()
[all …]