Home
last modified time | relevance | path

Searched refs:mErrorCode (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9308/
Dpoc.cpp36 AAC_DECODER_ERROR mErrorCode = AAC_DEC_OK; member in Codec
70 mErrorCode = aacDecoder_DecodeFrame(mAacDecoderHandle, outputBuf, kMaxOutBufferSize, 0); in decodeFrames()
71 } while (mErrorCode == AAC_DEC_OK); in decodeFrames()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DEasyConnectStatusCallbackTest.java68 private int mErrorCode; field in EasyConnectStatusCallbackTest
106 mErrorCode = code;
116 mErrorCode = code;
164 assertEquals(EASY_CONNECT_EVENT_FAILURE_TIMEOUT, mErrorCode); in testConfiguratorInitiatorOnFailure()
196 assertEquals(EASY_CONNECT_EVENT_FAILURE_TIMEOUT, mErrorCode); in testEnrolleeInitiatorOnFailure()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0451/
Dpoc.cpp40 AAC_DECODER_ERROR mErrorCode = AAC_DEC_OK; member in Codec
60 mErrorCode = aacDecoder_Fill(mAacDecoderHandle, &data, &inputSize, &valid); in decodeFrames()
61 if (mErrorCode != AAC_DEC_OK) { in decodeFrames()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9537/
Dpoc.cpp146 AAC_DECODER_ERROR mErrorCode = AAC_DEC_OK; member in Codec
166 mErrorCode = aacDecoder_Fill(mAacDecoderHandle, &data, &inputSize, &valid); in decodeFrames()
167 if (mErrorCode != AAC_DEC_OK) { in decodeFrames()
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java97 private int mErrorCode; field in NetworkScanApiTest
235 mErrorCode = error; in onError()
318 + mErrorCode in testRequestNetworkScan()
363 + mErrorCode in requestNetworkScanLocationOffHelper()
538 && ((mErrorCode == NetworkScan.ERROR_MODEM_UNAVAILABLE) in isScanStatusValid()
539 || (mErrorCode == NetworkScan.ERROR_UNSUPPORTED))) { in isScanStatusValid()
DBugreportManagerTest.java295 private int mErrorCode = -1; field in BugreportManagerTest.BugreportCallbackImpl
309 mErrorCode = errorCode; in onError()
325 return (mErrorCode != -1) || mSuccess; in isDone()
329 return mErrorCode; in getErrorCode()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java970 private int mErrorCode; field in WebViewSslTest.SslErrorWebViewClient
984 mErrorCode = errorCode; in onReceivedError()
990 mErrorCode = 0; in resetCallCounts()
999 return mErrorCode; in onReceivedErrorCode()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java255 Integer mErrorCode; field in ImsServiceTest.RcsProvisioningCallbackParams
3200 assertTrue(params.mErrorCode != null && params.mErrorCode == errorCode); in testProvisioningManagerRcsProvisioningChangedCallback()
3678 params.mErrorCode = code; in buildRcsProvisioningCallback()