Home
last modified time | relevance | path

Searched refs:Errors (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/tools/streaming_proto/
DErrors.cpp9 Errors ERRORS;
32 Errors::Errors() in Errors() function in android::stream_proto::Errors
37 Errors::~Errors() in ~Errors()
42 Errors::Add(const string& filename, int lineno, const char* format, ...) in Add()
51 Errors::AddImpl(const string& filename, int lineno, const char* format, va_list args) in AddImpl()
67 Errors::Print() const in Print()
81 Errors::HasErrors() const in HasErrors()
DErrors.h22 class Errors
25 Errors();
26 ~Errors();
42 extern Errors ERRORS;
DAndroid.bp33 "Errors.cpp",
/frameworks/proto_logging/stats/enums/stats/mobiledatadownload/
Denums.proto51 // Errors from unsatisfied download preconditions.
55 // Errors from download preparation.
61 // Errors from file validation.
67 // Errors from download transforms.
72 // Errors from delta download.
82 // Errors from sharing files with the blob storage.
/frameworks/proto_logging/stats/express/catalog/
Dstatsd.cfg3 display_name: "Errors count due to ReportVendorAtom API failures"
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_native_client_buffer.txt56 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)
74 Errors
DEGL_ANDROID_presentation_time.txt65 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)
67 Add a new subsection before Section 3.9.4, page 53 (Posting Errors)
DEGL_ANDROID_image_native_buffer.txt59 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)
DEGL_ANDROID_framebuffer_target.txt61 Changes to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
DEGL_ANDROID_native_fence_sync.txt84 Changes to Chapter 3 of the EGL 1.2 Specification (EGL Functions and Errors)
150 "Errors
213 Errors
DEGL_ANDROID_recordable.txt60 Changes to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
DEGL_ANDROID_blob_cache.txt98 Changes to Chapter 3 of the EGL 1.4 Specification (EGL Functions and Errors)
DEGL_ANDROID_get_frame_timestamps.txt108 Changes to Chapter 3 of the EGL 1.5 Specification (EGL Functions and Errors)
/frameworks/base/core/java/android/hardware/biometrics/
DBiometricConstants.java196 @interface Errors {} annotation
/frameworks/native/libs/binder/trusty/kernel/
Drules.mk38 $(LIBUTILS_BINDER_DIR)/Errors.cpp \
/frameworks/native/libs/binder/trusty/
Drules.mk46 $(LIBUTILS_BINDER_DIR)/Errors.cpp \
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricSensor.java74 private @BiometricConstants.Errors int mError;
DBiometricService.java453 public void onError(int sensorId, int cookie, @BiometricConstants.Errors int error, in createBiometricSensorReceiver()
1228 @BiometricConstants.Errors int error, int vendorCode) {
DAuthSession.java437 boolean onErrorReceived(int sensorId, int cookie, @BiometricConstants.Errors int error, in onErrorReceived()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceDetectClient.java142 public void onError(@BiometricConstants.Errors int error, int vendorCode) { in onError()
DFaceEnrollClient.java241 public void onError(@BiometricConstants.Errors int error, int vendorCode) { in onError()
DFaceAuthenticationClient.java286 public void onError(@BiometricConstants.Errors int error, int vendorCode) { in onError()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DAuthenticationClient.java327 public void onError(@BiometricConstants.Errors int errorCode, int vendorCode) { in onError()
/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.proto86 // Common Errors: 1-1000
146 // SPE Errors: 901 - 1000
/frameworks/layoutlib/bridge/src/android/net/
DConnectivityManager.java724 public interface Errors { interface in ConnectivityManager

12