/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerServiceShellCommand.java | 130 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/ |
D | NuPlayerDecoder.cpp | 198 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 …]
|
D | NuPlayerDecoderPassThrough.cpp | 80 handleError(err); in onConfigure() 297 handleError(streamErr); in onInputBufferFetched()
|
D | NuPlayerDecoderBase.cpp | 199 void NuPlayer::DecoderBase::handleError(int32_t err) in handleError() function in android::NuPlayer::DecoderBase
|
/frameworks/av/media/libstagefright/ |
D | SurfaceUtils.cpp | 201 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()
|
D | CryptoAsync.cpp | 193 auto handleError = [this, &err, &msg]() { in attachEncryptedBufferAndQueue() local 202 handleError(); in attachEncryptedBufferAndQueue() 210 handleError(); in attachEncryptedBufferAndQueue() 216 handleError(); in attachEncryptedBufferAndQueue()
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.cpp | 643 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/ |
D | NuPlayerDecoderBase.h | 85 virtual void handleError(int32_t err);
|
D | NuPlayerDecoder.h | 116 void handleError(int32_t err);
|
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfUtils.cpp | 87 static void destroyLibraryIfNeeded(JNIEnv* env, bool handleError) { in destroyLibraryIfNeeded() argument
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 1253 handleError(mError); 1262 private void handleError(Exception e) { 1290 handleError(e);
|
D | NotificationRowContentBinderImpl.kt | 494 .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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 57839 method public abstract boolean handleError(org.w3c.dom.DOMError);
|