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

  /frameworks/av/include/media/stagefright/
CodecBase.h 46 virtual void setNotificationMessage(const sp<AMessage> &msg) = 0;
ACodec.h 40 virtual void setNotificationMessage(const sp<AMessage> &msg);
  /frameworks/av/cmds/stagefright/
sf2.cpp 151 mCodec->setNotificationMessage(
  /frameworks/av/media/libstagefright/
ACodec.cpp 109 void setNotificationMessage(const sp<AMessage> &msg) {
448 void ACodec::setNotificationMessage(const sp<AMessage> &msg) {
    [all...]
MediaCodec.cpp 230 mCodec->setNotificationMessage(new AMessage(kWhatCodecNotify, id()));
    [all...]

Completed in 2861 milliseconds