Home
last modified time | relevance | path

Searched refs:handleError (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceShellCommand.java130 return handleError(pw, "showSessionForActiveService()", e); in requestShow()
141 return handleError(pw, "requestHide()", e); in requestHide()
152 return handleError(pw, "requestDisable()", e); in requestDisable()
162 return handleError(pw, "requestRestartDetection()", e); in requestRestartDetection()
173 return handleError(pw, "setDebugHotwordLogging()", e); in setDebugHotwordLogging()
178 private static int handleError(PrintWriter pw, String message, Exception e) { in handleError() method in VoiceInteractionManagerServiceShellCommand
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp198 handleError(err); in onMessageReceived()
226 handleError(err); in onMessageReceived()
319 handleError(UNKNOWN_ERROR); in onConfigure()
356 handleError(err); in onConfigure()
389 handleError(err); in onConfigure()
485 handleError(NO_INIT); in onResume()
510 handleError(err); in doFlush()
559 handleError(err); in onShutdown()
600 void NuPlayer::Decoder::handleError(int32_t err) in handleError() function in android::NuPlayer::Decoder
661 handleError(NO_INIT); in handleAnInputBuffer()
[all …]
DNuPlayerDecoderPassThrough.cpp80 handleError(err); in onConfigure()
297 handleError(streamErr); in onInputBufferFetched()
DNuPlayerDecoderBase.cpp199 void NuPlayer::DecoderBase::handleError(int32_t err) in handleError() function in android::NuPlayer::DecoderBase
/frameworks/av/media/libstagefright/
DSurfaceUtils.cpp201 auto handleError = [](ANativeWindow *nativeWindow, ANativeWindowBuffer* anb, status_t err) in pushBlankBuffersToNativeWindow() local
256 return handleError(nativeWindow, anb, err); in pushBlankBuffersToNativeWindow()
271 return handleError(nativeWindow, anb, err); in pushBlankBuffersToNativeWindow()
278 return handleError(nativeWindow, anb, err); in pushBlankBuffersToNativeWindow()
325 return handleError(nativeWindow, anb, err); in pushBlankBuffersToNativeWindow()
DCryptoAsync.cpp193 auto handleError = [this, &err, &msg]() { in attachEncryptedBufferAndQueue() local
202 handleError(); in attachEncryptedBufferAndQueue()
210 handleError(); in attachEncryptedBufferAndQueue()
216 handleError(); in attachEncryptedBufferAndQueue()
/frameworks/native/cmds/lshal/
DListCommand.cpp643 const auto handleError = [&](Status additionalError, const std::string& msg) { in fetchBinderizedEntry() local
654 handleError(TRANSACTION_ERROR, in fetchBinderizedEntry()
660 handleError(NO_INTERFACE, "cannot be fetched from service manager (null)"); in fetchBinderizedEntry()
674 handleError(TRANSACTION_ERROR, in fetchBinderizedEntry()
686 handleError(IO_ERROR, in fetchBinderizedEntry()
717 handleError(TRANSACTION_ERROR, in fetchBinderizedEntry()
725 handleError(BAD_IMPL, "Interface name does not exist in interfaceChain."); in fetchBinderizedEntry()
733 handleError(TRANSACTION_ERROR, "getHashChain failed: " + hashRet.description()); in fetchBinderizedEntry()
737 handleError(BAD_IMPL, in fetchBinderizedEntry()
/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DNuPlayerDecoderBase.h85 virtual void handleError(int32_t err);
DNuPlayerDecoder.h116 void handleError(int32_t err);
/frameworks/base/libs/hwui/jni/pdf/
DPdfUtils.cpp87 static void destroyLibraryIfNeeded(JNIEnv* env, bool handleError) { in destroyLibraryIfNeeded() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java1253 handleError(mError);
1262 private void handleError(Exception e) {
1290 handleError(e);
DNotificationRowContentBinderImpl.kt494 .onFailure { error -> handleError(error as Exception) } in <lambda>()
501 private fun handleError(e: Exception) { in <lambda>() method in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl.AsyncInflationTask
526 handleError(e) in <lambda>()
/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.txt57839 method public abstract boolean handleError(org.w3c.dom.DOMError);