Home
last modified time | relevance | path

Searched defs:create_payload (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/compat/runtime/src/
Druntime_impl.cpp84 runtime_impl::create_payload() const { in create_payload() function in vsomeip::runtime_impl
91 runtime_impl::create_payload(const byte_t *_data, uint32_t _size) const { in create_payload() function in vsomeip::runtime_impl
98 runtime_impl::create_payload(const std::vector<byte_t> &_data) const { in create_payload() function in vsomeip::runtime_impl
/aosp_15_r20/external/sdv/vsomeip/implementation/runtime/src/
Druntime_impl.cpp99 std::shared_ptr<payload> runtime_impl::create_payload() const { in create_payload() function in vsomeip_v3::runtime_impl
103 std::shared_ptr<payload> runtime_impl::create_payload(const byte_t *_data, in create_payload() function in vsomeip_v3::runtime_impl
108 std::shared_ptr<payload> runtime_impl::create_payload( in create_payload() function in vsomeip_v3::runtime_impl
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
H A Dss-s3-ss.c79 create_payload(uint8_t *buf, size_t s) in create_payload() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dpsock_tpacket.c144 static void create_payload(void *pay, size_t *len) in create_payload() function