Searched refs:msgList (Results 1 – 1 of 1) sorted by relevance
202 sp<MessageList> msgList = new MessageList(); in onMessages() local259 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() local6095 for (std::list<sp<AMessage>>::const_iterator it = msgList->getList().cbegin(); in onOMXMessageList()6096 it != msgList->getList().cend(); ++it) { in onOMXMessageList()