| /packages/services/Car/cpp/computepipe/runner/graph/ |
| D | LocalPrebuiltGraph.cpp | 70 PrebuiltComputepipeRunner_ErrorCode errorCode = in handleConfigPhase() local 82 PrebuiltComputepipeRunner_ErrorCode errorCode = in handleConfigPhase() local 125 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(reinterpret_cast<void*>(this)); in handleExecutionPhase() local 268 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in GetStatus() local 280 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(nullptr, 0, &errorMessageSize); in GetErrorMessage() local 299 PrebuiltComputepipeRunner_ErrorCode errorCode = in SetInputStreamData() local 316 PrebuiltComputepipeRunner_ErrorCode errorCode = in SetInputStreamPixelData() local 327 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(flushOutputFrames); in StopGraphExecution() local 337 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in StartGraphProfiling() local 343 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in StopGraphProfiling() local [all …]
|
| /packages/modules/ExtServices/java/tests/src/android/ext/services/displayhash/ |
| D | DisplayHashingServiceImplTest.java | 81 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_nullSalt() local 89 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_invalidHashAlgorithm() local 103 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_nullBuffer() local 170 public void onDisplayHashError(int errorCode) { in onDisplayHashError()
|
| /packages/services/Car/car-lib/src/com/android/car/internal/property/ |
| D | GetSetValueResult.java | 45 int errorCode, int vendorErrorCode, long updateTimestampNanos) { in GetSetValueResult() 65 public static GetSetValueResult newErrorResult(int requestId, int errorCode, in newErrorResult() 83 public static GetSetValueResult newErrorSetValueResult(int requestId, int errorCode, in newErrorSetValueResult() 174 int errorCode = in.readInt(); in GetSetValueResult() local
|
| /packages/apps/Messaging/src/com/android/messaging/datamodel/ |
| D | DataModelException.java | 61 public DataModelException(final int errorCode, final Exception innerException, in DataModelException() 81 public DataModelException(final int errorCode) { in DataModelException() 85 public DataModelException(final int errorCode, final Exception innerException) { in DataModelException() 89 public DataModelException(final int errorCode, final String message) { in DataModelException()
|
| /packages/modules/OnDevicePersonalization/framework/java/android/ondevicepersonalization/ |
| D | OnDevicePersonalizationException.java | 27 public OnDevicePersonalizationException(int errorCode) { in OnDevicePersonalizationException() 31 public OnDevicePersonalizationException(int errorCode, String errorMessage) { in OnDevicePersonalizationException()
|
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/errorlogging/ |
| D | AdServicesErrorLogger.java | 29 int errorCode, int ppapiName, @NonNull String className, @NonNull String methodName); in logError() 35 void logErrorWithExceptionInfo(@NonNull Throwable tr, int errorCode, int ppapiName); in logErrorWithExceptionInfo()
|
| D | ErrorLogUtil.java | 25 public static void e(Throwable tr, int errorCode, int ppapiName) { in e() 30 public static void e(int errorCode, int ppapiName, String className, String methodName) { in e()
|
| D | AdServicesErrorLoggerImpl.java | 63 int errorCode, int ppapiName, @NonNull String className, @NonNull String methodName) { in logError() 82 public void logErrorWithExceptionInfo(@NonNull Throwable tr, int errorCode, int ppapiName) { in logErrorWithExceptionInfo()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/ |
| D | BluetoothGattException.java | 26 public BluetoothGattException(String message, int errorCode) { in BluetoothGattException() 32 public BluetoothGattException(String message, int errorCode, Throwable cause) { in BluetoothGattException()
|
| /packages/modules/Wifi/service/java/com/android/server/wifi/ |
| D | AuthenticationFailureEventInfo.java | 31 public final int errorCode; field in AuthenticationFailureEventInfo 34 int reasonCode, int errorCode) { in AuthenticationFailureEventInfo()
|
| /packages/modules/HealthFitness/framework/java/android/health/connect/ |
| D | HealthConnectException.java | 83 public HealthConnectException(@ErrorCode int errorCode, @Nullable String message) { in HealthConnectException() 94 public HealthConnectException(@ErrorCode int errorCode) { in HealthConnectException()
|
| /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/ |
| D | FinancedDeviceProvisioningController.java | 77 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 83 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
| D | ProfileOwnerProvisioningController.java | 73 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 78 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
| D | DeviceOwnerProvisioningController.java | 87 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 122 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
| D | AdminIntegratedFlowPrepareController.java | 92 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 122 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
| D | AbstractProvisioningController.java | 104 protected abstract String getErrorMsgId(AbstractProvisioningTask task, int errorCode); in getErrorMsgId() 105 protected abstract boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode); in getRequireFactoryReset() 172 public synchronized void onError(AbstractProvisioningTask task, int errorCode, in onError()
|
| D | DownloadRoleHolderController.java | 110 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 139 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
| /packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/le/ |
| D | ScanCallback.java | 53 public void onScanFailed(int errorCode) {} in onScanFailed() 75 public void onScanFailed(int errorCode) { in onScanFailed()
|
| /packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/ |
| D | RkpdException.java | 42 public RkpdException(ErrorCode errorCode, String message) { in RkpdException() 52 public RkpdException(ErrorCode errorCode, String message, Throwable cause) { in RkpdException()
|
| /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/networkconnection/ |
| D | EstablishNetworkConnectionController.java | 90 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId() 98 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
|
| /packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/ |
| D | ExampleStoreQueryCallbackImpl.java | 56 public void onStartQueryFailure(int errorCode) { in onStartQueryFailure() 134 public void onIteratorNextFailure(int errorCode) { in onIteratorNextFailure()
|
| /packages/services/Car/car-lib/src/android/car/hardware/property/ |
| D | CarPropertyEvent.java | 110 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in CarPropertyEvent() 126 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in createErrorEventWithErrorCode()
|
| /packages/modules/HealthFitness/service/java/com/android/server/healthconnect/ |
| D | HealthConnectServiceImpl.java | 2165 @HealthConnectException.ErrorCode int errorCode) { in tryAndThrowException() 2178 @HealthConnectException.ErrorCode int errorCode) { in tryAndThrowException() 2191 @HealthConnectException.ErrorCode int errorCode) { in tryAndThrowException() 2204 @HealthConnectException.ErrorCode int errorCode) { in tryAndThrowException() 2217 @HealthConnectException.ErrorCode int errorCode) { in tryAndThrowException() 2230 @HealthConnectException.ErrorCode int errorCode) { in tryAndThrowException() 2243 @HealthConnectException.ErrorCode int errorCode) { in tryAndThrowException() 2256 @HealthConnectException.ErrorCode int errorCode) { in tryAndThrowException() 2269 @HealthConnectException.ErrorCode int errorCode) { in tryAndThrowException() 2282 @HealthConnectException.ErrorCode int errorCode) { in tryAndThrowException() [all …]
|
| /packages/services/AlternativeNetworkAccess/src/com/android/ons/ |
| D | ONSProfileDownloader.java | 105 int errorCode = ((Intent) msg.obj).getIntExtra( in handleMessage() local 140 int errorCode) { in mapDownloaderErrorCode() 197 private String getUnresolvableErrorDescription(int errorCode) { in getUnresolvableErrorDescription()
|
| /packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ |
| D | DiscoveryAdvertiseProvider.java | 32 void onDiscoveryFailed(int errorCode); in onDiscoveryFailed()
|