Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBugreportManager.java225 @Nullable ParcelFileDescriptor screenshotFd, in startBugreport() argument
237 boolean isScreenshotRequested = screenshotFd != null || deferConsent; in startBugreport()
238 if (screenshotFd == null) { in startBugreport()
240 screenshotFd = in startBugreport()
251 screenshotFd.getFileDescriptor(), in startBugreport()
264 if (screenshotFd != null) { in startBugreport()
265 IoUtils.closeQuietly(screenshotFd); in startBugreport()
/frameworks/native/cmds/dumpstate/binder/android/os/
DIDumpstate.aidl97 FileDescriptor bugreportFd, FileDescriptor screenshotFd, in startBugreport() argument
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java488 FileDescriptor bugreportFd, FileDescriptor screenshotFd, in startBugreport() argument
517 screenshotFd, in startBugreport()
542 screenshotFd, in startBugreport()
807 FileDescriptor bugreportFd, FileDescriptor screenshotFd, in startBugreportLocked() argument
852 ds.startBugreport(callingUid, callingPackage, bugreportFd, screenshotFd, bugreportMode, in startBugreportLocked()
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java704 ParcelFileDescriptor screenshotFd = null; in startBugreportAPI() local
706 screenshotFd = info.getDefaultScreenshotFd(); in startBugreportAPI()
707 if (screenshotFd == null) { in startBugreportAPI()
720 + " screenshot file fd: " + screenshotFd); in startBugreportAPI()
725 mBugreportManager.startBugreport(bugreportFd, screenshotFd, in startBugreportAPI()
734 if (screenshotFd != null) { in startBugreportAPI()
735 FileUtils.closeQuietly(screenshotFd); in startBugreportAPI()