Home
last modified time | relevance | path

Searched defs:read_msg (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/system/authgraph/hal/src/
H A Dchannel.rs64 pub fn read_msg<R: Read>(r: &mut R) -> binder::Result<Vec<u8>> { in read_msg() function
/aosp_15_r20/trusty/user/base/lib/libc-trusty/
Dipc.c64 ssize_t read_msg(handle_t handle, in read_msg() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp17/coroutines_ts/
Dchat_server.cpp121 for (std::string read_msg;;) in reader() local
/aosp_15_r20/frameworks/native/libs/binder/trusty/include_mock/
H A Dtrusty_ipc.h82 static inline ssize_t read_msg(handle_t, uint32_t, uint32_t, ipc_msg_t*) { in read_msg() function
/aosp_15_r20/system/keymint/hal/src/
H A Dlib.rs117 pub fn read_msg<R: Read>(r: &mut R) -> binder::Result<Vec<u8>> { in read_msg() function
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_proxy_client_socket_unittest.cc1636 spdy::SpdySerializedFrame read_msg( in TEST_P() local
1666 spdy::SpdySerializedFrame read_msg( in TEST_P() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_socket.py4852 read_msg = MSG variable in FileObjectClassTestCase
5119 read_msg = MSG.decode('utf-8') variable in UnicodeReadFileObjectClassTestCase
5129 read_msg = MSG variable in UnicodeWriteFileObjectClassTestCase
5139 read_msg = MSG.decode('utf-8') variable in UnicodeReadWriteFileObjectClassTestCase
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dipsec.c605 static void read_msg(int fd, struct test_desc *msg, bool exit_of_fail) in read_msg() function
/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c3550 mDNSlocal void read_msg(request_state *req) in read_msg() function