Home
last modified time | relevance | path

Searched defs:ReceiveData (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dmod.rs39 pub struct ReceiveData { struct
40 raw: [u8; 4096],
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dmod.rs39 pub struct ReceiveData { struct
40 raw: [u8; 4096],
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dmod.rs39 pub struct ReceiveData { struct
40 raw: [u8; 4096],
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dmod.rs39 pub struct ReceiveData { struct
40 raw: [u8; 4096],
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/
H A Dmod.rs39 pub struct ReceiveData { struct
40 raw: [u8; 4096],
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DStorageSecurityCommand.h200 EFI_STORAGE_SECURITY_RECEIVE_DATA ReceiveData; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DStorageSecurityCommand.h200 EFI_STORAGE_SECURITY_RECEIVE_DATA ReceiveData; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DStorageSecurityCommand.h200 EFI_STORAGE_SECURITY_RECEIVE_DATA ReceiveData; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DStorageSecurityCommand.h206 EFI_STORAGE_SECURITY_RECEIVE_DATA ReceiveData; member
/aosp_15_r20/external/openscreen/osp/impl/quic/testing/
H A Dfake_quic_connection.cc21 void FakeQuicStream::ReceiveData(const uint8_t* data, size_t size) { in ReceiveData() function in openscreen::osp::FakeQuicStream
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/
Dl2cap.py297 async def ReceiveData(self, request: l2cap_pb2.ReceiveDataRequest, member in L2CAPService
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dchannel_manager_test.cc1028 TEST_F(ChannelManagerMockAclChannelTest, ReceiveData) { in TEST_F() argument