Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DHotwordAudioStreamCopier.java299 copyTaskInfo.mSource.closeWithError(errorMessage); in bestEffortPropagateError()
300 copyTaskInfo.mSink.closeWithError(errorMessage); in bestEffortPropagateError()
372 mAudioSource.closeWithError(e.getMessage()); in call()
373 mAudioSink.closeWithError(e.getMessage()); in call()
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dbinder_auto_utils.h380 inline void closeWithError(int fd) { in closeWithError() function
393 class ScopedFileDescriptor : public impl::ScopedAResource<int, internal::closeWithError, -1> {
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java96 out.closeWithError("Unsupported command " + command); in executeCommand()
/frameworks/base/core/java/android/os/
DParcelFileDescriptor.java854 public void closeWithError(String msg) throws IOException { in closeWithError() method in ParcelFileDescriptor
857 mWrapped.closeWithError(msg); in closeWithError()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java5164 writeFd.closeWithError("input closed"); in uploadCallComposerPicture()
5183 writeFd.closeWithError("too large"); in uploadCallComposerPicture()
5197 writeFd.closeWithError("remote end closed"); in uploadCallComposerPicture()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22051 method public void closeWithError(java.lang.String) throws java.io.IOException;
/frameworks/base/core/api/
Dcurrent.txt33505 method public void closeWithError(String) throws java.io.IOException;