Searched defs:findLastEntryOfType (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libnbaio/
H A DNBLog.cpp607 uint8_t *NBLog::Reader::findLastEntryOfType(uint8_t *front, uint8_t *back, uint8_t type) { function in class:android::NBLog::Reader
660 uint8_t *lastEnd = findLastEntryOfType(front, back, EVENT_END_FMT);
669 while ((firstStartTmp = findLastEntryOfType(front, firstStartTmp, EVENT_START_FMT))

Completed in 25 milliseconds