Searched refs:mErrorCode (Results 1 - 19 of 19) 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/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
H A DSMSDispatcher.java680 errorCode = ((SmsResponse)ar.result).mErrorCode;
/frameworks/base/media/java/android/media/
H A DMediaCasStateException.java29 private final int mErrorCode; field in class:MediaCasStateException
35 mErrorCode = err;
80 return mErrorCode;
H A DMediaCodec.java2117 mErrorCode = errorCode;
2148 return mErrorCode;
2186 private final int mErrorCode; field in class:MediaCodec.CodecException
2196 mErrorCode = errorCode;
2262 return mErrorCode;
2265 private int mErrorCode; field in class:MediaCodec.CryptoException
H A DMediaDrm.java226 private final int mErrorCode; field in class:MediaDrm.MediaDrmStateException
234 mErrorCode = errorCode;
249 return mErrorCode;
/frameworks/native/libs/binder/
H A DStatus.cpp62 mErrorCode(errorCode) {}
66 mErrorCode(errorCode),
106 status = parcel.readInt32(&mErrorCode);
130 return mErrorCode;
141 status = parcel->writeInt32(mErrorCode);
151 mErrorCode = NO_ERROR; // an exception, not a transaction failure.
157 mErrorCode = errorCode;
162 mErrorCode = status;
174 ret.appendFormat("%d: ", 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/support/media-compat/java/android/support/v4/media/session/
H A DPlaybackStateCompat.java521 final int mErrorCode; field in class:PlaybackStateCompat
539 mErrorCode = errorCode;
559 mErrorCode = in.readInt();
571 bob.append(", error code=").append(mErrorCode);
597 dest.writeInt(mErrorCode);
707 return mErrorCode;
1068 private int mErrorCode; field in class:PlaybackStateCompat.Builder
1093 mErrorCode = source.mErrorCode;
1303 mErrorCode
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/media/
H A DPlaybackBaseControlGlue.java83 int mErrorCode; field in class:PlaybackBaseControlGlue
137 mErrorCode = errorCode;
190 mPlayerCallback.onError(mErrorCode, mErrorMessage);
198 mErrorCode = 0;
/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/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/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;
/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h156 status_t mErrorCode; member in struct:android::MediaCodecSource::Output
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodecSource.h156 status_t mErrorCode; member in struct:android::MediaCodecSource::Output
/frameworks/av/media/libstagefright/include/
H A DMediaCodecSource.h156 status_t mErrorCode; member in struct:android::MediaCodecSource::Output
/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp319 mErrorCode(OK) {
406 return output->mErrorCode;
569 output->mErrorCode = OK;
614 output->mErrorCode = err;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DTelephonyMetrics.java1368 errorCode = response.mErrorCode;

Completed in 7874 milliseconds