HomeSort by relevance Sort by last modified time
    Searched refs:Message (Results 1 - 25 of 3091) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
Message.aidl 20 parcelable Message;
  /external/chromium/third_party/libjingle/source/talk/base/
messagehandler.h 33 struct Message;
41 virtual void OnMessage(Message* msg) = 0;
  /external/chromium_org/ipc/
ipc_sender.h 12 class Message;
16 // Sends the given IPC message. The implementor takes ownership of the
17 // given Message regardless of whether or not this method succeeds. This
20 virtual bool Send(Message* msg) = 0;
  /external/protobuf/src/google/protobuf/
reflection_ops.h 41 #include <google/protobuf/message.h>
49 // methods of the Message interface, though they are likely to be
50 // slower than implementations tailored for the specific message type.
53 // the Message interface.
58 static void Copy(const Message& from, Message* to);
59 static void Merge(const Message& from, Message* to);
60 static void Clear(Message* message);
    [all...]
generated_message_reflection.h 43 #include <google/protobuf/message.h>
79 // - Singular Message fields are stored as a pointer to a Message. These
93 // descriptor: The descriptor for the message type being implemented.
94 // default_instance: The default instance of the message. This is only
97 // sub-message has not been initialized yet. (Thus, all
98 // embedded message fields *must* have non-NULL pointers
101 // the start of the message object, of each field. These can
105 // has_bits_offset: Offset in the message of an array of uint32s of size
108 // corresponding field of the message has been initialized
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.java 46 Message callBlockingMethod(
49 Message request,
50 Message responsePrototype) throws ServiceException;
RpcChannel.java 59 * decides the types of the {@code Message} objects, not the callee. The
68 Message request,
69 Message responsePrototype,
70 RpcCallback<Message> done);
BlockingService.java 51 Message callBlockingMethod(Descriptors.MethodDescriptor method,
53 Message request) throws ServiceException;
58 Message getRequestPrototype(Descriptors.MethodDescriptor method);
63 Message getResponsePrototype(Descriptors.MethodDescriptor method);
Service.java 38 * its exact type at compile time (analogous to the Message interface).
86 Message request,
87 RpcCallback<Message> done);
91 * particular subclass of {@code Message}. {@code getRequestPrototype()}
93 * call {@code Message.newBuilderForType()} on this instance to
101 * Message request =
107 Message getRequestPrototype(Descriptors.MethodDescriptor method);
111 * message. {@code getResponsePrototype()} is generally not needed because
112 * the {@code Service} implementation constructs the response message itself,
116 Message getResponsePrototype(Descriptors.MethodDescriptor method)
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_protobuf.h 44 class Message;
50 const Message* GetCProtoInsidePyProto(PyObject* msg);
51 Message* MutableCProtoInsidePyProto(PyObject* msg);
python_protobuf.cc 39 static const Message* GetCProtoInsidePyProtoStub(PyObject* msg) {
42 static Message* MutableCProtoInsidePyProtoStub(PyObject* msg) {
49 const Message* (*GetCProtoInsidePyProtoPtr)(PyObject* msg) =
51 Message* (*MutableCProtoInsidePyProtoPtr)(PyObject* msg) =
54 const Message* GetCProtoInsidePyProto(PyObject* msg) {
57 Message* MutableCProtoInsidePyProto(PyObject* msg) {
  /external/protobuf/java/src/main/java/com/google/protobuf/
BlockingRpcChannel.java 46 Message callBlockingMethod(
49 Message request,
50 Message responsePrototype) throws ServiceException;
RpcChannel.java 59 * decides the types of the {@code Message} objects, not the callee. The
68 Message request,
69 Message responsePrototype,
70 RpcCallback<Message> done);
BlockingService.java 51 Message callBlockingMethod(Descriptors.MethodDescriptor method,
53 Message request) throws ServiceException;
58 Message getRequestPrototype(Descriptors.MethodDescriptor method);
63 Message getResponsePrototype(Descriptors.MethodDescriptor method);
  /external/chromium_org/chrome/utility/
utility_message_handler.h 9 class Message;
18 // Called when a message is received. Returns true iff the message was
20 virtual bool OnMessageReceived(const IPC::Message& message) = 0;
  /external/chromium_org/content/common/
swapped_out_messages.h 16 static bool CanSendWhileSwappedOut(const IPC::Message* msg);
17 static bool CanHandleWhileSwappedOut(const IPC::Message& msg);
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagehandler.h 35 struct Message;
41 virtual void OnMessage(Message* msg) = 0;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
reflection_ops.h 42 #include <google/protobuf/message.h>
50 // methods of the Message interface, though they are likely to be
51 // slower than implementations tailored for the specific message type.
54 // the Message interface.
59 static void Copy(const Message& from, Message* to);
60 static void Merge(const Message& from, Message* to);
61 static void Clear(Message* message);
    [all...]
generated_message_reflection.h 47 #include <google/protobuf/message.h>
85 // - Singular Message fields are stored as a pointer to a Message. These
99 // descriptor: The descriptor for the message type being implemented.
100 // default_instance: The default instance of the message. This is only
103 // sub-message has not been initialized yet. (Thus, all
104 // embedded message fields *must* have non-NULL pointers
107 // the start of the message object, of each field. These can
111 // has_bits_offset: Offset in the message of an array of uint32s of size
114 // corresponding field of the message has been initialized
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Message.java 44 public interface Message
47 * Sets this message to 'reliable' or not and returns this
48 * message.
50 public Message setReliable(boolean f);
53 * Indicates which way an outgoing message should be sent
54 * or which way an incoming message was sent.
MessageConnection.java 37 * The source of a received message and the common abstract interface
46 * Sends a message to the other end of the connection.
48 public void send( Message message );
51 * Sends a message to the other end of the connection using
54 public void send( int channel, Message message );
  /external/smack/src/org/jivesoftware/smack/
MessageListener.java 23 import org.jivesoftware.smack.packet.Message;
29 void processMessage(Chat chat, Message message);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 21 import android.os.Message;
42 public void getIccCardStatus(Message result) {
46 public void supplyIccPin(String pin, Message result) {
50 public void supplyIccPuk(String puk, String newPin, Message result) {
54 public void supplyIccPin2(String pin, Message result) {
58 public void supplyIccPuk2(String puk, String newPin2, Message result) {
62 public void changeIccPin(String oldPin, String newPin, Message result) {
66 public void changeIccPin2(String oldPin2, String newPin2, Message result) {
71 String newPwd, Message result) {
75 public void supplyNetworkDepersonalization(String netpin, Message result)
    [all...]
  /external/chromium_org/content/public/renderer/
render_process_observer.cc 10 const IPC::Message& message) {
  /external/chromium_org/content/public/utility/
content_utility_client.cc 9 bool ContentUtilityClient::OnMessageReceived(const IPC::Message& message) {

Completed in 663 milliseconds

1 2 3 4 5 6 7 8 91011>>