Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 25 of 101) sorted by relevance

12345

/hardware/interfaces/keymaster/4.1/vts/functional/
DKeymaster4_1HidlTest.h47 ErrorCode errorCode = convert( in GenerateKeyData() local
49 return {errorCode, keyData}; in GenerateKeyData()
58 ErrorCode errorCode; in CreateTestKeys() local
62 std::tie(errorCode, aesKeyData) = in CreateTestKeys()
69 EXPECT_EQ(expectedReturn, errorCode); in CreateTestKeys()
73 std::tie(errorCode, hmacKeyData) = in CreateTestKeys()
80 EXPECT_EQ(expectedReturn, errorCode); in CreateTestKeys()
84 std::tie(errorCode, rsaKeyData) = in CreateTestKeys()
91 EXPECT_EQ(expectedReturn, errorCode); in CreateTestKeys()
95 std::tie(errorCode, ecdsaKeyData) = in CreateTestKeys()
[all …]
/hardware/google/av/media/eco/include/eco/
DECODebug.h57 #define STATUS_ERROR(errorCode, errorString) ndk::ScopedAStatus::fromServiceSpecificError(errorCode) argument
59 #define STATUS_ERROR_FMT(errorCode, errorString, ...) \ argument
60 ndk::ScopedAStatus::fromServiceSpecificError(errorCode)
/hardware/google/aemu/host-common/
DMediaCudaDriverHelper.cpp48 CUresult errorCode = cuvidAPI; \
49 if (errorCode != CUDA_SUCCESS) { \
51 (int)errorCode); \
DMediaCudaUtils.cpp49 CUresult errorCode = cuvidAPI; \
50 if (errorCode != CUDA_SUCCESS) { \
52 (int)errorCode); \
DMediaCudaVideoHelper.cpp39 CUresult errorCode = cuvidAPI; \
40 if (errorCode != CUDA_SUCCESS) { \
42 (int)errorCode); \
348 CUresult errorCode = cuvidMapVideoFrame(mCudaDecoder, pDispInfo->picture_index, in HandlePictureDisplay() local
351 if (errorCode != CUDA_SUCCESS) { in HandlePictureDisplay()
352 CUDA_DPRINT("failed to call cuvidMapVideoFrame with error code %d\n", (int)errorCode); in HandlePictureDisplay()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h39 StatusCode errorCode, int32_t property, int32_t areaId)>;
114 void doHalPropertySetError(StatusCode errorCode, in doHalPropertySetError() argument
117 mOnHalPropertySetError(errorCode, propId, areaId); in doHalPropertySetError()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.h261 ErrorCode errorCode = variable
263 EXPECT_EQ(expectedReturn, errorCode);
274 errorCode = GenerateKey(hmacBuilder, &hmacKeyData.blob, &hmacKeyData.characteristics);
275 EXPECT_EQ(expectedReturn, errorCode);
287 errorCode = GenerateKey(rsaBuilder, &rsaKeyData.blob, &rsaKeyData.characteristics);
289 ErrorCode::ATTESTATION_KEYS_NOT_PROVISIONED == errorCode)) {
290 EXPECT_EQ(expectedReturn, errorCode);
302 errorCode = GenerateKey(ecdsaBuilder, &ecdsaKeyData.blob, &ecdsaKeyData.characteristics);
304 ErrorCode::ATTESTATION_KEYS_NOT_PROVISIONED == errorCode)) {
305 EXPECT_EQ(expectedReturn, errorCode);
/hardware/nxp/keymint/KM200/
DJavacardKeyMintDevice.cpp172 keymaster_error_t errorCode = parseWrappedKey(wrappedKeyData, iv, transitKey, secureKey, tag, in importWrappedKey() local
174 if (errorCode != KM_ERROR_OK) { in importWrappedKey()
176 return km_utils::kmError2ScopedAStatus(errorCode); in importWrappedKey()
180 std::tie(item, errorCode) = in importWrappedKey()
182 if (errorCode != KM_ERROR_OK) { in importWrappedKey()
184 return km_utils::kmError2ScopedAStatus(errorCode); in importWrappedKey()
187 std::tie(item, errorCode) = sendFinishImportWrappedKeyCmd( in importWrappedKey()
189 if (errorCode != KM_ERROR_OK) { in importWrappedKey()
191 return km_utils::kmError2ScopedAStatus(errorCode); in importWrappedKey()
/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/
DComposerServiceWriter.h40 void setError(int32_t index, int32_t errorCode) { in setError() argument
43 error.errorCode = errorCode; in setError()
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/
DCommandError.aidl38 int errorCode;
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/
DCommandError.aidl38 int errorCode;
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/
DCommandError.aidl28 int errorCode;
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/
DCommandError.aidl38 int errorCode;
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/
DCommandError.aidl38 int errorCode;
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/current/android/hardware/contexthub/
DMessageDeliveryStatus.aidl38 android.hardware.contexthub.ErrorCode errorCode;
/hardware/interfaces/contexthub/aidl/aidl_api/android.hardware.contexthub/3/android/hardware/contexthub/
DMessageDeliveryStatus.aidl38 android.hardware.contexthub.ErrorCode errorCode;
/hardware/interfaces/radio/aidl/android/hardware/radio/messaging/
DSendSmsResult.aidl36 int errorCode;
/hardware/interfaces/contexthub/aidl/android/hardware/contexthub/
DMessageDeliveryStatus.aidl31 ErrorCode errorCode;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.messaging/current/android/hardware/radio/messaging/
DSendSmsResult.aidl40 int errorCode;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.messaging/2/android/hardware/radio/messaging/
DSendSmsResult.aidl39 int errorCode;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.messaging/3/android/hardware/radio/messaging/
DSendSmsResult.aidl40 int errorCode;
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.messaging/1/android/hardware/radio/messaging/
DSendSmsResult.aidl39 int errorCode;
/hardware/nxp/keymint/KM300/
DJavacardKeyMintDevice.cpp195 keymaster_error_t errorCode = parseWrappedKey(wrappedKeyData, iv, transitKey, secureKey, tag, in importWrappedKey() local
197 if (errorCode != KM_ERROR_OK) { in importWrappedKey()
199 return km_utils::kmError2ScopedAStatus(errorCode); in importWrappedKey()
203 std::tie(item, errorCode) = in importWrappedKey()
205 if (errorCode != KM_ERROR_OK) { in importWrappedKey()
207 return km_utils::kmError2ScopedAStatus(errorCode); in importWrappedKey()
210 std::tie(item, errorCode) = sendFinishImportWrappedKeyCmd( in importWrappedKey()
212 if (errorCode != KM_ERROR_OK) { in importWrappedKey()
214 return km_utils::kmError2ScopedAStatus(errorCode); in importWrappedKey()
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/
DErrorMsg.aidl39 android.hardware.camera.device.ErrorCode errorCode;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/
DErrorMsg.aidl39 android.hardware.camera.device.ErrorCode errorCode;

12345