/frameworks/base/core/java/android/os/ |
D | ServiceSpecificException.java | 32 public final int errorCode; field in ServiceSpecificException 34 public ServiceSpecificException(int errorCode, String message) { in ServiceSpecificException() 39 public ServiceSpecificException(int errorCode) { in ServiceSpecificException()
|
D | UpdateEngineCallback.java | 49 public abstract void onPayloadApplicationComplete(int errorCode); in onPayloadApplicationComplete()
|
/frameworks/base/core/java/android/webkit/ |
D | LegacyErrorStrings.java | 36 static String getString(int errorCode, Context context) { in getString() 44 private static int getResource(int errorCode) { in getResource()
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
D | MDNSFilteredDiscovery.java | 136 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed() 142 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed() 162 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) { in onServiceFound() 186 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) { in onServiceLost()
|
D | DiscoveryListenerMultiplexer.java | 132 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed() 138 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
D | ISipSessionListener.aidl | 90 void onError(in ISipSession session, int errorCode, String errorMessage); in onError() 99 void onCallChangeFailed(in ISipSession session, int errorCode, in onCallChangeFailed() 124 void onRegistrationFailed(in ISipSession session, int errorCode, in onRegistrationFailed()
|
D | SipSessionAdapter.java | 49 public void onCallChangeFailed(ISipSession session, int errorCode, in onCallChangeFailed() 53 public void onError(ISipSession session, int errorCode, String message) { in onError() 62 public void onRegistrationFailed(ISipSession session, int errorCode, in onRegistrationFailed()
|
D | SipSession.java | 184 public void onError(SipSession session, int errorCode, in onError() 195 public void onCallChangeFailed(SipSession session, int errorCode, in onCallChangeFailed() 223 public void onRegistrationFailed(SipSession session, int errorCode, in onRegistrationFailed() 524 public void onCallChangeFailed(ISipSession session, int errorCode, in createListener() 533 public void onError(ISipSession session, int errorCode, String message) { in createListener() 554 public void onRegistrationFailed(ISipSession session, int errorCode, in createListener()
|
D | SipAudioCall.java | 158 public void onError(SipAudioCall call, int errorCode, in onError() 493 public void onCallChangeFailed(SipSession session, int errorCode, in createListener() 510 public void onError(SipSession session, int errorCode, in createListener() 526 public void onRegistrationFailed(SipSession session, int errorCode, in createListener()
|
/frameworks/base/core/java/android/net/metrics/ |
D | DhcpErrorEvent.java | 62 public final int errorCode; field in DhcpErrorEvent 64 public DhcpErrorEvent(int errorCode) { in DhcpErrorEvent() 93 public static int errorCodeWithOption(int errorCode, int option) { in errorCodeWithOption()
|
/frameworks/base/core/java/android/nfc/tech/ |
D | BasicTagTechnology.java | 73 int errorCode = mTag.getTagService().connect(mTag.getServiceHandle(), in connect() local 101 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle()); in reconnect() local
|
/frameworks/native/libs/binder/ |
D | Status.cpp | 60 Status::Status(int32_t exceptionCode, int32_t errorCode) in Status() 64 Status::Status(int32_t exceptionCode, int32_t errorCode, const String8& message) in Status() 155 void Status::setServiceSpecificError(int32_t errorCode, const String8& message) { in setServiceSpecificError()
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
D | SipSessionListenerProxy.java | 156 final int errorCode, final String message) { in onCallChangeFailed() 171 public void onError(final ISipSession session, final int errorCode, in onError() 219 final int errorCode, final String message) { in onRegistrationFailed()
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraExceptionHandler.java | 48 public void onCameraError(int errorCode); in onCameraError() 82 public void onCameraError(final int errorCode) { in onCameraError()
|
/frameworks/base/core/java/android/accounts/ |
D | IAccountManagerResponse.aidl | 26 void onError(int errorCode, String errorMessage); in onError()
|
D | IAccountAuthenticatorResponse.aidl | 27 void onError(int errorCode, String errorMessage); in onError()
|
/frameworks/base/keystore/java/android/security/ |
D | KeyStoreException.java | 29 public KeyStoreException(int errorCode, String message) { in KeyStoreException()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_DeblockChroma_I.c | 101 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local
|
D | omxVCM4P10_DeblockLuma_I.c | 103 OMXResult errorCode; in omxVCM4P10_DeblockLuma_I() local
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
D | omxVCM4P10_DeblockChroma_I.c | 82 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local
|
D | omxVCM4P10_DeblockLuma_I.c | 85 OMXResult errorCode; in omxVCM4P10_DeblockLuma_I() local
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | omxVCM4P10_DeblockLuma_I.c | 85 OMXResult errorCode; in omxVCM4P10_DeblockLuma_I() local
|
D | omxVCM4P10_DeblockChroma_I.c | 82 OMXResult errorCode; in omxVCM4P10_DeblockChroma_I() local
|
/frameworks/minikin/tests/perftests/ |
D | main.cpp | 35 UErrorCode errorCode = U_ZERO_ERROR; in main() local
|
/frameworks/minikin/tests/unittest/ |
D | ICUTestBase.h | 41 UErrorCode errorCode = U_ZERO_ERROR; in SetUp() local
|