Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/profcollect/src/com/android/server/profcollect/
H A DProfcollectForwardingService.java64 private IProfCollectd mIProfcollect; field in ProfcollectForwardingService
96 if (mIProfcollect == null) { in onBootPhase()
107 if (mIProfcollect == null) { in serviceHasSupportedTraceProvider()
133 mIProfcollect = profcollectd; in connectNativeService()
165 mIProfcollect = null; in binderDied()
200 sSelfService.mIProfcollect.process(false); in onStartJob()
230 if (mIProfcollect == null) { in traceOnAppStart()
243 mIProfcollect.trace_once("applaunch"); in traceOnAppStart()
305 if (mIProfcollect == null) { in packProfileReport()
318 String reportUuid = mIProfcollect.report(); in packProfileReport()
[all …]