Home
last modified time | relevance | path

Searched refs:srcAddress (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/hardware/hdmi/
DHdmiClient.java121 public void onReceived(int srcAddress, int destAddress, byte[] params, in getListenerWrapper()
123 listener.onReceived(srcAddress, destAddress, params, hasVendorId); in getListenerWrapper()
DHdmiControlManager.java1441 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); in onReceived() argument
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java667 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()
DHdmiControlService.java3222 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/
DFakeNativeWrapper.java75 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() argument
79 HdmiCecMessage message = HdmiCecMessageBuilder.of(srcAddress, dstAddress, body); in nativeSendCecCommand()
DHdmiCecLocalDeviceTest.java70 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/
DRIL.java5542 final InetAddress srcAddress = packetData.getSrcAddress(); in startNattKeepalive() local
5545 srcAddress.getAddress(), req.sourceAddress); in startNattKeepalive()