/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 | 199 handleError(err); in onMessageReceived() 227 handleError(err); in onMessageReceived() 320 handleError(UNKNOWN_ERROR); in onConfigure() 357 handleError(err); in onConfigure() 390 handleError(err); in onConfigure() 478 handleError(NO_INIT); in onResume() 503 handleError(err); in doFlush() 552 handleError(err); in onShutdown() 593 void NuPlayer::Decoder::handleError(int32_t err) in handleError() function in android::NuPlayer::Decoder 654 handleError(NO_INIT); in handleAnInputBuffer() [all …]
|
D | NuPlayerDecoderBase.h | 85 virtual void handleError(int32_t err);
|
D | NuPlayerDecoderPassThrough.cpp | 81 handleError(err); in onConfigure() 298 handleError(streamErr); in onInputBufferFetched()
|
D | NuPlayerDecoder.h | 116 void handleError(int32_t err);
|
D | NuPlayerDecoderBase.cpp | 199 void NuPlayer::DecoderBase::handleError(int32_t err) in handleError() function in android::NuPlayer::DecoderBase
|
/frameworks/native/cmds/lshal/ |
D | ListCommand.cpp | 609 const auto handleError = [&](Status additionalError, const std::string& msg) { in fetchBinderizedEntry() local 619 handleError(TRANSACTION_ERROR, in fetchBinderizedEntry() 625 handleError(NO_INTERFACE, "cannot be fetched from service manager (null)"); in fetchBinderizedEntry() 636 handleError(TRANSACTION_ERROR, in fetchBinderizedEntry() 648 handleError(IO_ERROR, in fetchBinderizedEntry() 676 handleError(TRANSACTION_ERROR, in fetchBinderizedEntry() 681 handleError(BAD_IMPL, "Interface name does not exist in interfaceChain."); in fetchBinderizedEntry() 686 handleError(BAD_IMPL, in fetchBinderizedEntry() 698 handleError(TRANSACTION_ERROR, "getHashChain failed: " + hashRet.description()); in fetchBinderizedEntry()
|
/frameworks/base/libs/hwui/jni/pdf/ |
D | PdfUtils.cpp | 90 static void destroyLibraryIfNeeded(JNIEnv* env, bool handleError) { in destroyLibraryIfNeeded() argument
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | AutomaticActivity.java | 88 handleError(modifierNames, error); 260 private void handleError(final String[] modifierNames, final float error) { in handleError() method in AutomaticActivity
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 835 handleError(mError); in onPostExecute() 839 private void handleError(Exception e) { in handleError() method in NotificationContentInflater.AsyncInflationTask 861 handleError(e); in handleInflationException()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 57839 method public abstract boolean handleError(org.w3c.dom.DOMError);
|