Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/evs/manager/1.1/
H A DHalCamera.cpp598 std::string double_indent(indent); in toString() local
599 double_indent += indent; in toString()
600 buffer += CameraUsageStats::toString(getStats(), double_indent.c_str()); in toString()
609 buffer += handle->toString(double_indent.c_str()); in toString()
623 std::string double_indent(indent); in toString() local
624 double_indent += indent; in toString()
633 double_indent.c_str(), configuration.id, in toString()
634 double_indent.c_str(), configuration.width, in toString()
635 double_indent.c_str(), configuration.height, in toString()
636 double_indent.c_str(), configuration.format, in toString()
[all …]
/aosp12/packages/services/Car/cpp/evs/manager/1.1/stats/
H A DStatsCollector.cpp433 std::string double_indent(indent); in toString() local
434 double_indent += indent; in toString()
456 buffer += it->toString(double_indent.c_str()); in toString()