Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/framework/java/android/provider/
DDeviceConfigShellCommandHandler.java55 @NonNull ParcelFileDescriptor outPfd, in handleShellCommand() argument
62 return newBinder.handleShellCommand(inPfd, outPfd, errPfd, args); in handleShellCommand()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadThread.java537 ParcelFileDescriptor outPfd = null; in transferData() local
549 outPfd = mContext.getContentResolver() in transferData()
551 outFd = outPfd.getFileDescriptor(); in transferData()
555 out = new DrmOutputStream(drmClient, outPfd, mInfoDelta.mMimeType); in transferData()
557 out = new ParcelFileDescriptor.AutoCloseOutputStream(outPfd); in transferData()