Home
last modified time | relevance | path

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

12345678910>>...23

/aosp12/system/security/keystore/include/keystore/
H A Dkeystore_return_types.h43 KeyStoreServiceReturnCode(const ErrorCode& errorCode) : errorCode_(int32_t(errorCode)) {} in KeyStoreServiceReturnCode()
45 KeyStoreServiceReturnCode(const ResponseCode& errorCode) : errorCode_(int32_t(errorCode)) {} in KeyStoreServiceReturnCode()
46 KeyStoreServiceReturnCode(const KeyStoreServiceReturnCode& errorCode) in KeyStoreServiceReturnCode()
50 explicit inline KeyStoreServiceReturnCode(const int32_t& errorCode) : errorCode_(errorCode) {} in KeyStoreServiceReturnCode()
120 KeyStoreNativeReturnCode(const ErrorCode& errorCode) : errorCode_(int32_t(errorCode)) {} in KeyStoreNativeReturnCode()
122 KeyStoreNativeReturnCode(const ResponseCode& errorCode) : errorCode_(int32_t(errorCode)) {} in KeyStoreNativeReturnCode()
123 KeyStoreNativeReturnCode(const KeyStoreNativeReturnCode& errorCode) in KeyStoreNativeReturnCode()
125 explicit inline KeyStoreNativeReturnCode(const int32_t& errorCode) : errorCode_(errorCode) {} in KeyStoreNativeReturnCode()
181 const KeyStoreServiceReturnCode& errorCode) in KeyStoreNativeReturnCode()
184 const KeyStoreNativeReturnCode& errorCode) in KeyStoreServiceReturnCode()
/aosp12/packages/services/Car/cpp/computepipe/runner/graph/
H A 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 …]
/aosp12/frameworks/base/core/java/android/os/
H A DServiceSpecificException.java37 public final int errorCode; field in ServiceSpecificException
39 public ServiceSpecificException(int errorCode, @Nullable String message) { in ServiceSpecificException()
44 public ServiceSpecificException(int errorCode) { in ServiceSpecificException()
/aosp12/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
H A DHalException.java34 public final int errorCode; field in HalException
36 public HalException(int errorCode, @NonNull String message) { in HalException()
41 public HalException(int errorCode) { in HalException()
H A DRecoverableException.java38 public final int errorCode; field in RecoverableException
40 public RecoverableException(int errorCode, @NonNull String message) { in RecoverableException()
45 public RecoverableException(int errorCode) { in RecoverableException()
/aosp14/frameworks/base/core/java/android/os/
H A DServiceSpecificException.java37 public final int errorCode; field in ServiceSpecificException
39 public ServiceSpecificException(int errorCode, @Nullable String message) { in ServiceSpecificException()
44 public ServiceSpecificException(int errorCode) { in ServiceSpecificException()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DHalException.java34 public final int errorCode; field in HalException
36 public HalException(int errorCode, @NonNull String message) { in HalException()
41 public HalException(int errorCode) { in HalException()
H A DRecoverableException.java38 public final int errorCode; field in RecoverableException
40 public RecoverableException(int errorCode, @NonNull String message) { in RecoverableException()
45 public RecoverableException(int errorCode) { in RecoverableException()
/aosp12/system/chre/pal/tests/src/
H A Dwifi_pal_impl_test.cc55 void chrePalScanMonitorStatusChangeCallback(bool enabled, uint8_t errorCode) { in chrePalScanMonitorStatusChangeCallback()
61 void chrePalScanResponseCallback(bool pending, uint8_t errorCode) { in chrePalScanResponseCallback()
73 void chrePalRangingEventCallback(uint8_t errorCode, in chrePalRangingEventCallback()
114 uint8_t errorCode) { in scanMonitorStatusChangeCallback()
127 void PalWifiTest::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback()
154 void PalWifiTest::rangingEventCallback(uint8_t errorCode, in rangingEventCallback()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/
H A DPasswordHelper.java93 public List<String> convertErrorCodeToMessages(Context context, int errorCode) { in convertErrorCodeToMessages()
99 int errorCode = NO_ERROR; in validatePassword() local
139 int errorCode = NO_ERROR; in validatePin() local
162 private List<String> convertPasswordErrorCodeToMessages(Context context, int errorCode) { in convertPasswordErrorCodeToMessages()
176 private List<String> convertPinErrorCodeToMessages(Context context, int errorCode) { in convertPinErrorCodeToMessages()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAcquisitionClient.java85 public void onError(int errorCode, int vendorCode) { in onError()
104 protected void onErrorInternal(int errorCode, int vendorCode, boolean finish) { in onErrorInternal()
113 errorCode, vendorCode, getTargetUserId()); in onErrorInternal() local
117 getListener().onError(getSensorId(), getCookie(), errorCode, vendorCode); in onErrorInternal() local
148 final int errorCode = BiometricConstants.BIOMETRIC_ERROR_CANCELED; in cancelWithoutStarting() local
151 getListener().onError(getSensorId(), getCookie(), errorCode, 0 /* vendorCode */); in cancelWithoutStarting() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraInjectionSessionImpl.java155 public void onInjectionError(final int errorCode) { in onInjectionError()
186 private void scheduleNotifyError(final int errorCode) { in scheduleNotifyError()
197 private void notifyError(final int errorCode) { in notifyError()
215 public void onInjectionError(int errorCode) { in onInjectionError()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraInjectionSessionImpl.java155 public void onInjectionError(final int errorCode) { in onInjectionError()
186 private void scheduleNotifyError(final int errorCode) { in scheduleNotifyError()
197 private void notifyError(final int errorCode) { in notifyError()
215 public void onInjectionError(int errorCode) { in onInjectionError()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAcquisitionClient.java84 public void onError(int errorCode, int vendorCode) { in onError()
103 protected void onErrorInternal(int errorCode, int vendorCode, boolean finish) { in onErrorInternal()
111 logOnError(getContext(), errorCode, vendorCode, getTargetUserId()); in onErrorInternal() local
115 getListener().onError(getSensorId(), getCookie(), errorCode, vendorCode); in onErrorInternal() local
146 final int errorCode = BiometricConstants.BIOMETRIC_ERROR_CANCELED; in cancelWithoutStarting() local
149 getListener().onError(getSensorId(), getCookie(), errorCode, 0 /* vendorCode */); in cancelWithoutStarting() local
/aosp12/system/chre/core/
H A Dwifi_request_manager.cc179 uint8_t errorCode) { in handleScanMonitorStateChange()
182 uint8_t errorCode; in handleScanMonitorStateChange() member
200 void WifiRequestManager::handleScanResponse(bool pending, uint8_t errorCode) { in handleScanResponse()
203 uint8_t errorCode; in handleScanResponse() member
222 uint8_t errorCode, struct chreWifiRangingEvent *event) { in handleRangingEvent()
371 uint32_t nanoappInstanceId, bool success, bool enable, uint8_t errorCode, in postScanMonitorAsyncResultEvent()
406 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEvent()
432 uint32_t nanoappInstanceId, bool success, uint8_t errorCode, in postScanRequestAsyncResultEventFatal()
502 uint8_t errorCode) { in handleScanResponseSync()
549 bool WifiRequestManager::postRangingAsyncResult(uint8_t errorCode) { in postRangingAsyncResult()
[all …]
/aosp12/packages/modules/ExtServices/java/tests/src/android/ext/services/displayhash/
H A 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()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordValidationError.java39 public final int errorCode; field in PasswordValidationError
42 public PasswordValidationError(int errorCode) { in PasswordValidationError()
46 public PasswordValidationError(int errorCode, int requirement) { in PasswordValidationError()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordValidationError.java40 public final int errorCode; field in PasswordValidationError
43 public PasswordValidationError(int errorCode) { in PasswordValidationError()
47 public PasswordValidationError(int errorCode, int requirement) { in PasswordValidationError()
/aosp12/frameworks/base/core/java/android/webkit/
H A DLegacyErrorStrings.java36 static String getString(int errorCode, Context context) { in getString()
44 private static int getResource(int errorCode) { in getResource()
/aosp14/frameworks/base/core/java/android/webkit/
H A DLegacyErrorStrings.java36 static String getString(int errorCode, Context context) { in getString()
44 private static int getResource(int errorCode) { in getResource()
/aosp12/system/chre/platform/shared/
H A Dplatform_wifi.cc115 uint8_t errorCode, struct chreWifiRangingEvent *event) { in rangingEventCallback()
121 uint8_t errorCode) { in scanMonitorStatusChangeCallback()
127 void PlatformWifiBase::scanResponseCallback(bool pending, uint8_t errorCode) { in scanResponseCallback()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DSoundTriggerFailure.java84 public SoundTriggerFailure(@SoundTriggerErrorCode int errorCode, @NonNull String errorMessage) { in SoundTriggerFailure()
91 public SoundTriggerFailure(@SoundTriggerErrorCode int errorCode, @NonNull String errorMessage, in SoundTriggerFailure()
139 private static int getSuggestedActionBasedOnErrorCode(@SoundTriggerErrorCode int errorCode) { in getSuggestedActionBasedOnErrorCode()
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A 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()
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
H A DUpdateEngineErrorCodes.java76 public static boolean isUpdateSucceeded(int errorCode) { in isUpdateSucceeded()
83 public static String getCodeName(int errorCode) { in getCodeName()
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/
H A DISatelliteTransmissionUpdateCallback.aidl33 void onSendDatagramStateChanged(in int state, in int sendPendingCount, in int errorCode); in onSendDatagramStateChanged()
42 void onReceiveDatagramStateChanged(in int state, in int receivePendingCount, in int errorCode); in onReceiveDatagramStateChanged()

12345678910>>...23