HomeSort by relevance Sort by last modified time
    Searched defs:AMessage (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 17 #define LOG_TAG "AMessage"
22 #include "AMessage.h"
40 status_t AReplyToken::setReply(const sp<AMessage> &reply) {
51 AMessage::AMessage(void)
57 AMessage::AMessage(uint32_t what, const sp<const AHandler> &handler)
63 AMessage::~AMessage() {
67 void AMessage::setWhat(uint32_t what)
    [all...]
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 40 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 {
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> *obj) const
    [all...]

Completed in 519 milliseconds