Home
last modified time | relevance | path

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

/frameworks/av/media/libnblog/
DReader.cpp316 for (size_t fmt_offset = 0; fmt_offset < fmt_length; ++fmt_offset) { in handleFormat() local
317 if (fmt[fmt_offset] != '%') { in handleFormat()
318 body->append(&fmt[fmt_offset], 1); // TODO optimize to write consecutive strings at once in handleFormat()
322 if (fmt[++fmt_offset] == '%') { in handleFormat()
327 if (fmt_offset == fmt_length) { in handleFormat()
342 switch(fmt[fmt_offset]) in handleFormat()
375 ALOGW("NBLog Reader encountered unknown character %c", fmt[fmt_offset]); in handleFormat()