Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_buffer_impl.cpp70 struct list_head mListGroup; member in MppBufferService
773 INIT_LIST_HEAD(&mListGroup); in MppBufferService()
808 if (!list_empty(&mListGroup)) { in ~MppBufferService()
815 list_for_each_entry_safe(pos, n, &mListGroup, MppBufferGroupImpl, list_group) { in ~MppBufferService()
955 list_add_tail(&p->list_group, &mListGroup); in get_group()