HomeSort by relevance Sort by last modified time
    Searched refs:profileFd (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/app/
ProfilerInfo.java 34 public ParcelFileDescriptor profileFd;
44 profileFd = fd;
50 if (profileFd != null) {
51 return profileFd.describeContents();
59 if (profileFd != null) {
61 profileFd.writeToParcel(out, flags);
82 profileFd = in.readInt() != 0 ? ParcelFileDescriptor.CREATOR.createFromParcel(in) : null;
ActivityThread.java 462 ParcelFileDescriptor profileFd;
468 ParcelFileDescriptor fd = profilerInfo.profileFd;
479 if (profileFd != null) {
481 profileFd.close();
487 profileFd = fd;
492 if (profileFd == null || profiling) {
496 VMDebug.startMethodTracing(profileFile, profileFd.getFileDescriptor(),
502 profileFd.close();
503 profileFd = null;
513 if (profileFd != null)
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]
ActivityManagerService.java     [all...]

Completed in 43 milliseconds