Home
last modified time | relevance | path

Searched refs:msgList (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DACodec.cpp202 sp<MessageList> msgList = new MessageList(); in onMessages() local
259 msgList->getList().push_back(msg); in onMessages()
261 notify->setObject("messages", msgList); in onMessages()
6094 sp<MessageList> msgList = static_cast<MessageList *>(obj.get()); in onOMXMessageList() local
6095 for (std::list<sp<AMessage>>::const_iterator it = msgList->getList().cbegin(); in onOMXMessageList()
6096 it != msgList->getList().cend(); ++it) { in onOMXMessageList()