Searched defs:ReadMessage (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/mojo/system/
H A Dmessage_pipe_endpoint.cc20 MojoResult MessagePipeEndpoint::ReadMessage(UserPointer<void> /*bytes*/, function in class:mojo::system::MessagePipeEndpoint
H A Dlocal_message_pipe_endpoint.cc65 MojoResult LocalMessagePipeEndpoint::ReadMessage( function in class:mojo::system::LocalMessagePipeEndpoint
H A Dmessage_pipe.cc106 MojoResult MessagePipe::ReadMessage(unsigned port, function in class:mojo::system::MessagePipe
117 return endpoints_[port]->ReadMessage(
H A Dcore.cc296 MojoResult Core::ReadMessage(MojoHandle message_pipe_handle, function in class:mojo::system::Core
311 rv = dispatcher->ReadMessage(
315 rv = dispatcher->ReadMessage(
H A Ddispatcher.cc120 MojoResult Dispatcher::ReadMessage(UserPointer<void> bytes, function in class:mojo::system::Dispatcher
/external/chromium_org/components/metrics/serialization/
H A Dserialization_utils.cc35 bool ReadMessage(int fd, std::string* message) { function in namespace:metrics::__anon6592
150 if (!ReadMessage(fd.get(), &message))
/external/chromium_org/mojo/public/platform/native/
H A Dsystem_thunks.h58 MojoResult (*ReadMessage)(MojoHandle message_pipe_handle, member in struct:MojoSystemThunks
/external/chromium_org/ppapi/tests/
H A Dtest_broker.cc83 bool ReadMessage(PlatformFile file, size_t message_len, char* message) { function in namespace:__anon10191
127 bool success = ReadMessage(file, message_len, message_received) &&
/external/chromium_org/remoting/host/native_messaging/
H A Dnative_messaging_reader.cc46 void ReadMessage();
78 void NativeMessagingReader::Core::ReadMessage() { function in class:remoting::NativeMessagingReader::Core
154 FROM_HERE, base::Bind(&NativeMessagingReader::Core::ReadMessage,
/external/chromium_org/mojo/bindings/js/
H A Dcore.cc107 gin::Dictionary ReadMessage(const gin::Arguments& args, function in namespace:mojo::js::__anon8723
257 .SetMethod("readMessage", ReadMessage)
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc847 bool ReadMessage(const string &wire_buffer, T *message) { function in namespace:google::protobuf::internal::__anon14884
883 ReadMessage(wire_buffer, &output);
918 ReadMessage(wire_buffer, &output);
946 ReadMessage(wire_buffer, &output);
964 ReadMessage(wire_buffer, &output);
H A Dwire_format_lite_inl.h355 inline bool WireFormatLite::ReadMessage(io::CodedInputStream* input, function in class:google::protobuf::internal::WireFormatLite
/external/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc799 bool ReadMessage(const string &wire_buffer, T *message) { function in namespace:google::protobuf::internal::__anon29019
832 ReadMessage(wire_buffer, &output);
867 ReadMessage(wire_buffer, &output);
895 ReadMessage(wire_buffer, &output);
H A Dwire_format_lite_inl.h356 inline bool WireFormatLite::ReadMessage(io::CodedInputStream* input, function in class:google::protobuf::internal::WireFormatLite
/external/chromium_org/mojo/android/system/
H A Dcore_impl.cc174 static jobject ReadMessage(JNIEnv* env, function in namespace:mojo::android
/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx374 def ReadMessage(self, member in class:Handle

Completed in 268 milliseconds