Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioDataProxy.java436 final InetAddress dstAddress = packetData.getDstAddress(); in startKeepalive() local
470 final InetAddress dstAddress = packetData.getDstAddress(); in startKeepalive() local
/frameworks/base/services/core/java/com/android/server/hdmi/
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()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DFakeNativeWrapper.java77 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
DHdmiCecLocalDeviceTest.java71 private static int SendCecCommandFactory(int srcAddress, int dstAddress, byte[] body) { in SendCecCommandFactory()