Searched defs:receive_packet (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | rtp_packet_unittest.cc | 916 RtpPacketReceived receive_packet(&extensions); in TEST() local 971 RtpPacketReceived receive_packet(&extensions); in TEST() local 1001 RtpPacketReceived receive_packet(&extensions); in TEST() local 1028 RtpPacketReceived receive_packet(&extensions); in TEST() local 1057 RtpPacketReceived receive_packet(&extensions); in TEST() local 1092 RtpPacketReceived receive_packet(&extensions); in TEST() local 1122 RtpPacketReceived receive_packet(&extensions); in TEST() local
|
/aosp_15_r20/external/autotest/client/cros/ |
H A D | dhcp_unittest.py | 145 def receive_packet(a_socket, timeout_seconds=1.0): function
|
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/ |
H A D | gbl_efi_fastboot_usb.rs | 113 pub async fn receive_packet(&self, out: &mut [u8]) -> Result<usize> { in receive_packet() method
|
/aosp_15_r20/system/core/libnetutils/ |
H A D | packet.c | 153 int receive_packet(int s, struct dhcp_msg *msg) in receive_packet() function
|
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/ |
H A D | mock_uci_hal.rs | 99 pub fn receive_packet(&mut self, packet: UciHalPacket) -> Result<()> { in receive_packet() method
|
/aosp_15_r20/bootable/libbootloader/gbl/efi/src/ |
H A D | fastboot.rs | 132 async fn receive_packet(&mut self, out: &mut [u8]) -> Result<usize> { in receive_packet() method
|
/aosp_15_r20/bootable/libbootloader/gbl/libfastboot/src/ |
H A D | lib.rs | 105 async fn receive_packet(&mut self, out: &mut [u8]) -> Result<usize>; in receive_packet() method 147 async fn receive_packet(&mut self, out: &mut [u8]) -> Result<usize> { in receive_packet() method 1253 async fn receive_packet(&mut self, out: &mut [u8]) -> Result<usize> { in receive_packet() method
|
/aosp_15_r20/external/rust/pica/src/ |
D | device.rs | 1035 pub fn receive_packet(&mut self, packet: Vec<u8>) { in receive_packet() method
|
/aosp_15_r20/external/flashrom/ |
H A D | raiden_debug_spi.c | 705 static int receive_packet(const struct raiden_debug_spi_data *ctx_data, in receive_packet() function
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/ |
H A D | mod.rs | 1700 async fn receive_packet(&mut self, out: &mut [u8]) -> Result<usize, Error> { in receive_packet() method
|