Home
last modified time | relevance | path

Searched refs:INTERNAL_ERROR (Results 1 – 25 of 56) sorted by relevance

123

/packages/services/Car/cpp/computepipe/runner/client_interface/
DDebuggerImpl.cpp89 return Status::INTERNAL_ERROR; in RecursiveCreateDir()
101 return ToNdkStatus(Status::INTERNAL_ERROR); in setPipeProfileOptions()
116 return ToNdkStatus(Status::INTERNAL_ERROR); in startPipeProfiling()
127 return ToNdkStatus(Status::INTERNAL_ERROR); in stopPipeProfiling()
178 return ToNdkStatus(Status::INTERNAL_ERROR); in releaseDebugger()
240 return Status::INTERNAL_ERROR; in deliverGraphDebugInfo()
244 return Status::INTERNAL_ERROR; in deliverGraphDebugInfo()
DStatusUtil.cpp30 case INTERNAL_ERROR: in ToNdkStatus()
DAidlClientImpl.cpp69 return Status::INTERNAL_ERROR; in ToAidlPacketType()
157 return Status::INTERNAL_ERROR; in DispatchPixelData()
/packages/services/Car/cpp/computepipe/runner/input_manager/
DVideoDecoder.cpp116 return Status::INTERNAL_ERROR; in initializeMediaExtractor()
137 return Status::INTERNAL_ERROR; in initializeMediaDecoder()
145 return Status::INTERNAL_ERROR; in initializeMediaDecoder()
159 return Status::INTERNAL_ERROR; in initializeMediaDecoder()
167 return Status::INTERNAL_ERROR; in initializeMediaDecoder()
DVideoInputManager.cpp53 return Status::INTERNAL_ERROR; in handleExecutionPhase()
92 return Status::INTERNAL_ERROR; in startDecoders()
101 return Status::INTERNAL_ERROR; in startDecoders()
/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/
DFederatedComputeException.java32 public static final int INTERNAL_ERROR = 1; field in FederatedComputeException
36 INTERNAL_ERROR
/packages/modules/RemoteKeyProvisioning/app/tests/e2e/src/com/android/rkpdapp/e2etest/
DKeystoreIntegrationTest.java245 try (FakeRkpServer server = new FakeRkpServer(FakeRkpServer.Response.INTERNAL_ERROR, in testKeyCreationFailsWhenRkpFails() argument
246 FakeRkpServer.Response.INTERNAL_ERROR)) { in testKeyCreationFailsWhenRkpFails()
267 try (FakeRkpServer server = new FakeRkpServer(FakeRkpServer.Response.INTERNAL_ERROR, in testKeyCreationWithFallback() argument
268 FakeRkpServer.Response.INTERNAL_ERROR)) { in testKeyCreationWithFallback()
298 try (FakeRkpServer server = new FakeRkpServer(FakeRkpServer.Response.INTERNAL_ERROR, in testRetryableRkpError() argument
299 FakeRkpServer.Response.INTERNAL_ERROR)) { in testRetryableRkpError()
318 FakeRkpServer.Response.INTERNAL_ERROR)) { in testPeriodicProvisionerProvisioningDisabled() argument
/packages/services/Car/cpp/computepipe/tests/runner/graph/
DEnumConversionTest.cpp31 EXPECT_EQ(static_cast<int>(PrebuiltComputepipeRunner_ErrorCode::INTERNAL_ERROR), in TEST()
32 static_cast<int>(Status::INTERNAL_ERROR)); in TEST()
/packages/services/Car/cpp/vhal/client/test/
DHidlVhalClientTest.cpp231 getVhal()->setStatus(StatusCode::INTERNAL_ERROR); in TEST_F()
268 getVhal()->setStatus(StatusCode::INTERNAL_ERROR); in TEST_F()
432 getVhal()->setStatus(StatusCode::INTERNAL_ERROR); in TEST_F()
482 getVhal()->triggerSetErrorEvent(StatusCode::INTERNAL_ERROR, TEST_PROP_ID, TEST_AREA_ID); in TEST_F()
489 ::aidl::android::hardware::automotive::vehicle::StatusCode::INTERNAL_ERROR); in TEST_F()
505 getVhal()->setStatus(StatusCode::INTERNAL_ERROR); in TEST_F()
523 getVhal()->setStatus(StatusCode::INTERNAL_ERROR); in TEST_F()
DAidlVhalClientTest.cpp483 getVhal()->setStatus(StatusCode::INTERNAL_ERROR); in TEST_F()
509 .status = StatusCode::INTERNAL_ERROR, in TEST_F()
551 .status = StatusCode::INTERNAL_ERROR, in TEST_F()
684 getVhal()->setStatus(StatusCode::INTERNAL_ERROR); in TEST_F()
710 .status = StatusCode::INTERNAL_ERROR, in TEST_F()
743 .status = StatusCode::INTERNAL_ERROR, in TEST_F()
863 getVhal()->setStatus(StatusCode::INTERNAL_ERROR); in TEST_F()
931 getVhal()->setStatus(StatusCode::INTERNAL_ERROR); in TEST_F()
973 .errorCode = StatusCode::INTERNAL_ERROR, in TEST_F()
981 ASSERT_EQ(errors[0].status, StatusCode::INTERNAL_ERROR); in TEST_F()
[all …]
/packages/modules/Uwb/generic_ranging/src/com/android/ranging/generic/ranging/
DPrecisionRanging.java118 StoppedReason.INTERNAL_ERROR,
127 int INTERNAL_ERROR = 0; field
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/util/
DDebugUtilsUnitTest.java38 assertThat(DebugUtils.constantToString(StatusCode.class, StatusCode.INTERNAL_ERROR)) in aidlConstantToString()
80 android.hardware.automotive.vehicle.V2_0.StatusCode.INTERNAL_ERROR)) in hidlConstantToString()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/provisioner/
DProvisioner.java135 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, in fetchCertificates()
153 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, in batchProvision()
158 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, in batchProvision()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/interfaces/
DServerInterface.java184 metrics.setStatus(ProvisioningAttempt.Status.INTERNAL_ERROR); in requestSignedCertificates()
186 RkpdException.ErrorCode.INTERNAL_ERROR, in requestSignedCertificates()
199 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, in requestSignedCertificates()
273 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, "Bad URL", e); in generateFetchGeekUrl()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DX509Utils.java66 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, in formatX509Certs()
73 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, in formatX509Certs()
DCborUtils.java313 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, in buildCertificateRequest()
332 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, "Malformed CBOR", e); in buildCertificateRequest()
382 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, debugName in decodeCbor()
/packages/modules/Bluetooth/system/gd/hci/
Dle_advertising_manager.cc1066 advertiser_id, AdvertisingCallback::AdvertisingStatus::INTERNAL_ERROR); in set_data()
1069 advertiser_id, AdvertisingCallback::AdvertisingStatus::INTERNAL_ERROR); in set_data()
1326 advertiser_id, AdvertisingCallback::AdvertisingStatus::INTERNAL_ERROR); in set_periodic_data()
1665 advertising_status = AdvertisingCallback::AdvertisingStatus::INTERNAL_ERROR; in on_set_extended_advertising_enable_complete()
1708 advertising_status = AdvertisingCallback::AdvertisingStatus::INTERNAL_ERROR; in on_set_extended_advertising_parameters_complete()
1725 advertising_status = AdvertisingCallback::AdvertisingStatus::INTERNAL_ERROR; in on_set_periodic_advertising_enable_complete()
1766 advertising_status = AdvertisingCallback::AdvertisingStatus::INTERNAL_ERROR; in check_status_with_id()
1891 AdvertisingCallback::AdvertisingStatus::INTERNAL_ERROR); in ExtendedCreateAdvertiser()
1911 …(), &impl::start_advertising_fail, reg_id, AdvertisingCallback::AdvertisingStatus::INTERNAL_ERROR); in ExtendedCreateAdvertiser()
1917 …(), &impl::start_advertising_fail, reg_id, AdvertisingCallback::AdvertisingStatus::INTERNAL_ERROR); in ExtendedCreateAdvertiser()
[all …]
/packages/modules/RemoteKeyProvisioning/app/tests/unit/src/com/android/rkpdapp/unittest/
DServerInterfaceTest.java76 try (FakeRkpServer server = new FakeRkpServer(FakeRkpServer.Response.INTERNAL_ERROR, in testRetryOnServerFailure() argument
77 FakeRkpServer.Response.INTERNAL_ERROR)) { in testRetryOnServerFailure()
94 FakeRkpServer.Response.INTERNAL_ERROR)) { in testFetchGeekRkpDisabled() argument
210 assertThat(e.getErrorCode()).isEqualTo(RkpdException.ErrorCode.INTERNAL_ERROR); in testRequestSignedCertCborError()
/packages/services/Car/cpp/computepipe/types/
DStatus.h24 INTERNAL_ERROR, enumerator
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/metrics/
DProvisioningAttempt.java51 INTERNAL_ERROR, enumConstant
318 case INTERNAL_ERROR: in getIntStatus()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/
DRkpdException.java33 INTERNAL_ERROR, enumConstant
/packages/services/Car/cpp/computepipe/runner/include/
Dprebuilt_interface.h30 INTERNAL_ERROR, enumerator
/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp316 return Status::INTERNAL_ERROR; in broadcastStartRun()
336 return Status::INTERNAL_ERROR; in broadcastStartRun()
549 return Status::INTERNAL_ERROR; in populateStreamManagers()
608 return Status::INTERNAL_ERROR; in populateInputManagers()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DTestHttpServer.kt106 newFixedLengthResponse(Response.Status.INTERNAL_ERROR, "text/plain", this.toString()) in <lambda>()
/packages/services/Car/cpp/computepipe/runner/graph/proto/
DGrpcPrebuiltGraphService.proto7 INTERNAL_ERROR = 1; enumerator

123