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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
Message.aidl 20 parcelable Message;
IMessenger.aidl 20 import android.os.Message;
24 void send(in Message msg);
  /external/skia/src/core/
SkMessageBus.h 17 template <typename Message>
20 // Post a message to be received by all Inboxes for this Message type. Threadsafe.
21 static void Post(const Message& m);
29 void poll(SkTArray<Message>* out);
32 SkTArray<Message> fMessages;
36 void receive(const Message& m); // SkMessageBus is a friend only to call this.
49 #define DECLARE_SKMESSAGEBUS_MESSAGE(Message) \
50 SK_DECLARE_STATIC_ONCE_PTR(SkMessageBus<Message>, bus); \
52 SkMessageBus<Message>* SkMessageBus<Message>::Get() {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 21 import android.os.Message;
44 public void getIccCardStatus(Message result) {
48 public void supplyIccPin(String pin, Message result) {
52 public void supplyIccPuk(String puk, String newPin, Message result) {
56 public void supplyIccPin2(String pin, Message result) {
60 public void supplyIccPuk2(String puk, String newPin2, Message result) {
64 public void changeIccPin(String oldPin, String newPin, Message result) {
68 public void changeIccPin2(String oldPin2, String newPin2, Message result) {
73 String newPwd, Message result) {
77 public void supplyNetworkDepersonalization(String netpin, Message result)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 21 import android.os.Message;
43 public void getIccCardStatus(Message result) {
47 public void supplyIccPin(String pin, Message result) {
51 public void supplyIccPuk(String puk, String newPin, Message result) {
55 public void supplyIccPin2(String pin, Message result) {
59 public void supplyIccPuk2(String puk, String newPin2, Message result) {
63 public void changeIccPin(String oldPin, String newPin, Message result) {
67 public void changeIccPin2(String oldPin2, String newPin2, Message result) {
72 String newPwd, Message result) {
76 public void supplyNetworkDepersonalization(String netpin, Message result)
    [all...]
  /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);
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/protobuf/python/google/protobuf/pyext/
python_protobuf.h 44 class Message;
50 const Message* GetCProtoInsidePyProto(PyObject* msg);
51 Message* MutableCProtoInsidePyProto(PyObject* msg);
  /external/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>
86 // - Singular Message fields are stored as a pointer to a Message. These
100 // descriptor: The descriptor for the message type being implemented.
101 // default_instance: The default instance of the message. This is only
104 // sub-message has not been initialized yet. (Thus, all
105 // embedded message fields *must* have non-NULL pointers
108 // the start of the message object, of each field. These can
112 // has_bits_offset: Offset in the message of an array of uint32s of size
115 // corresponding field of the message has been initialized
    [all...]
message.h 35 // Defines Message, the abstract interface implemented by non-lite
36 // protocol message objects. Although it's possible to implement this
42 // Say you have a message defined as:
44 // message Foo {
52 // string data; // Will store a serialized version of the message.
55 // // Create a message and serialize it.
66 // // Parse the serialized message and check that it contains the
79 // // Same as the last block, but do it dynamically via the Message
81 // Message* foo = new Foo;
96 // // Parse the message
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/windows/protobuf2.5/include/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...]
  /prebuilts/tools/darwin-x86_64/protoc/include/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...]
  /prebuilts/tools/linux-x86_64/protoc/include/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/clang/test/CodeGen/
available-externally-hidden.cpp 11 class Message{};
14 virtual bool Send(Message* msg) = 0;
23 bool Send(Message* message) override;
31 f->Send(new Message);
  /external/llvm/bindings/ocaml/irreader/
irreader_ocaml.c 21 void llvm_raise(value Prototype, char *Message);
29 char *Message;
31 if (LLVMParseIRInContext(C, MemBuf, &M, &Message))
32 llvm_raise(*caml_named_value("Llvm_irreader.Error"), Message);
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUtInterface.java 19 import android.os.Message;
109 public void queryCallBarring(int cbType, Message result);
115 public void queryCallForward(int condition, String number, Message result);
121 public void queryCallWaiting(Message result);
126 public void queryCLIR(Message result);
131 public void queryCLIP(Message result);
136 public void queryCOLR(Message result);
141 public void queryCOLP(Message result);
147 Message result, String[] barrList);
153 int serviceClass, int timeSeconds, Message result)
    [all...]

Completed in 296 milliseconds

1 2 3 4 5 6 7 8 91011>>