Searched defs:Message (Results 1 - 2 of 2) sorted by relevance

/system/tpm/attestation/common/
H A Dproto_print.py21 Normally printing a protobuf would be done with Message::DebugString(). However,
23 emulate Message::DebugString() without using reflection. The input must be a
51 class Message(object): class in inherits:object
60 """Initializes a Message instance.
116 messages: A list of Message objects; one for each message in the proto.
149 current_message_stack.append(Message(prefix + match.group(1)))
321 message: A Message instance.
/system/core/include/utils/
H A DLooper.h50 struct Message { struct in namespace:android
51 Message() : what(0) { } function in struct:android::Message
52 Message(int what) : what(what) { } function in struct:android::Message
75 virtual void handleMessage(const Message& message) = 0;
88 virtual void handleMessage(const Message& message);
348 void sendMessage(const sp<MessageHandler>& handler, const Message& message);
359 const Message& message);
370 const Message& message);
440 const Message& message) : uptime(uptime), handler(handler), message(message) {
445 Message messag
[all...]

Completed in 163 milliseconds