HomeSort by relevance Sort by last modified time
    Searched refs:setNotificationMessage (Results 1 - 7 of 7) sorted by null

  /frameworks/av/include/media/stagefright/
CodecBase.h 62 virtual void setNotificationMessage(const sp<AMessage> &msg) = 0;
MediaFilter.h 32 virtual void setNotificationMessage(const sp<AMessage> &msg);
ACodec.h 45 virtual void setNotificationMessage(const sp<AMessage> &msg);
  /frameworks/av/cmds/stagefright/
sf2.cpp 151 mCodec->setNotificationMessage(
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 59 void MediaFilter::setNotificationMessage(const sp<AMessage> &msg) {
  /frameworks/av/media/libstagefright/
ACodec.cpp 128 void setNotificationMessage(const sp<AMessage> &msg) {
552 void ACodec::setNotificationMessage(const sp<AMessage> &msg) {
    [all...]
MediaCodec.cpp 390 mCodec->setNotificationMessage(new AMessage(kWhatCodecNotify, this));
    [all...]

Completed in 696 milliseconds