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

/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h32 struct AMessage : public RefBase { struct in namespace:android
33 AMessage(uint32_t what = 0, ALooper::handler_id target = 0);
35 static sp<AMessage> FromParcel(const Parcel &parcel);
56 void setMessage(const char *name, const sp<AMessage> &obj);
73 bool findMessage(const char *name, sp<AMessage> *obj) const;
83 status_t postAndAwaitResponse(sp<AMessage> *response);
95 sp<AMessage> dup() const;
117 virtual ~AMessage();
160 DISALLOW_EVIL_CONSTRUCTORS(AMessage);
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp17 #define LOG_TAG "AMessage"
22 #include "AMessage.h"
39 AMessage::AMessage(uint32_t what, ALooper::handler_id target) function in class:android::AMessage
45 AMessage::~AMessage() {
49 void AMessage::setWhat(uint32_t what) {
53 uint32_t AMessage::what() const {
57 void AMessage::setTarget(ALooper::handler_id handlerID) {
61 ALooper::handler_id AMessage
[all...]

Completed in 116 milliseconds