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

/frameworks/av/media/libstagefright/
H A DACodec.cpp166 sp<MessageList> msgList = new MessageList(); local
223 msgList->getList().push_back(msg);
225 notify->setObject("messages", msgList);
5473 sp<MessageList> msgList = static_cast<MessageList *>(obj.get()); local
5476 for (std::list<sp<AMessage>>::const_iterator it = msgList->getList().cbegin();
5477 it != msgList->getList().cend(); ++it) {

Completed in 75 milliseconds