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

/frameworks/av/media/libstagefright/
H A DACodec.cpp140 sp<MessageList> msgList = new MessageList(); local
201 msgList->getList().push_back(msg);
203 notify->setObject("messages", msgList);
5450 sp<MessageList> msgList = static_cast<MessageList *>(obj.get()); local
5453 for (std::list<sp<AMessage>>::const_iterator it = msgList->getList().cbegin();
5454 it != msgList->getList().cend(); ++it) {

Completed in 80 milliseconds