Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 25 of 213) sorted by relevance

123456789

/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp70 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/
DDisplayHashingServiceImplTest.java81 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/
DGetSetValueResult.java45 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/
DDataModelException.java61 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/
DOnDevicePersonalizationException.java27 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/
DAdServicesErrorLogger.java29 int errorCode, int ppapiName, @NonNull String className, @NonNull String methodName); in logError()
35 void logErrorWithExceptionInfo(@NonNull Throwable tr, int errorCode, int ppapiName); in logErrorWithExceptionInfo()
DErrorLogUtil.java25 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()
DAdServicesErrorLoggerImpl.java63 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/
DBluetoothGattException.java26 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/
DAuthenticationFailureEventInfo.java31 public final int errorCode; field in AuthenticationFailureEventInfo
34 int reasonCode, int errorCode) { in AuthenticationFailureEventInfo()
/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectException.java83 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/
DFinancedDeviceProvisioningController.java77 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
83 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DProfileOwnerProvisioningController.java73 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
78 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DDeviceOwnerProvisioningController.java87 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
122 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DAdminIntegratedFlowPrepareController.java92 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
122 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DAbstractProvisioningController.java104 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()
DDownloadRoleHolderController.java110 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/
DScanCallback.java53 public void onScanFailed(int errorCode) {} in onScanFailed()
75 public void onScanFailed(int errorCode) { in onScanFailed()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/
DRkpdException.java42 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/
DEstablishNetworkConnectionController.java90 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/
DExampleStoreQueryCallbackImpl.java56 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/
DCarPropertyEvent.java110 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in CarPropertyEvent()
126 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in createErrorEventWithErrorCode()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/
DHealthConnectServiceImpl.java2165 @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/
DONSProfileDownloader.java105 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/
DDiscoveryAdvertiseProvider.java32 void onDiscoveryFailed(int errorCode); in onDiscoveryFailed()

123456789