Searched defs:dstAddress (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RadioDataProxy.java | 426 final InetAddress dstAddress = packetData.getDstAddress(); in startKeepalive() local 460 final InetAddress dstAddress = packetData.getDstAddress(); in startKeepalive() local
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecController.java | 696 private void handleIncomingCecCommand(int srcAddress, int dstAddress, byte[] body) { in handleIncomingCecCommand() 724 private int incomingMessageDirection(int srcAddress, int dstAddress) { in incomingMessageDirection() 815 int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body); in nativeSendCecCommand() 888 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand() 1055 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
D | FakeNativeWrapper.java | 77 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
|
D | HdmiCecLocalDeviceTest.java | 72 private static int SendCecCommandFactory(int srcAddress, int dstAddress, byte[] body) { in SendCecCommandFactory()
|