Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp1181 mHead = _mTail; in increment()
1182 _mTail = nullptr; in increment()
1193 if (mHead != _mTail) { in descendInto()
1242 _mTail = startLeaf; in descendInto()
1245 _mTail = makeLeaf(field, endIndex); in descendInto()
1254 std::shared_ptr<C2FieldUtils::Info::Impl> _mTail; member