/packages/services/Car/cpp/computepipe/runner/client_interface/ |
D | DebuggerImpl.cpp | 89 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()
|
D | StatusUtil.cpp | 30 case INTERNAL_ERROR: in ToNdkStatus()
|
D | AidlClientImpl.cpp | 69 return Status::INTERNAL_ERROR; in ToAidlPacketType() 157 return Status::INTERNAL_ERROR; in DispatchPixelData()
|
/packages/services/Car/cpp/computepipe/runner/input_manager/ |
D | VideoDecoder.cpp | 116 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()
|
D | VideoInputManager.cpp | 53 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/ |
D | FederatedComputeException.java | 32 public static final int INTERNAL_ERROR = 1; field in FederatedComputeException 36 INTERNAL_ERROR
|
/packages/modules/RemoteKeyProvisioning/app/tests/e2e/src/com/android/rkpdapp/e2etest/ |
D | KeystoreIntegrationTest.java | 245 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/ |
D | EnumConversionTest.cpp | 31 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/ |
D | HidlVhalClientTest.cpp | 231 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()
|
D | AidlVhalClientTest.cpp | 483 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/ |
D | PrecisionRanging.java | 118 StoppedReason.INTERNAL_ERROR, 127 int INTERNAL_ERROR = 0; field
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/internal/util/ |
D | DebugUtilsUnitTest.java | 38 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/ |
D | Provisioner.java | 135 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/ |
D | ServerInterface.java | 184 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/ |
D | X509Utils.java | 66 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, in formatX509Certs() 73 throw new RkpdException(RkpdException.ErrorCode.INTERNAL_ERROR, in formatX509Certs()
|
D | CborUtils.java | 313 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/ |
D | le_advertising_manager.cc | 1066 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/ |
D | ServerInterfaceTest.java | 76 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/ |
D | Status.h | 24 INTERNAL_ERROR, enumerator
|
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/metrics/ |
D | ProvisioningAttempt.java | 51 INTERNAL_ERROR, enumConstant 318 case INTERNAL_ERROR: in getIntStatus()
|
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/ |
D | RkpdException.java | 33 INTERNAL_ERROR, enumConstant
|
/packages/services/Car/cpp/computepipe/runner/include/ |
D | prebuilt_interface.h | 30 INTERNAL_ERROR, enumerator
|
/packages/services/Car/cpp/computepipe/runner/engine/ |
D | DefaultEngine.cpp | 316 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/ |
D | TestHttpServer.kt | 106 newFixedLengthResponse(Response.Status.INTERNAL_ERROR, "text/plain", this.toString()) in <lambda>()
|
/packages/services/Car/cpp/computepipe/runner/graph/proto/ |
D | GrpcPrebuiltGraphService.proto | 7 INTERNAL_ERROR = 1; enumerator
|