/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | Keymaster4_1HidlTest.h | 45 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/ |
D | ECODebug.h | 55 #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/ |
D | VehicleHal.h | 39 StatusCode errorCode, int32_t property, int32_t areaId)>; 94 void doHalPropertySetError(StatusCode errorCode, in doHalPropertySetError() argument 97 mOnHalPropertySetError(errorCode, propId, areaId); in doHalPropertySetError()
|
D | VehicleHalManager.h | 84 void onHalPropertySetError(StatusCode errorCode, int32_t property,
|
/hardware/google/av/codec2/hidl/1.0/mts/common/ |
D | media_c2_hidl_test_common.h | 78 uint32_t errorCode) override { in onError() 82 if (errorCode != 0) ALOGE("Error : %u", errorCode); in onError()
|
/hardware/google/av/codec2/faultinjection/ |
D | C2ComponentWrapper.cpp | 75 std::weak_ptr<C2Component> component, uint32_t errorCode) { in onError_nb() argument 76 mListener->onError_nb(component, errorCode); in onError_nb()
|
D | C2ComponentWrapper.h | 55 void onError_nb(std::weak_ptr<C2Component> component, uint32_t errorCode) override;
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponentListener.hal | 39 * @param errorCode Additional error code. The framework may not recognize 42 oneway onError(Status status, uint32_t errorCode);
|
/hardware/google/av/media/codecs/cmds/ |
D | codec2.cpp | 83 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/ |
D | IWifiChipEventCallback.hal | 85 * 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/ |
D | IVehicleCallback.hal | 51 * @param errorCode - any value from StatusCode enum. 56 oneway onPropertySetError(StatusCode errorCode,
|
/hardware/interfaces/media/c2/1.0/ |
D | IComponentListener.hal | 47 * @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/ |
D | nan_rsp.cpp | 185 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/ |
D | ISupplicantStaIfaceCallback.hal | 43 oneway onEapFailure_1_1(EapErrorCode errorCode);
|
/hardware/google/pixel/pixelstats/ |
D | SysfsCollector.cpp | 126 .errorCode = HardwareFailed::HardwareErrorCode::COMPLETE}; in logCodecFailed() 150 .errorCode = HardwareFailed::HardwareErrorCode::COMPLETE}; in logCodec1Failed()
|
D | UeventListener.cpp | 74 .errorCode = isbroken ? HardwareFailed::HardwareErrorCode::COMPLETE in ReportMicBrokenOrDegraded()
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleHalManager.cpp | 215 void VehicleHalManager::onHalPropertySetError(StatusCode errorCode, in onHalPropertySetError() argument 222 client->getCallback()->onPropertySetError(errorCode, property, areaId); in onHalPropertySetError()
|
/hardware/interfaces/wifi/1.2/vts/functional/ |
D | wifi_chip_hidl_test.cpp | 93 Return<void> onDebugErrorAlert(int32_t errorCode __unused, in onDebugErrorAlert()
|
/hardware/interfaces/camera/device/3.2/default/ |
D | convert.cpp | 123 dst->msg.error.errorCode = (ErrorCode) src->message.error.error_code; in convertToHidl()
|
/hardware/google/av/codec2/include/ |
D | C2Component.h | 344 uint32_t errorCode) = 0;
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 558 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/ |
D | client.h | 267 uint32_t errorCode) = 0;
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 381 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/ |
D | Component.cpp | 330 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/ |
D | radio_hidl_hal_sms.cpp | 43 EXPECT_EQ(0, radioRsp->sendSmsResult.errorCode); in TEST_P()
|