Searched refs:findLastEntryOfType (Results 1 – 2 of 2) sorted by relevance
607 uint8_t *NBLog::Reader::findLastEntryOfType(uint8_t *front, uint8_t *back, uint8_t type) { in findLastEntryOfType() function in android::NBLog::Reader660 uint8_t *lastEnd = findLastEntryOfType(front, back, EVENT_END_FMT); in getSnapshot()669 while ((firstStartTmp = findLastEntryOfType(front, firstStartTmp, EVENT_START_FMT)) in getSnapshot()
387 static uint8_t *findLastEntryOfType(uint8_t *front, uint8_t *back, uint8_t type);