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

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

Completed in 663 milliseconds