Home
last modified time | relevance | path

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

12

/hardware/interfaces/keymaster/4.1/vts/functional/
DKeymaster4_1HidlTest.h45 ErrorCode errorCode = convert( in GenerateKeyData() local
47 return {errorCode, keyData}; in GenerateKeyData()
56 ErrorCode errorCode; in CreateTestKeys() local
60 std::tie(errorCode, aesKeyData) = in CreateTestKeys()
67 EXPECT_EQ(expectedReturn, errorCode); in CreateTestKeys()
71 std::tie(errorCode, hmacKeyData) = in CreateTestKeys()
78 EXPECT_EQ(expectedReturn, errorCode); in CreateTestKeys()
82 std::tie(errorCode, rsaKeyData) = in CreateTestKeys()
89 EXPECT_EQ(expectedReturn, errorCode); in CreateTestKeys()
93 std::tie(errorCode, ecdsaKeyData) = in CreateTestKeys()
[all …]
/hardware/google/av/media/eco/include/eco/
DECODebug.h55 #define STATUS_ERROR(errorCode, errorString) \ argument
57 errorCode, String8::format("%s:%d: %s", __FUNCTION__, __LINE__, errorString))
59 #define STATUS_ERROR_FMT(errorCode, errorString, ...) \ argument
61 errorCode, \
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h39 StatusCode errorCode, int32_t property, int32_t areaId)>;
94 void doHalPropertySetError(StatusCode errorCode, in doHalPropertySetError() argument
97 mOnHalPropertySetError(errorCode, propId, areaId); in doHalPropertySetError()
DVehicleHalManager.h84 void onHalPropertySetError(StatusCode errorCode, int32_t property,
/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.h78 uint32_t errorCode) override { in onError()
82 if (errorCode != 0) ALOGE("Error : %u", errorCode); in onError()
/hardware/google/av/codec2/faultinjection/
DC2ComponentWrapper.cpp75 std::weak_ptr<C2Component> component, uint32_t errorCode) { in onError_nb() argument
76 mListener->onError_nb(component, errorCode); in onError_nb()
DC2ComponentWrapper.h55 void onError_nb(std::weak_ptr<C2Component> component, uint32_t errorCode) override;
/hardware/google/interfaces/media/c2/1.0/
DIComponentListener.hal39 * @param errorCode Additional error code. The framework may not recognize
42 oneway onError(Status status, uint32_t errorCode);
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp83 void onError(std::weak_ptr<C2Component> component, uint32_t errorCode);
129 uint32_t errorCode) override { in onError_nb() argument
130 mThis->onError(component, errorCode); in onError_nb()
192 void SimplePlayer::onError(std::weak_ptr<C2Component> component, uint32_t errorCode) { in onError() argument
194 (void) errorCode; in onError()
/hardware/interfaces/wifi/1.0/
DIWifiChipEventCallback.hal85 * Client must not attempt to parse either the errorCode or debugData.
88 * @param errorCode Vendor defined error code.
91 oneway onDebugErrorAlert(int32_t errorCode, vec<uint8_t> debugData);
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicleCallback.hal51 * @param errorCode - any value from StatusCode enum.
56 oneway onPropertySetError(StatusCode errorCode,
/hardware/interfaces/media/c2/1.0/
DIComponentListener.hal47 * @p errorCode.
48 * @param errorCode Additional error information. The framework may not
51 oneway onError(Status status, uint32_t errorCode);
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_rsp.cpp185 struct errorCode { struct
191 struct errorCode errorCodeTranslation[] = { argument
355 for (i = 0; i < (int)(sizeof(errorCodeTranslation)/ sizeof(errorCode)); i++) { in NanErrorTranslation()
371 if (i == (int)(sizeof(errorCodeTranslation)/sizeof(errorCode))) { in NanErrorTranslation()
384 for (i = 0; i < (int)(sizeof(errorCodeTranslation)/ sizeof(errorCode)); i++) { in NanErrorTranslation()
391 if (i == (int)(sizeof(errorCodeTranslation)/sizeof(errorCode))) { in NanErrorTranslation()
399 for (i = 0; i < (int)(sizeof(errorCodeTranslation)/ sizeof(errorCode)); i++) { in NanErrorTranslation()
406 if (i == (int)(sizeof(errorCodeTranslation)/sizeof(errorCode))) { in NanErrorTranslation()
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaIfaceCallback.hal43 oneway onEapFailure_1_1(EapErrorCode errorCode);
/hardware/google/pixel/pixelstats/
DSysfsCollector.cpp126 .errorCode = HardwareFailed::HardwareErrorCode::COMPLETE}; in logCodecFailed()
150 .errorCode = HardwareFailed::HardwareErrorCode::COMPLETE}; in logCodec1Failed()
DUeventListener.cpp74 .errorCode = isbroken ? HardwareFailed::HardwareErrorCode::COMPLETE in ReportMicBrokenOrDegraded()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp215 void VehicleHalManager::onHalPropertySetError(StatusCode errorCode, in onHalPropertySetError() argument
222 client->getCallback()->onPropertySetError(errorCode, property, areaId); in onHalPropertySetError()
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_chip_hidl_test.cpp93 Return<void> onDebugErrorAlert(int32_t errorCode __unused, in onDebugErrorAlert()
/hardware/interfaces/camera/device/3.2/default/
Dconvert.cpp123 dst->msg.error.errorCode = (ErrorCode) src->message.error.error_code; in convertToHidl()
/hardware/google/av/codec2/include/
DC2Component.h344 uint32_t errorCode) = 0;
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp558 IA_ERRORCODE errorCode = IA_NO_ERROR; in process() local
561 errorCode = decodeXAACStream(inBuffer, inBufferLength, in process()
576 if ((IA_NO_ERROR != errorCode) && (0 == mNumOutBytes) && mIsCodecInitialized) in process()
591 if (IA_NO_ERROR != errorCode) { in process()
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h267 uint32_t errorCode) = 0;
/hardware/google/av/codec2/hidl/client/
Dclient.cpp381 virtual Return<void> onError(Status s, uint32_t errorCode) override { in onError()
384 static_cast<unsigned>(errorCode)); in onError()
387 errorCode : static_cast<c2_status_t>(s)); in onError()
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp330 uint32_t errorCode) override { in onError_nb()
334 Return<void> transStatus = listener->onError(Status::OK, errorCode); in onError_nb()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_sms.cpp43 EXPECT_EQ(0, radioRsp->sendSmsResult.errorCode); in TEST_P()

12