Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
H A DPacketReaderTest.java155 void sendPacket(byte[] contents) throws Exception { in sendPacket() method in PacketReaderTest
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A 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
H A 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
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DExecutionBurstUtils.cpp429 nn::Result<void> RequestChannelSender::sendPacket(const std::vector<FmqRequestDatum>& packet) { in sendPacket() function in android::hardware::neuralnetworks::V1_2::utils::RequestChannelSender
587 void ResultChannelSender::sendPacket(const std::vector<FmqResultDatum>& packet) { in sendPacket() function in android::hardware::neuralnetworks::V1_2::utils::ResultChannelSender
/aosp12/packages/modules/NeuralNetworks/common/
H A DExecutionBurstController.cpp374 bool RequestChannelSender::sendPacket(const std::vector<FmqRequestDatum>& packet) { in sendPacket() function in android::nn::RequestChannelSender
H A DExecutionBurstServer.cpp477 bool ResultChannelSender::sendPacket(const std::vector<FmqResultDatum>& packet) { in sendPacket() function in android::nn::ResultChannelSender
/aosp12/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
H A DEthernetTetheringTest.java654 private void sendPacket(FileDescriptor fd, ByteBuffer packet) throws Exception { in sendPacket() method in EthernetTetheringTest