OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findLastEntryOfType
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libnbaio/include/
NBLog.h
387
static uint8_t *
findLastEntryOfType
(uint8_t *front, uint8_t *back, uint8_t type);
/frameworks/av/media/libnbaio/
NBLog.cpp
607
uint8_t *NBLog::Reader::
findLastEntryOfType
(uint8_t *front, uint8_t *back, uint8_t type) {
660
uint8_t *lastEnd =
findLastEntryOfType
(front, back, EVENT_END_FMT);
669
while ((firstStartTmp =
findLastEntryOfType
(front, firstStartTmp, EVENT_START_FMT))
Completed in 64 milliseconds