Home
last modified time | relevance | path

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

/frameworks/av/media/libnbaio/include/
DNBLog.h108 bool hasConsistentLength() const;
/frameworks/av/media/libnbaio/
DNBLog.cpp185 bool NBLog::FormatEntry::iterator::hasConsistentLength() const { in hasConsistentLength() function in android::NBLog::FormatEntry::iterator
695 if (prevEntry - start < 0 || !prevEntry.hasConsistentLength()) { in dump()