Searched refs:errorCode (Results 26 - 50 of 56) sorted by relevance

123

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Init.c48 LVPSA_RETURN errorCode = LVPSA_OK; local
173 errorCode = LVPSA_Control (*phInstance, pControlParams);
175 if(errorCode!=0)
177 return errorCode;
180 errorCode = LVPSA_ApplyNewSettings (pLVPSA_Inst);
182 if(errorCode!=0)
184 return errorCode;
187 return(errorCode);
/frameworks/base/core/java/android/accounts/
H A DAccountManagerResponse.java50 public void onError(int errorCode, String errorMessage) { argument
52 mResponse.onError(errorCode, errorMessage);
H A DAccountAuthenticatorResponse.java69 public void onError(int errorCode, String errorMessage) { argument
71 Log.v(TAG, "AccountAuthenticatorResponse.onError: " + errorCode + ", " + errorMessage);
74 mAccountAuthenticatorResponse.onError(errorCode, errorMessage);
/frameworks/base/core/java/android/nfc/tech/
H A DBasicTagTechnology.java73 int errorCode = mTag.getTagService().connect(mTag.getServiceHandle(),
76 if (errorCode == ErrorCodes.SUCCESS) {
80 } else if (errorCode == ErrorCodes.ERROR_NOT_SUPPORTED) {
101 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle());
103 if (errorCode != ErrorCodes.SUCCESS) {
H A DNdef.java314 int errorCode = tagService.ndefWrite(serviceHandle, msg);
315 switch (errorCode) {
382 int errorCode = tagService.ndefMakeReadOnly(mTag.getServiceHandle());
383 switch (errorCode) {
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionListenerProxy.java141 final int errorCode, final String message) {
146 mListener.onCallChangeFailed(session, errorCode, message);
154 public void onError(final ISipSession session, final int errorCode, argument
160 mListener.onError(session, errorCode, message);
196 final int errorCode, final String message) {
201 mListener.onRegistrationFailed(session, errorCode, message);
140 onCallChangeFailed(final ISipSession session, final int errorCode, final String message) argument
195 onRegistrationFailed(final ISipSession session, final int errorCode, final String message) argument
H A DSipService.java564 public void onError(ISipSession session, int errorCode, argument
567 + SipErrorCode.toString(errorCode) + ": " + message);
719 public void onError(int errorCode, String description) { argument
849 public void onError(int errorCode, String description) { argument
1018 public void onRegistrationFailed(ISipSession session, int errorCode, argument
1021 + SipErrorCode.toString(errorCode) + ": " + message);
1025 switch (errorCode) {
1035 mErrorCode = errorCode;
1037 mProxy.onRegistrationFailed(session, errorCode, message);
H A DSipSessionGroup.java523 void onError(int errorCode, String description); argument
1372 private void endCallOnError(int errorCode, String message) { argument
1374 mProxy.onError(this, errorCode, message);
1382 private void onError(int errorCode, String message) { argument
1387 onRegistrationFailed(errorCode, message);
1390 endCallOnError(errorCode, message);
1452 private void onRegistrationFailed(int errorCode, String message) { argument
1454 mProxy.onRegistrationFailed(this, errorCode, message);
1551 public void onError(ISipSession session, int errorCode, String message) { argument
1553 mCallback.onError(errorCode, messag
1822 onError(final int errorCode, final String description) argument
[all...]
/frameworks/base/voip/java/android/net/sip/
H A DSipSession.java181 * @param errorCode error code defined in {@link SipErrorCode}
184 public void onError(SipSession session, int errorCode, argument
192 * @param errorCode error code defined in {@link SipErrorCode}
195 public void onCallChangeFailed(SipSession session, int errorCode, argument
220 * @param errorCode error code defined in {@link SipErrorCode}
223 public void onRegistrationFailed(SipSession session, int errorCode, argument
516 public void onCallChangeFailed(ISipSession session, int errorCode,
519 mListener.onCallChangeFailed(SipSession.this, errorCode,
524 public void onError(ISipSession session, int errorCode, String message) {
526 mListener.onError(SipSession.this, errorCode, messag
[all...]
H A DSipAudioCall.java159 * @param errorCode error code of this error
163 public void onError(SipAudioCall call, int errorCode, argument
499 public void onCallChangeFailed(SipSession session, int errorCode,
502 mErrorCode = errorCode;
516 public void onError(SipSession session, int errorCode,
518 SipAudioCall.this.onError(errorCode, message);
532 public void onRegistrationFailed(SipSession session, int errorCode,
564 private void onError(int errorCode, String message) { argument
566 + SipErrorCode.toString(errorCode) + ": " + message);
567 mErrorCode = errorCode;
[all...]
H A DSipManager.java612 public void onRegistrationFailed(ISipSession session, int errorCode, argument
614 mListener.onRegistrationFailed(getUri(session), errorCode, message);
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.cpp161 ERROR_CODE errorCode = NO_DECODING_ERROR; local
180 errorCode = pvmp3_decode_header(&pVars->inputStream,
184 if (errorCode != NO_DECODING_ERROR)
187 return errorCode;
242 errorCode = pvmp3_get_side_info(&pVars->inputStream,
247 if (errorCode != NO_DECODING_ERROR)
250 return errorCode;
324 errorCode = NO_ENOUGH_MAIN_DATA_ERROR;
360 if (errorCode != NO_ENOUGH_MAIN_DATA_ERROR)
439 } /* if ( errorCode !
[all...]
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_Process.c75 LVREV_ReturnStatus_en errorCode; local
82 errorCode = LVREV_ApplyNewSettings (pLVREV_Private);
84 if(errorCode != LVREV_SUCCESS)
86 return errorCode;
/frameworks/base/core/java/android/net/nsd/
H A DNsdManager.java263 public void onStartDiscoveryFailed(String serviceType, int errorCode); argument
265 public void onStopDiscoveryFailed(String serviceType, int errorCode); argument
280 public void onRegistrationFailed(NsdServiceInfo serviceInfo, int errorCode); argument
282 public void onUnregistrationFailed(NsdServiceInfo serviceInfo, int errorCode); argument
292 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode); argument
/frameworks/base/media/java/android/media/
H A DMediaCodec.java285 public CryptoException(int errorCode, String detailMessage) { argument
287 mErrorCode = errorCode;
/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java153 * (i.e. the main resource is unavailable). The errorCode parameter
156 * @param errorCode The error code corresponding to an ERROR_* value.
160 public void onReceivedError(WebView view, int errorCode, argument
H A DBrowserFrame.java353 * @param errorCode The HTTP error code.
358 * of domain identifier. Change errorCode to an enum for a cleaner
361 private void reportError(int errorCode, String description, String failingUrl) { argument
366 description = ErrorStrings.getString(errorCode, mContext);
368 mCallbackProxy.onReceivedError(errorCode, description, failingUrl);
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java202 public void onReceivedError(WebView view, int errorCode, String description, argument
205 Log.v(LOGTAG, "WebCore error: code=" + errorCode
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java200 public void onReceivedError(WebView view, int errorCode, String description, argument
202 Log.v(LOGTAG, "Received WebCore error: code=" + errorCode
H A DTestShellActivity.java628 public void onReceivedError(WebView view, int errorCode, String description,
630 Log.v(LOGTAG, "onReceivedError, errorCode=" + errorCode
632 super.onReceivedError(view, errorCode, description, failingUrl);
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java175 private void blockingInitAndVerify(final String engine, int errorCode) throws argument
181 doCountDown(latch).when(listener).onInit(errorCode);
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.h89 virtual void notifyError(int errorCode, int arg1, int arg2);
H A DCamera2Device.h138 virtual void notifyError(int errorCode, int arg1, int arg2) = 0;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnection.java155 FailCause(int errorCode) { argument
156 mErrorCode = errorCode;
182 public static FailCause fromInt(int errorCode) { argument
183 FailCause fc = sErrorCodeToFailCauseMap.get(errorCode);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhone.java902 public void onError(SipAudioCall call, int errorCode, argument
904 switch (errorCode) {
933 Log.w(LOG_TAG, "error: " + SipErrorCode.toString(errorCode)

Completed in 293 milliseconds

123