Home
last modified time | relevance | path

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

/system/iorap/src/db/
Dmodels.h815 p.report_fully_drawn_ns, in SelectById()
849 p.report_fully_drawn_ns, in SelectActivityHistoryForCompile()
863 std::optional<uint64_t> report_fully_drawn_ns, in Insert() argument
880 report_fully_drawn_ns, in Insert()
894 p.report_fully_drawn_ns = report_fully_drawn_ns; in Insert()
902 uint64_t report_fully_drawn_ns) in UpdateReportFullyDrawn() argument
908 bool result = DbQueryBuilder::Update(db, sql, report_fully_drawn_ns, history_id); in UpdateReportFullyDrawn()
912 << ", report_fully_drawn_ns: " << report_fully_drawn_ns; in UpdateReportFullyDrawn()
924 std::optional<uint64_t> report_fully_drawn_ns; variable
949 if (p.report_fully_drawn_ns) {
[all …]
/system/iorap/src/maintenance/
Dcontroller.cc245 if (history.report_fully_drawn_ns) { in GetPerfettoTraceInfo()
246 timestamp_limit = *history.report_fully_drawn_ns; in GetPerfettoTraceInfo()