Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp6338 size_t printIdx = dumpVector.size(); in printWatchedTags() local
6339 if (printIdx == 0) { in printWatchedTags()
6346 while(printIdx > 0) { in printWatchedTags()
6347 printIdx--; in printWatchedTags()
6349 dumpVector[printIdx].c_str()); in printWatchedTags()