Searched refs:dstAddress (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | FakeNativeWrapper.java | 79 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument 81 return mPollAddressResponse[dstAddress]; in nativeSendCecCommand() 83 HdmiCecMessage message = HdmiCecMessage.build(srcAddress, dstAddress, body[0], in nativeSendCecCommand()
|
D | HdmiCecLocalDeviceTest.java | 73 private static int SendCecCommandFactory(int srcAddress, int dstAddress, byte[] body) { in SendCecCommandFactory() argument 79 && dstAddress == mDesAddr in SendCecCommandFactory()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioDataProxy.java | 390 final InetAddress dstAddress = packetData.getDstAddress(); in startKeepalive() local 397 byte[] destinationAddress = new byte[dstAddress.getAddress().length]; in startKeepalive() 399 destinationAddress[i] = dstAddress.getAddress()[i]; in startKeepalive() 424 final InetAddress dstAddress = packetData.getDstAddress(); in startKeepalive() local 429 dstAddress.getAddress(), req.destinationAddress); in startKeepalive()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecController.java | 796 private void handleIncomingCecCommand(int srcAddress, int dstAddress, byte[] body) { in handleIncomingCecCommand() argument 804 HdmiCecMessage command = HdmiCecMessage.build(srcAddress, dstAddress, body[0], in handleIncomingCecCommand() 815 incomingMessageDirection(srcAddress, dstAddress), getCallingUid()); in handleIncomingCecCommand() 824 private int incomingMessageDirection(int srcAddress, int dstAddress) { in incomingMessageDirection() argument 826 boolean destinationIsLocal = dstAddress == Constants.ADDR_BROADCAST; in incomingMessageDirection() 832 if (logicalAddress == dstAddress) { in incomingMessageDirection() 916 int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body); in nativeSendCecCommand() argument 1010 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument 1013 message.destination = (byte) (dstAddress & 0xF); in nativeSendCecCommand() 1240 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument [all …]
|