Home
last modified time | relevance | path

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

123456

/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/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/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/AdServices/sdksandbox/framework/java/android/app/sdksandbox/
DIRemoteSdkCallback.aidl26 void onLoadSdkFailure(int errorCode, String errorMsg); in onLoadSdkFailure()
28 void onSurfacePackageError(int errorCode, String errorMsg); in onSurfacePackageError()
/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/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
DRemoteProvisioningException.java54 public RemoteProvisioningException(@ErrorCode int errorCode, String message) { in RemoteProvisioningException()
64 public RemoteProvisioningException(@ErrorCode int errorCode, String message, Throwable cause) { in RemoteProvisioningException()
/packages/modules/AdServices/sdksandbox/SdkSandbox/aidl/com/android/sdksandbox/
DISdkSandboxToSdkSandboxManagerCallback.aidl35 void onLoadSdkError(int errorCode, in String errorMessage); in onLoadSdkError()
38 void onSurfacePackageError(int errorCode, in String errorMessage); in onSurfacePackageError()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DFinancedDeviceProvisioningController.java76 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
81 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DDeviceOwnerProvisioningController.java87 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
117 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DProfileOwnerProvisioningController.java73 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
78 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DAdminIntegratedFlowPrepareController.java92 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
122 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DAbstractProvisioningController.java104 protected abstract int 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.java109 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
136 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/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient/src/com/android/sdksandboxclient/
DMainActivity.java76 public void onLoadSdkFailure(int errorCode, String errorMessage) { in onLoadSdkFailure()
91 public void onSurfacePackageError(int errorCode, String errorMessage) { in onSurfacePackageError()
/packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient/src/com/android/sdksandboxclienttwo/
DMainActivity.java76 public void onLoadSdkFailure(int errorCode, String errorMessage) { in onLoadSdkFailure()
91 public void onSurfacePackageError(int errorCode, String errorMessage) { in onSurfacePackageError()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/networkconnection/
DEstablishNetworkConnectionController.java90 protected int getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
98 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
/packages/services/Car/car-lib/src/android/car/hardware/property/
DCarPropertyEvent.java108 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in CarPropertyEvent()
123 @CarPropertyManager.CarSetPropertyErrorCode int errorCode) { in createErrorEventWithErrorCode()
/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/testutils/
DFakeRemoteSdkCallback.java50 public void onLoadSdkFailure(int errorCode, String errorMsg) { in onLoadSdkFailure()
58 public void onSurfacePackageError(int errorCode, String errorMsg) { in onSurfacePackageError()
/packages/modules/Connectivity/framework-t/src/android/net/nsd/
DNsdManager.java436 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
452 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
623 public void onStartDiscoveryFailed(String serviceType, int errorCode); in onStartDiscoveryFailed()
625 public void onStopDiscoveryFailed(String serviceType, int errorCode); in onStopDiscoveryFailed()
639 public void onRegistrationFailed(NsdServiceInfo serviceInfo, int errorCode); in onRegistrationFailed()
641 public void onUnregistrationFailed(NsdServiceInfo serviceInfo, int errorCode); in onUnregistrationFailed()
651 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode); in onResolveFailed()
667 final int errorCode = message.arg1; in handleMessage() local
693 getNsdServiceInfoType(ns), errorCode)); in handleMessage() local
708 getNsdServiceInfoType(ns), errorCode)); in handleMessage() local
/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/Bluetooth/system/binder/android/bluetooth/
DIBluetoothOobDataCallback.aidl29 void onError(int errorCode); in onError()
/packages/services/Car/car-lib/src/android/car/
DICarBugreportCallback.aidl29 void onError(int errorCode); in onError()
/packages/apps/Settings/src/com/android/settings/applications/
DAppInfoBase.java178 protected abstract AlertDialog createDialog(int id, int errorCode); in createDialog()
250 int errorCode = getArguments().getInt("moveError"); in onCreateDialog() local
258 public static MyAlertDialogFragment newInstance(int id, int errorCode) { in newInstance()

123456