/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerServiceShellCommand.java | 118 return handleError(pw, "showSessionForActiveService()", e); in requestShow() 129 return handleError(pw, "requestHide()", e); in requestHide() 140 return handleError(pw, "requestDisable()", e); in requestDisable() 145 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 | 693 const auto handleError = [&](Status additionalError, const std::string& msg) { in fetchBinderizedEntry() local 703 handleError(TRANSACTION_ERROR, in fetchBinderizedEntry() 709 handleError(NO_INTERFACE, "cannot be fetched from service manager (null)"); in fetchBinderizedEntry() 720 handleError(TRANSACTION_ERROR, in fetchBinderizedEntry() 732 handleError(IO_ERROR, in fetchBinderizedEntry() 760 handleError(TRANSACTION_ERROR, in fetchBinderizedEntry() 765 handleError(BAD_IMPL, "Interface name does not exist in interfaceChain."); in fetchBinderizedEntry() 770 handleError(BAD_IMPL, in fetchBinderizedEntry() 782 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 | 803 handleError(mError); in onPostExecute() 807 private void handleError(Exception e) { in handleError() method in NotificationContentInflater.AsyncInflationTask 829 handleError(e); in handleInflationException()
|
/frameworks/base/packages/Tethering/src/android/net/ip/ |
D | IpServer.java | 434 handleError(); in onDhcpServerCreated() 445 handleError(); in onDhcpServerCreated() 455 private void handleError() { in handleError() method in IpServer.DhcpServerCallbacksImpl
|
/frameworks/base/services/core/java/com/android/server/biometrics/ |
D | BiometricServiceBase.java | 680 handleError(getHalDeviceId(), BIOMETRIC_ERROR_HW_UNAVAILABLE, 0 /* vendorCode */); in serviceDied() 753 protected void handleError(long deviceId, int error, int vendorCode) { in handleError() method in BiometricServiceBase
|
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/ |
D | FingerprintService.java | 619 FingerprintService.super.handleError(deviceId, error, vendorCode);
|
/frameworks/base/services/core/java/com/android/server/biometrics/face/ |
D | FaceService.java | 908 FaceService.super.handleError(deviceId, error, vendorCode);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 57839 method public abstract boolean handleError(org.w3c.dom.DOMError);
|
/frameworks/base/services/ |
D | art-profile | 11676 HPLcom/android/server/biometrics/BiometricServiceBase;->handleError(JII)V
|
/frameworks/base/api/ |
D | current.txt | 81262 method public boolean handleError(org.w3c.dom.DOMError);
|