Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/gestures/
DPropertyProvider.cpp167 values = android::dumpVector(getIntValues()); in dump()
171 values = android::dumpVector(getBoolValues()); in dump()
179 values = android::dumpVector(getRealValues()); in dump()
/frameworks/native/include/input/
DPrintTools.h112 std::string dumpVector(std::vector<T> values) { in dumpVector() function
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp5045 std::vector<std::string> dumpVector; in cacheClientTagDumpIfNeeded() local
5046 client->dumpWatchedEventsToVector(dumpVector); in cacheClientTagDumpIfNeeded()
5048 if (dumpVector.empty()) { return; } in cacheClientTagDumpIfNeeded()
5064 size_t i = dumpVector.size(); in cacheClientTagDumpIfNeeded()
5073 dumpString += dumpVector[i]; // implicitly ends with '\n' in cacheClientTagDumpIfNeeded()
5809 std::vector<std::string> dumpVector; in printWatchedTags() local
5810 client->dumpWatchedEventsToVector(dumpVector); in printWatchedTags()
5812 size_t printIdx = dumpVector.size(); in printWatchedTags()
5825 dumpVector[printIdx].c_str()); in printWatchedTags()