Home
last modified time | relevance | path

Searched refs:face (Results 1 – 25 of 213) sorted by relevance

123456789

/hardware/interfaces/biometrics/face/aidl/default/
DAndroid.bp12 name: "face-example.rc",
13 srcs: ["face-example.rc"],
17 name: "face-example.xml",
18 srcs: ["face-example.xml"],
22 name: "android.hardware.biometrics.face-service.example",
24 init_rc: [":face-example.rc"],
25 vintf_fragments: [":face-example.xml"],
48 "android.hardware.biometrics.face-V4-ndk",
51 "libandroid.hardware.biometrics.face.VirtualProps",
57 name: "android.hardware.biometrics.face.VirtualProps",
[all …]
Dface.sysprop1 # face.sysprop
3 module: "android.face.virt.FaceHalProperties"
6 # type of face sensor
8 prop_name: "persist.vendor.face.virtual.type"
18 prop_name: "persist.vendor.face.virtual.strength"
28 prop_name: "persist.vendor.face.virtual.enrollments"
37 prop_name: "persist.vendor.face.virtual.features"
47 prop_name: "vendor.face.virtual.enrollment_hit"
61 prop_name: "vendor.face.virtual.next_enrollment"
70 prop_name: "vendor.face.virtual.authenticator_id"
[all …]
DREADME.md6 emulators. Note: The virtual face HAL feature development will be done in
11 The face virtual hal is automatically built in in all debug builds (userdebug<br/>
37 $ adb shell setprop persist.vendor.face.virtual.strength strong
38 $ adb shell setprop persist.vendor.face.virtual.type RGB
46 $ adb shell setprop persist.vendor.face.virtual.enrollments 1
47 $ adb shell cmd face syncadb shell cmd face sync
55 $ adb shell setprop vendor.face.virtual.operation_authenticate_duration 800
56 $ adb shell setprop vendor.face.virtual.enrollment_hit 1`
63 $ adb shell setprop vendor.face.virtual.operation_authenticate_acquired 6,9,1013`
64 …/+/main:hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/AcquiredInfo.aid…
[all …]
/hardware/interfaces/biometrics/face/aidl/default/apex/
DAndroid.bp20 name: "com.android.hardware.biometrics.face.virtual",
30 "android.hardware.biometrics.face-service.example",
34 "face-example-apex.rc",
36 "face-example-apex.xml",
40 "android.hardware.biometrics.face-service.example",
45 name: "face-example-apex.rc",
46 src: ":gen-face-example-apex.rc",
51 name: "gen-face-example-apex.rc",
52 srcs: [":face-example.rc"],
53 out: ["face-example-apex.rc"],
[all …]
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/current/android/hardware/biometrics/face/
DEnrollmentFrame.aidl34 package android.hardware.biometrics.face;
38 @nullable android.hardware.biometrics.face.Cell cell;
39 …android.hardware.biometrics.face.EnrollmentStage stage = android.hardware.biometrics.face.Enrollme…
40 android.hardware.biometrics.face.BaseFrame data;
DISession.aidl34 package android.hardware.biometrics.face;
40 …android.hardware.biometrics.face.EnrollmentStageConfig[] getEnrollmentConfig(in android.hardware.b… in getEnrollmentConfig()
44 …AuthToken hat, in android.hardware.biometrics.face.EnrollmentType type, in android.hardware.biomet… in enroll()
50 ….hardware.keymaster.HardwareAuthToken hat, in android.hardware.biometrics.face.Feature feature, bo… in setFeature()
59 …AuthToken hat, in android.hardware.biometrics.face.EnrollmentType type, in android.hardware.biomet… in enrollWithContext()
62 …mmon.ICancellationSignal enrollWithOptions(in android.hardware.biometrics.face.FaceEnrollOptions o… in enrollWithOptions()
DISessionCallback.aidl34 package android.hardware.biometrics.face;
40 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
41 void onEnrollmentFrame(in android.hardware.biometrics.face.EnrollmentFrame frame); in onEnrollmentFrame()
42 void onError(in android.hardware.biometrics.face.Error error, in int vendorCode); in onError()
51 void onFeaturesRetrieved(in android.hardware.biometrics.face.Feature[] features); in onFeaturesRetrieved()
52 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet()
DEnrollmentStageConfig.aidl34 package android.hardware.biometrics.face;
38 …android.hardware.biometrics.face.EnrollmentStage stage = android.hardware.biometrics.face.Enrollme…
39 List<android.hardware.biometrics.face.Cell> cells;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/3/android/hardware/biometrics/face/
DEnrollmentFrame.aidl34 package android.hardware.biometrics.face;
37 @nullable android.hardware.biometrics.face.Cell cell;
38 …android.hardware.biometrics.face.EnrollmentStage stage = android.hardware.biometrics.face.Enrollme…
39 android.hardware.biometrics.face.BaseFrame data;
DISessionCallback.aidl34 package android.hardware.biometrics.face;
39 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
40 void onEnrollmentFrame(in android.hardware.biometrics.face.EnrollmentFrame frame); in onEnrollmentFrame()
41 void onError(in android.hardware.biometrics.face.Error error, in int vendorCode); in onError()
50 void onFeaturesRetrieved(in android.hardware.biometrics.face.Feature[] features); in onFeaturesRetrieved()
51 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet()
DISession.aidl34 package android.hardware.biometrics.face;
39 …android.hardware.biometrics.face.EnrollmentStageConfig[] getEnrollmentConfig(in android.hardware.b… in getEnrollmentConfig()
40 …AuthToken hat, in android.hardware.biometrics.face.EnrollmentType type, in android.hardware.biomet… in enroll()
46 ….hardware.keymaster.HardwareAuthToken hat, in android.hardware.biometrics.face.Feature feature, bo… in setFeature()
52 …AuthToken hat, in android.hardware.biometrics.face.EnrollmentType type, in android.hardware.biomet… in enrollWithContext()
DEnrollmentStageConfig.aidl34 package android.hardware.biometrics.face;
37 …android.hardware.biometrics.face.EnrollmentStage stage = android.hardware.biometrics.face.Enrollme…
38 List<android.hardware.biometrics.face.Cell> cells;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/4/android/hardware/biometrics/face/
DEnrollmentFrame.aidl34 package android.hardware.biometrics.face;
38 @nullable android.hardware.biometrics.face.Cell cell;
39 …android.hardware.biometrics.face.EnrollmentStage stage = android.hardware.biometrics.face.Enrollme…
40 android.hardware.biometrics.face.BaseFrame data;
DISession.aidl34 package android.hardware.biometrics.face;
40 …android.hardware.biometrics.face.EnrollmentStageConfig[] getEnrollmentConfig(in android.hardware.b… in getEnrollmentConfig()
44 …AuthToken hat, in android.hardware.biometrics.face.EnrollmentType type, in android.hardware.biomet… in enroll()
50 ….hardware.keymaster.HardwareAuthToken hat, in android.hardware.biometrics.face.Feature feature, bo… in setFeature()
59 …AuthToken hat, in android.hardware.biometrics.face.EnrollmentType type, in android.hardware.biomet… in enrollWithContext()
62 …mmon.ICancellationSignal enrollWithOptions(in android.hardware.biometrics.face.FaceEnrollOptions o… in enrollWithOptions()
DISessionCallback.aidl34 package android.hardware.biometrics.face;
40 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
41 void onEnrollmentFrame(in android.hardware.biometrics.face.EnrollmentFrame frame); in onEnrollmentFrame()
42 void onError(in android.hardware.biometrics.face.Error error, in int vendorCode); in onError()
51 void onFeaturesRetrieved(in android.hardware.biometrics.face.Feature[] features); in onFeaturesRetrieved()
52 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet()
DEnrollmentStageConfig.aidl34 package android.hardware.biometrics.face;
38 …android.hardware.biometrics.face.EnrollmentStage stage = android.hardware.biometrics.face.Enrollme…
39 List<android.hardware.biometrics.face.Cell> cells;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/2/android/hardware/biometrics/face/
DEnrollmentFrame.aidl34 package android.hardware.biometrics.face;
37 @nullable android.hardware.biometrics.face.Cell cell;
38 …android.hardware.biometrics.face.EnrollmentStage stage = android.hardware.biometrics.face.Enrollme…
39 android.hardware.biometrics.face.BaseFrame data;
DISessionCallback.aidl34 package android.hardware.biometrics.face;
39 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
40 void onEnrollmentFrame(in android.hardware.biometrics.face.EnrollmentFrame frame); in onEnrollmentFrame()
41 void onError(in android.hardware.biometrics.face.Error error, in int vendorCode); in onError()
50 void onFeaturesRetrieved(in android.hardware.biometrics.face.Feature[] features); in onFeaturesRetrieved()
51 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet()
DISession.aidl34 package android.hardware.biometrics.face;
39 …android.hardware.biometrics.face.EnrollmentStageConfig[] getEnrollmentConfig(in android.hardware.b… in getEnrollmentConfig()
40 …AuthToken hat, in android.hardware.biometrics.face.EnrollmentType type, in android.hardware.biomet… in enroll()
46 ….hardware.keymaster.HardwareAuthToken hat, in android.hardware.biometrics.face.Feature feature, bo… in setFeature()
52 …AuthToken hat, in android.hardware.biometrics.face.EnrollmentType type, in android.hardware.biomet… in enrollWithContext()
DEnrollmentStageConfig.aidl34 package android.hardware.biometrics.face;
37 …android.hardware.biometrics.face.EnrollmentStage stage = android.hardware.biometrics.face.Enrollme…
38 List<android.hardware.biometrics.face.Cell> cells;
/hardware/interfaces/biometrics/face/aidl/aidl_api/android.hardware.biometrics.face/1/android/hardware/biometrics/face/
DEnrollmentFrame.aidl34 package android.hardware.biometrics.face;
37 @nullable android.hardware.biometrics.face.Cell cell;
38 …android.hardware.biometrics.face.EnrollmentStage stage = android.hardware.biometrics.face.Enrollme…
39 android.hardware.biometrics.face.BaseFrame data;
DISessionCallback.aidl34 package android.hardware.biometrics.face;
39 void onAuthenticationFrame(in android.hardware.biometrics.face.AuthenticationFrame frame); in onAuthenticationFrame()
40 void onEnrollmentFrame(in android.hardware.biometrics.face.EnrollmentFrame frame); in onEnrollmentFrame()
41 void onError(in android.hardware.biometrics.face.Error error, in int vendorCode); in onError()
50 void onFeaturesRetrieved(in android.hardware.biometrics.face.Feature[] features); in onFeaturesRetrieved()
51 void onFeatureSet(android.hardware.biometrics.face.Feature feature); in onFeatureSet()
DISession.aidl34 package android.hardware.biometrics.face;
39 …android.hardware.biometrics.face.EnrollmentStageConfig[] getEnrollmentConfig(in android.hardware.b… in getEnrollmentConfig()
40 …AuthToken hat, in android.hardware.biometrics.face.EnrollmentType type, in android.hardware.biomet… in enroll()
46 ….hardware.keymaster.HardwareAuthToken hat, in android.hardware.biometrics.face.Feature feature, bo… in setFeature()
DEnrollmentStageConfig.aidl34 package android.hardware.biometrics.face;
37 …android.hardware.biometrics.face.EnrollmentStage stage = android.hardware.biometrics.face.Enrollme…
38 List<android.hardware.biometrics.face.Cell> cells;
/hardware/interfaces/biometrics/face/aidl/android/hardware/biometrics/face/
DISessionCallback.aidl17 package android.hardware.biometrics.face;
19 import android.hardware.biometrics.face.AcquiredInfo;
20 import android.hardware.biometrics.face.AuthenticationFrame;
21 import android.hardware.biometrics.face.EnrollmentFrame;
22 import android.hardware.biometrics.face.Error;
23 import android.hardware.biometrics.face.Feature;

123456789