Searched refs:closeWithError (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DPipeManager.java86 mDescriptors[1].closeWithError("Failed to stream a file.");
108 mDescriptors[1].closeWithError("Failed to stream a thumbnail.");
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java438 * {@link #closeWithError(String)} which can be handled by the read end
483 * {@link #closeWithError(String)} which can be detected by the other end
674 * {@link #closeWithError(String)}.
722 public void closeWithError(String msg) throws IOException { method in class:ParcelFileDescriptor
725 mWrapped.closeWithError(msg);
872 * {@link #closeWithError(String)}.

Completed in 198 milliseconds