Home
last modified time | relevance | path

Searched defs:is_sync (Results 1 – 3 of 3) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc222 bool is_sync = message->has_flag(Message::kFlagIsSync); in AcceptWithResponder() local
Drouter.cc158 bool is_sync = message->has_flag(Message::kFlagIsSync); in AcceptWithResponder() local
/external/libmojo/ipc/
Dipc_message.h83 bool is_sync() const { in is_sync() function