Home
last modified time | relevance | path

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

/tools/trebuchet/trebuchet/startup-common/src/
DStartupCommon.kt134 val systemServerProc = this.findProcess(PROC_NAME_SYSTEM_SERVER) in Model() constant
138 systemServerProc.asyncSlices.forEach { systemServerSlice -> in Model()
143 …val startProcSlice = systemServerProc.findFirstSlice(SLICE_NAME_PROC_START, newProcName, systemSer… in Model()
144 …val rfdSlice = systemServerProc.findFirstSliceOrNull(SLICE_NAME_REPORT_FULLY_DRAWN, newProcN… in Model()