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

/frameworks/av/media/libstagefright/
H A DACodec.cpp137 sp<MessageList> msgList = new MessageList(); local
198 msgList->getList().push_back(msg);
200 notify->setObject("messages", msgList);
4635 sp<MessageList> msgList = static_cast<MessageList *>(obj.get()); local
4638 for (std::list<sp<AMessage>>::const_iterator it = msgList->getList().cbegin();
4639 it != msgList->getList().cend(); ++it) {

Completed in 18 milliseconds