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.java390 final InetAddress dstAddress = packetData.getDstAddress(); in startKeepalive() local
424 final InetAddress dstAddress = packetData.getDstAddress(); in startKeepalive() local
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecController.java796 private void handleIncomingCecCommand(int srcAddress, int dstAddress, byte[] body) { in handleIncomingCecCommand()
824 private int incomingMessageDirection(int srcAddress, int dstAddress) { in incomingMessageDirection()
916 int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body); in nativeSendCecCommand()
1010 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1240 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1437 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DFakeNativeWrapper.java79 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
DHdmiCecLocalDeviceTest.java73 private static int SendCecCommandFactory(int srcAddress, int dstAddress, byte[] body) { in SendCecCommandFactory()