Searched refs:srcAddress (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/hardware/hdmi/ |
D | HdmiClient.java | 121 public void onReceived(int srcAddress, int destAddress, byte[] params, in getListenerWrapper() 123 listener.onReceived(srcAddress, destAddress, params, hasVendorId); in getListenerWrapper()
|
D | HdmiControlManager.java | 1441 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); in onReceived() argument
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecController.java | 667 private void handleIncomingCecCommand(int srcAddress, int dstAddress, byte[] body) { in handleIncomingCecCommand() argument 669 HdmiCecMessage command = HdmiCecMessageBuilder.of(srcAddress, dstAddress, body); in handleIncomingCecCommand() 674 incomingMessageDirection(srcAddress, dstAddress), getCallingUid()); in handleIncomingCecCommand() 683 private int incomingMessageDirection(int srcAddress, int dstAddress) { in incomingMessageDirection() argument 688 if (logicalAddress == srcAddress) { in incomingMessageDirection() 747 int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body); in nativeSendCecCommand() argument 820 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument 823 message.initiator = srcAddress; in nativeSendCecCommand() 987 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument 989 message.initiator = srcAddress; in nativeSendCecCommand()
|
D | HdmiControlService.java | 3222 boolean invokeVendorCommandListenersOnReceived(int deviceType, int srcAddress, int destAddress, in invokeVendorCommandListenersOnReceived() argument 3233 record.mListener.onReceived(srcAddress, destAddress, params, hasVendorId); in invokeVendorCommandListenersOnReceived()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | FakeNativeWrapper.java | 75 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument 79 HdmiCecMessage message = HdmiCecMessageBuilder.of(srcAddress, dstAddress, body); in nativeSendCecCommand()
|
D | HdmiCecLocalDeviceTest.java | 70 private static int SendCecCommandFactory(int srcAddress, int dstAddress, byte[] body) { in SendCecCommandFactory() argument 75 return srcAddress == mSrcAddr in SendCecCommandFactory()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RIL.java | 5542 final InetAddress srcAddress = packetData.getSrcAddress(); in startNattKeepalive() local 5545 srcAddress.getAddress(), req.sourceAddress); in startNattKeepalive()
|