Home
last modified time | relevance | path

Searched defs:receive_packet (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_unittest.cc916 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 Ddhcp_unittest.py145 def receive_packet(a_socket, timeout_seconds=1.0): function
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dgbl_efi_fastboot_usb.rs113 pub async fn receive_packet(&self, out: &mut [u8]) -> Result<usize> { in receive_packet() method
/aosp_15_r20/system/core/libnetutils/
H A Dpacket.c153 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 Dmock_uci_hal.rs99 pub fn receive_packet(&mut self, packet: UciHalPacket) -> Result<()> { in receive_packet() method
/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Dfastboot.rs132 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 Dlib.rs105 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/
Ddevice.rs1035 pub fn receive_packet(&mut self, packet: Vec<u8>) { in receive_packet() method
/aosp_15_r20/external/flashrom/
H A Draiden_debug_spi.c705 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 Dmod.rs1700 async fn receive_packet(&mut self, out: &mut [u8]) -> Result<usize, Error> { in receive_packet() method