Searched defs:sendPacket (Results 1 – 8 of 8) sorted by relevance
/packages/modules/NetworkStack/src/android/net/dhcp6/ |
D | Dhcp6Client.java | 325 protected abstract boolean sendPacket(int transId, long elapsedTimeMs); in sendPacket() method in Dhcp6Client.MessageExchangeState 539 protected boolean sendPacket(int transId, long elapsedTimeMs) { in sendPacket() method in Dhcp6Client.SolicitState 589 protected boolean sendPacket(int transId, long elapsedTimeMs) { in sendPacket() method in Dhcp6Client.RequestState 749 protected boolean sendPacket(int transId, long elapsedTimeMs) { in sendPacket() method in Dhcp6Client.RenewState 770 protected boolean sendPacket(int transId, long elapsedTimeMs) { in sendPacket() method in Dhcp6Client.RebindState
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | PacketReaderTest.java | 155 void sendPacket(byte[] contents) throws Exception { in sendPacket() method in PacketReaderTest
|
/packages/modules/NetworkStack/src/android/net/dhcp/ |
D | DhcpClient.java | 1217 protected abstract boolean sendPacket(); in sendPacket() method in DhcpClient.PacketRetransmittingState 1363 protected boolean sendPacket() { in sendPacket() method in DhcpClient.DhcpInitState 1449 protected boolean sendPacket() { in sendPacket() method in DhcpClient.DhcpRequestingState 1871 protected boolean sendPacket() { in sendPacket() method in DhcpClient.DhcpReacquiringState 2044 protected boolean sendPacket() { in sendPacket() method in DhcpClient.DhcpInitRebootState 2084 private boolean sendPacket() { in sendPacket() method in DhcpClient.DhcpDecliningState
|
D | DhcpServer.java | 162 void sendPacket(@NonNull FileDescriptor fd, @NonNull ByteBuffer buffer, in sendPacket() method 210 public void sendPacket(@NonNull FileDescriptor fd, @NonNull ByteBuffer buffer, in sendPacket() method in DhcpServer.DependenciesImpl
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | EnqueueMdnsQueryCallable.java | 230 private void sendPacket(MdnsSocketClientBase requestSender, InetSocketAddress address, in sendPacket() method in EnqueueMdnsQueryCallable
|
/packages/modules/NeuralNetworks/common/ |
D | ExecutionBurstController.cpp | 379 bool RequestChannelSender::sendPacket(const std::vector<FmqRequestDatum>& packet) { in sendPacket() function in android::nn::RequestChannelSender
|
D | ExecutionBurstServer.cpp | 483 bool ResultChannelSender::sendPacket(const std::vector<FmqResultDatum>& packet) { in sendPacket() function in android::nn::ResultChannelSender
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | DscpPolicyTest.kt | 298 fun sendPacket( in <lambda>() method
|