Searched refs:double_indent (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/cpp/evs/manager/1.1/ |
D | HalCamera.cpp | 603 std::string double_indent(indent); in toString() local 604 double_indent += indent; in toString() 605 buffer += CameraUsageStats::toString(getStats(), double_indent.c_str()); in toString() 613 buffer += handle->toString(double_indent.c_str()); in toString() 625 std::string double_indent(indent); in toString() local 626 double_indent += indent; in toString() 635 indent, double_indent.c_str(), configuration.id, double_indent.c_str(), in toString() 636 configuration.width, double_indent.c_str(), configuration.height, in toString() 637 double_indent.c_str(), configuration.format, double_indent.c_str(), in toString() 638 configuration.usage, double_indent.c_str(), configuration.rotation); in toString()
|
/packages/services/Car/cpp/evs/manager/aidl/src/ |
D | HalCamera.cpp | 551 std::string double_indent(indent); in toString() local 552 double_indent += indent; in toString() 553 buffer += CameraUsageStats::toString(getStats(), double_indent.data()); in toString() 561 buffer += handle->toString(double_indent.data()); in toString() 573 std::string double_indent(indent); in toString() local 574 double_indent += indent; in toString() 583 indent, double_indent.data(), configuration.id, double_indent.data(), in toString() 584 configuration.width, double_indent.data(), configuration.height, in toString() 585 double_indent.data(), static_cast<unsigned int>(configuration.format), in toString() 586 double_indent.data(), static_cast<unsigned long>(configuration.usage), in toString() [all …]
|
/packages/services/Car/cpp/evs/manager/1.1/stats/ |
D | StatsCollector.cpp | 409 std::string double_indent(indent); in toString() local 410 double_indent += indent; in toString() 429 buffer += it->toString(double_indent.c_str()); in toString()
|
/packages/services/Car/cpp/evs/manager/aidl/stats/src/ |
D | StatsCollector.cpp | 414 std::string double_indent(indent); in toString() local 415 double_indent += indent; in toString() 435 buffer += it->toString(double_indent.data()); in toString()
|