Searched defs:mErrorCode (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyStoreException.java27 private final int mErrorCode; field in class:KeyStoreException
31 mErrorCode = errorCode;
35 return mErrorCode;
/frameworks/base/media/java/android/media/
H A DMediaCasStateException.java28 private final int mErrorCode; field in class:MediaCasStateException
33 mErrorCode = err;
95 return mErrorCode;
H A DMediaDrm.java226 private final int mErrorCode; field in class:MediaDrm.MediaDrmStateException
234 mErrorCode = errorCode;
249 return mErrorCode;
H A DMediaCodec.java2125 mErrorCode = errorCode;
2156 return mErrorCode;
2194 private final int mErrorCode; field in class:MediaCodec.CodecException
2204 mErrorCode = errorCode;
2270 return mErrorCode;
2273 private int mErrorCode; field in class:MediaCodec.CryptoException
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsResponse.java33 public int mErrorCode; field in class:SmsResponse
38 mErrorCode = errorCode;
44 + ", mErrorCode = " + mErrorCode
/frameworks/native/include/binder/
H A DStatus.h126 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK;
129 return mException == EX_SERVICE_SPECIFIC ? mErrorCode : 0;
142 // |mErrorCode| as the result of the transaction rather than write an
147 // If |mException| == EX_SERVICE_SPECIFIC we write |mErrorCode| as well.
149 int32_t mErrorCode = 0; member in class:android::binder::final
/frameworks/native/libs/binder/include/binder/
H A DStatus.h126 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK;
129 return mException == EX_SERVICE_SPECIFIC ? mErrorCode : 0;
142 // |mErrorCode| as the result of the transaction rather than write an
147 // If |mException| == EX_SERVICE_SPECIFIC we write |mErrorCode| as well.
149 int32_t mErrorCode = 0; member in class:android::binder::final
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h155 status_t mErrorCode; member in struct:android::MediaCodecSource::Output
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecSource.h155 status_t mErrorCode; member in struct:android::MediaCodecSource::Output
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipAudioCall.java192 private int mErrorCode = SipErrorCode.NO_ERROR; field in class:SipAudioCall
232 } else if (mErrorCode != SipErrorCode.NO_ERROR) {
233 listener.onError(this, mErrorCode, mErrorMessage);
297 mErrorCode = SipErrorCode.NO_ERROR;
496 mErrorCode = errorCode;
501 listener.onError(SipAudioCall.this, mErrorCode,
561 mErrorCode = errorCode;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcFailCause.java125 private final int mErrorCode; field in class:DcFailCause
141 mErrorCode = errorCode;
145 return mErrorCode;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DPlaybackBaseControlGlue.java130 int mErrorCode; field in class:PlaybackBaseControlGlue
184 mErrorCode = errorCode;
242 mPlayerCallback.onError(mErrorCode, mErrorMessage);
250 mErrorCode = 0;
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java542 final int mErrorCode; field in class:PlaybackStateCompat
560 mErrorCode = errorCode;
580 mErrorCode = in.readInt();
592 bob.append(", error code=").append(mErrorCode);
618 dest.writeInt(mErrorCode);
728 return mErrorCode;
1089 private int mErrorCode; field in class:PlaybackStateCompat.Builder
1114 mErrorCode = source.mErrorCode;
1324 mErrorCode
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java811 private int mErrorCode; field in class:SipService.SipAutoReg
957 } else if (mErrorCode != SipErrorCode.NO_ERROR) {
958 if (mErrorCode == SipErrorCode.TIME_OUT) {
961 mProxy.onRegistrationFailed(mSession, mErrorCode,
993 mErrorCode = SipErrorCode.NO_ERROR;
1094 mErrorCode = errorCode;
1107 mErrorCode = SipErrorCode.TIME_OUT;

Completed in 322 milliseconds