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

/frameworks/av/services/camera/libcameraservice/utils/
H A DTagMonitor.cpp191 int indentation = (event.source == REQUEST) ? 15 : 30; local
194 indentation,
205 indentation + 18);
217 int type, int count, int indentation) {
236 dprintf(fd, "%*s[", (j != 0) ? indentation + 4 : 0, "");
216 printData(int fd, const uint8_t *data_ptr, uint32_t tag, int type, int count, int indentation) argument

Completed in 36 milliseconds