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

/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp17 #define LOG_TAG "AMessage"
22 #include "AMessage.h"
40 status_t AReplyToken::setReply(const sp<AMessage> &reply) {
51 AMessage::AMessage(void) function in class:android::AMessage
57 AMessage::AMessage(uint32_t what, const sp<const AHandler> &handler) function in class:android::AMessage
63 AMessage::~AMessage() {
67 void AMessage
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h40 friend struct AMessage;
43 sp<AMessage> mReply;
50 bool retrieveReply(sp<AMessage> *reply) {
58 status_t setReply(const sp<AMessage> &reply);
61 struct AMessage : public RefBase { struct in namespace:android
62 AMessage();
63 AMessage(uint32_t what, const sp<const AHandler> &handler);
65 static sp<AMessage> FromParcel(const Parcel &parcel);
85 void setMessage(const char *name, const sp<AMessage> &obj);
102 bool findMessage(const char *name, sp<AMessage> *ob
[all...]

Completed in 70 milliseconds