Searched refs:setNotificationMessage (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DCodecBase.h49 virtual void setNotificationMessage(const sp<AMessage> &msg) = 0;
H A DMediaFilter.h32 virtual void setNotificationMessage(const sp<AMessage> &msg);
H A DACodec.h42 virtual void setNotificationMessage(const sp<AMessage> &msg);
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp151 mCodec->setNotificationMessage(
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp59 void MediaFilter::setNotificationMessage(const sp<AMessage> &msg) { function in class:android::MediaFilter
/frameworks/av/media/libstagefright/
H A DACodec.cpp125 void setNotificationMessage(const sp<AMessage> &msg) { function in struct:android::CodecObserver
542 void ACodec::setNotificationMessage(const sp<AMessage> &msg) { function in class:android::ACodec
5537 observer->setNotificationMessage(notify);
H A DMediaCodec.cpp367 mCodec->setNotificationMessage(new AMessage(kWhatCodecNotify, this));

Completed in 217 milliseconds