Searched defs:message_result (Results 1 – 5 of 5) sorted by relevance
37 auto message_result = cuttlefish::transport::CreateMessage(0, size); in Send() local58 auto message_result = sensors_channel_.ReceiveMessage(); in Receive() local
212 auto message_result = transport::CreateMessage(message_header.command, in ReceiveMessage() local
172 let message_result = panic::catch_unwind(panic::AssertUnwindSafe(move || { in rust_call_with_out_status() localVariable
212 LRESULT message_result = {}; in WindowProc() local
271 std::string MessageResultToString(MessageResult message_result) { in MessageResultToString()