Searched refs:initProfilerInfo (Results 1 – 2 of 2) sorted by relevance
976 ProfilerInfo initProfilerInfo; field in ActivityThread.AppBindData1354 data.initProfilerInfo = profilerInfo; in bindApplication()7226 if (data.initProfilerInfo != null) { in handleBindApplication()7227 mProfiler.profileFile = data.initProfilerInfo.profileFile; in handleBindApplication()7228 mProfiler.profileFd = data.initProfilerInfo.profileFd; in handleBindApplication()7229 mProfiler.samplingInterval = data.initProfilerInfo.samplingInterval; in handleBindApplication()7230 mProfiler.autoStopProfiler = data.initProfilerInfo.autoStopProfiler; in handleBindApplication()7231 mProfiler.streamingOutput = data.initProfilerInfo.streamingOutput; in handleBindApplication()7232 mProfiler.mClockType = data.initProfilerInfo.clockType; in handleBindApplication()7233 mProfiler.mProfilerOutputVersion = data.initProfilerInfo.profilerOutputVersion; in handleBindApplication()[all …]
1889 Landroid/app/ActivityThread$AppBindData;->initProfilerInfo:Landroid/app/ProfilerInfo;