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"
23 #include "AMessage.h"
41 status_t AReplyToken::setReply(const sp<AMessage> &reply) {
52 AMessage::AMessage(void)
58 AMessage::AMessage(uint32_t what, const sp<const AHandler> &handler)
64 AMessage::~AMessage() {
68 void AMessage::setWhat(uint32_t what)
    [all...]
  /frameworks/av/media/libstagefright/include/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 // Construct an AMessage from a parcel.
66 // nestingAllowed determines how many levels AMessage can be nested inside
67 // AMessage. The default value here is arbitrarily set to 255
    [all...]

Completed in 271 milliseconds