Home
last modified time | relevance | path

Searched refs:closeWithError (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h344 static void closeWithError(int fd) { in closeWithError() function
357 class ScopedFileDescriptor : public impl::ScopedAResource<int, internal::closeWithError, -1> {
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java105 out.closeWithError("Unsupported command " + command); in executeCommand()
/frameworks/base/core/java/android/os/
DParcelFileDescriptor.java803 public void closeWithError(String msg) throws IOException { in closeWithError() method in ParcelFileDescriptor
806 mWrapped.closeWithError(msg); in closeWithError()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java4558 writeFd.closeWithError("input closed"); in uploadCallComposerPicture()
4577 writeFd.closeWithError("too large"); in uploadCallComposerPicture()
4591 writeFd.closeWithError("remote end closed"); in uploadCallComposerPicture()
/frameworks/base/core/api/
Dcurrent.txt31513 method public void closeWithError(String) throws java.io.IOException;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22051 method public void closeWithError(java.lang.String) throws java.io.IOException;