Home
last modified time | relevance | path

Searched defs:message_buffer (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pigweed/pw_assert_trap/
H A Dtrap_handler.cc24 PW_CONSTINIT static pw::InlineString<PW_ASSERT_TRAP_BUFFER_SIZE> message_buffer; variable
/aosp_15_r20/system/server_configurable_flags/aconfigd/src/
H A Daconfigd_commands.rs82 let mut message_buffer = vec![0u8; message_length as usize]; in start_socket() localVariable
/aosp_15_r20/build/make/tools/aconfig/aflags/src/
H A Daconfig_storage_source.rs99 let message_buffer = messages.write_to_bytes()?; in read_from_socket() localVariable
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/file/
H A Dmmap.cc48 LPTSTR message_buffer; in GetLastSystemError() local
/aosp_15_r20/trusty/user/base/app/acvp/
Dacvp.cpp380 uint8_t message_buffer[ACVP_MAX_MESSAGE_LENGTH]; in AcvpOnMessage() local
/aosp_15_r20/external/grpc-grpc/test/core/tsi/
H A Dtransport_security_test_lib.cc263 unsigned char* message_buffer = static_cast<unsigned char*>( in tsi_test_frame_protector_receive_message_from_peer() local
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_gssapi_posix.cc156 gss_buffer_desc_struct message_buffer = GSS_C_EMPTY_BUFFER; in GetGssStatusCodeValue() local