Home | History | Annotate | Download | only in app

Lines Matching refs:pcd

833             ProfilerControlData pcd = new ProfilerControlData();
834 pcd.path = path;
835 pcd.fd = fd;
836 queueOrSendMessage(H.PROFILER_CONTROL, pcd, start ? 1 : 0, profileType);
4051 final void handleProfilerControl(boolean start, ProfilerControlData pcd, int profileType) {
4056 mProfiler.setProfiler(pcd.path, pcd.fd);
4062 Slog.w(TAG, "Profiling failed on path " + pcd.path
4066 pcd.fd.close();