Home
last modified time | relevance | path

Searched defs:sendPacket (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpClient.java1180 protected abstract boolean sendPacket(); in sendPacket() method in DhcpClient.PacketRetransmittingState
1321 protected boolean sendPacket() { in sendPacket() method in DhcpClient.DhcpInitState
1411 protected boolean sendPacket() { in sendPacket() method in DhcpClient.DhcpRequestingState
1814 protected boolean sendPacket() { in sendPacket() method in DhcpClient.DhcpReacquiringState
1924 protected boolean sendPacket() { in sendPacket() method in DhcpClient.DhcpInitRebootState
1964 private boolean sendPacket() { in sendPacket() method in DhcpClient.DhcpDecliningState
DDhcpServer.java163 void sendPacket(@NonNull FileDescriptor fd, @NonNull ByteBuffer buffer, in sendPacket() method
203 public void sendPacket(@NonNull FileDescriptor fd, @NonNull ByteBuffer buffer, in sendPacket() method in DhcpServer.DependenciesImpl
/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp477 bool ResultChannelSender::sendPacket(const std::vector<FmqResultDatum>& packet) { in sendPacket() function in android::nn::ResultChannelSender
DExecutionBurstController.cpp374 bool RequestChannelSender::sendPacket(const std::vector<FmqRequestDatum>& packet) { in sendPacket() function in android::nn::RequestChannelSender
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java650 private void sendPacket(FileDescriptor fd, ByteBuffer packet) throws Exception { in sendPacket() method in EthernetTetheringTest