Home
last modified time | relevance | path

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

12345678910

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
DSysUiFaceAuthenticateOptions.kt19 import android.hardware.face.FaceAuthenticateOptions
20 import android.hardware.face.FaceAuthenticateOptions.AUTHENTICATE_REASON_ALTERNATE_BIOMETRIC_BOUNCE…
21 import android.hardware.face.FaceAuthenticateOptions.AUTHENTICATE_REASON_ASSISTANT_VISIBLE
22 import android.hardware.face.FaceAuthenticateOptions.AUTHENTICATE_REASON_NOTIFICATION_PANEL_CLICKED
23 import android.hardware.face.FaceAuthenticateOptions.AUTHENTICATE_REASON_OCCLUDING_APP_REQUESTED
24 import android.hardware.face.FaceAuthenticateOptions.AUTHENTICATE_REASON_PICK_UP_GESTURE_TRIGGERED
25 import android.hardware.face.FaceAuthenticateOptions.AUTHENTICATE_REASON_PRIMARY_BOUNCER_SHOWN
26 import android.hardware.face.FaceAuthenticateOptions.AUTHENTICATE_REASON_STARTED_WAKING_UP
27 import android.hardware.face.FaceAuthenticateOptions.AUTHENTICATE_REASON_SWIPE_UP_ON_BOUNCER
28 import android.hardware.face.FaceAuthenticateOptions.AUTHENTICATE_REASON_UDFPS_POINTER_DOWN
[all …]
/frameworks/base/core/java/android/hardware/face/
DIFaceServiceReceiver.aidl16 package android.hardware.face;
18 import android.hardware.face.Face;
19 import android.hardware.face.FaceAuthenticationFrame;
20 import android.hardware.face.FaceEnrollFrame;
27 void onEnrollResult(in Face face, int remaining); in onEnrollResult() argument
29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded() argument
33 void onRemoved(in Face face, int remaining); in onRemoved() argument
DFaceCallback.java17 package android.hardware.face;
23 import static android.hardware.face.FaceManager.getAuthHelpMessage;
24 import static android.hardware.face.FaceManager.getEnrollHelpMessage;
25 import static android.hardware.face.FaceManager.getErrorString;
29 import android.hardware.face.FaceManager.AuthenticationCallback;
30 import android.hardware.face.FaceManager.EnrollmentCallback;
31 import android.hardware.face.FaceManager.FaceDetectionCallback;
32 import android.hardware.face.FaceManager.GenerateChallengeCallback;
33 import android.hardware.face.FaceManager.GetFeatureCallback;
34 import android.hardware.face.FaceManager.RemovalCallback;
[all …]
DFaceServiceReceiver.java17 package android.hardware.face;
27 public void onEnrollResult(Face face, int remaining) throws RemoteException { in onEnrollResult() argument
37 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded() argument
59 public void onRemoved(Face face, int remaining) throws RemoteException { in onRemoved() argument
DIFaceService.aidl16 package android.hardware.face;
25 import android.hardware.face.IFaceAuthenticatorsRegisteredCallback;
26 import android.hardware.face.IFaceServiceReceiver;
27 import android.hardware.face.Face;
28 import android.hardware.face.FaceAuthenticateOptions;
29 import android.hardware.face.FaceEnrollOptions;
30 import android.hardware.face.FaceSensorPropertiesInternal;
31 import android.hardware.face.FaceSensorConfigurations;
DFaceEnrollFrame.java17 package android.hardware.face;
21 import android.hardware.face.FaceEnrollStages.FaceEnrollStage;
76 …mCell = source.readParcelable(FaceEnrollCell.class.getClassLoader(), android.hardware.face.FaceEnr… in FaceEnrollFrame()
78 …mData = source.readParcelable(FaceDataFrame.class.getClassLoader(), android.hardware.face.FaceData… in FaceEnrollFrame()
DFaceSensorConfigurations.java17 package android.hardware.face;
23 import android.hardware.biometrics.face.IFace;
24 import android.hardware.biometrics.face.SensorProps;
177 IFace face = IFace.Stub.asInterface(Binder.allowBlocking( in getSensorPropForInstance() local
180 if (face != null) { in getSensorPropForInstance()
181 props = face.getSensorProps(); in getSensorPropForInstance()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DAidlConversionUtils.java17 package com.android.server.biometrics.sensors.face.aidl;
22 import android.hardware.biometrics.face.AcquiredInfo;
23 import android.hardware.biometrics.face.AuthenticationFrame;
24 import android.hardware.biometrics.face.BaseFrame;
25 import android.hardware.biometrics.face.Cell;
26 import android.hardware.biometrics.face.EnrollmentFrame;
27 import android.hardware.biometrics.face.EnrollmentStage;
28 import android.hardware.biometrics.face.Error;
29 import android.hardware.biometrics.face.Feature;
30 import android.hardware.face.FaceAuthenticationFrame;
[all …]
DAidlResponseHandler.java17 package com.android.server.biometrics.sensors.face.aidl;
22 import android.hardware.biometrics.face.AuthenticationFrame;
23 import android.hardware.biometrics.face.EnrollmentFrame;
24 import android.hardware.biometrics.face.Error;
25 import android.hardware.biometrics.face.ISessionCallback;
26 import android.hardware.face.Face;
43 import com.android.server.biometrics.sensors.face.FaceUtils;
172 final Face face = new Face(name, enrollmentId, mSensorId); in onEnrollmentProgress() local
175 c.onEnrollResult(face, remaining); in onEnrollmentProgress()
184 final Face face = new Face("" /* name */, enrollmentId, mSensorId); in onAuthenticationSucceeded() local
[all …]
DBiometricTestSessionImpl.java17 package com.android.server.biometrics.sensors.face.aidl;
23 import android.hardware.biometrics.face.AuthenticationFrame;
24 import android.hardware.biometrics.face.BaseFrame;
25 import android.hardware.biometrics.face.EnrollmentFrame;
26 import android.hardware.face.Face;
27 import android.hardware.face.FaceAuthenticationFrame;
28 import android.hardware.face.FaceEnrollFrame;
29 import android.hardware.face.FaceEnrollOptions;
30 import android.hardware.face.IFaceServiceReceiver;
39 import com.android.server.biometrics.sensors.face.FaceUtils;
[all …]
DTestHal.java17 package com.android.server.biometrics.sensors.face.aidl;
21 import android.hardware.biometrics.face.EnrollmentStageConfig;
22 import android.hardware.biometrics.face.Error;
23 import android.hardware.biometrics.face.FaceEnrollOptions;
24 import android.hardware.biometrics.face.IFace;
25 import android.hardware.biometrics.face.ISession;
26 import android.hardware.biometrics.face.ISessionCallback;
27 import android.hardware.biometrics.face.SensorProps;
DAidlSession.java17 package com.android.server.biometrics.sensors.face.aidl;
21 import android.hardware.biometrics.face.ISession;
22 import android.hardware.biometrics.face.V1_0.IBiometricsFace;
24 import com.android.server.biometrics.sensors.face.hidl.HidlToAidlSessionAdapter;
DFaceEnrollClient.java17 package com.android.server.biometrics.sensors.face.aidl;
21 import static android.hardware.face.FaceManager.getEnrollHelpMessage;
22 import static android.hardware.face.FaceManager.getErrorString;
35 import android.hardware.biometrics.face.EnrollmentType;
36 import android.hardware.biometrics.face.FaceEnrollOptions;
37 import android.hardware.biometrics.face.Feature;
38 import android.hardware.biometrics.face.IFace;
40 import android.hardware.face.Face;
41 import android.hardware.face.FaceEnrollFrame;
62 import com.android.server.biometrics.sensors.face.FaceService;
[all …]
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DTestHal.java17 package com.android.server.biometrics.sensors.face.hidl;
22 import android.hardware.biometrics.face.V1_0.FaceError;
23 import android.hardware.biometrics.face.V1_0.IBiometricsFace;
24 import android.hardware.biometrics.face.V1_0.IBiometricsFaceClientCallback;
25 import android.hardware.biometrics.face.V1_0.OptionalBool;
26 import android.hardware.biometrics.face.V1_0.OptionalUint64;
27 import android.hardware.biometrics.face.V1_0.Status;
28 import android.hardware.face.Face;
32 import com.android.server.biometrics.sensors.face.FaceUtils;
136 for (Face face : faces) { in remove()
[all …]
DHidlToAidlSensorAdapter.java17 package com.android.server.biometrics.sensors.face.hidl;
23 import android.hardware.biometrics.face.ISession;
24 import android.hardware.biometrics.face.SensorProps;
25 import android.hardware.biometrics.face.V1_0.IBiometricsFace;
41 import com.android.server.biometrics.sensors.face.FaceUtils;
42 import com.android.server.biometrics.sensors.face.LockoutHalImpl;
43 import com.android.server.biometrics.sensors.face.aidl.AidlResponseHandler;
44 import com.android.server.biometrics.sensors.face.aidl.AidlSession;
45 import com.android.server.biometrics.sensors.face.aidl.FaceProvider;
46 import com.android.server.biometrics.sensors.face.aidl.Sensor;
DHidlToAidlSessionAdapter.java17 package com.android.server.biometrics.sensors.face.hidl;
25 import android.hardware.biometrics.face.EnrollmentStageConfig;
26 import android.hardware.biometrics.face.FaceEnrollOptions;
27 import android.hardware.biometrics.face.ISession;
28 import android.hardware.biometrics.face.V1_0.IBiometricsFace;
29 import android.hardware.biometrics.face.V1_0.OptionalBool;
30 import android.hardware.biometrics.face.V1_0.Status;
32 import android.hardware.face.Face;
33 import android.hardware.face.FaceManager;
41 import com.android.server.biometrics.sensors.face.aidl.AidlConversionUtils;
[all …]
/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp224 camera_face_t face; in processFaceDetect() local
226 face.rect[0] = l.mParameters.arrayXToNormalizedWithCrop( in processFaceDetect()
228 face.rect[1] = l.mParameters.arrayYToNormalizedWithCrop( in processFaceDetect()
230 face.rect[2] = l.mParameters.arrayXToNormalizedWithCrop( in processFaceDetect()
232 face.rect[3] = l.mParameters.arrayYToNormalizedWithCrop( in processFaceDetect()
234 face.score = faceScores[i]; in processFaceDetect()
236 face.id = faceIds[i]; in processFaceDetect()
237 face.left_eye[0] = l.mParameters.arrayXToNormalizedWithCrop( in processFaceDetect()
239 face.left_eye[1] = l.mParameters.arrayYToNormalizedWithCrop( in processFaceDetect()
241 face.right_eye[0] = l.mParameters.arrayXToNormalizedWithCrop( in processFaceDetect()
[all …]
/frameworks/base/location/java/com/android/internal/location/altitude/
DS2CellIdUtils.java74 public static long fromFij(int face, int i, int j) { in fromFij() argument
75 int bits = (face & SWAP_MASK); in fromFij()
77 long msb = ((long) face) << (POS_BITS - 33); in fromFij()
123 int face = getFace(s2CellId); in getEdgeNeighbors() local
139 neighbors[index++] = getParent(fromFijSame(face, i, jMinusSize, jMinusSizeGteZero), in getEdgeNeighbors()
142 neighbors[index++] = getParent(fromFijSame(face, iPlusSize, j, iPlusSizeLtMax), level); in getEdgeNeighbors()
144 neighbors[index++] = getParent(fromFijSame(face, i, jPlusSize, jPlusSizeLtMax), level); in getEdgeNeighbors()
146 neighbors[index++] = getParent(fromFijSame(face, iMinusSize, j, iMinusSizeGteZero), in getEdgeNeighbors()
236 int face = xyzToFace(x, y, z); in fromXyz() local
237 UvTransform uvTransform = UV_TRANSFORMS[face]; in fromXyz()
[all …]
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/
DHidlToAidlSensorAdapterTest.java17 package com.android.server.biometrics.sensors.face.hidl;
19 import static com.android.server.biometrics.sensors.face.hidl.HidlToAidlSessionAdapter.ENROLL_TIMEO…
33 import android.hardware.biometrics.face.V1_0.IBiometricsFace;
34 import android.hardware.biometrics.face.V1_0.OptionalUint64;
35 import android.hardware.biometrics.face.V1_0.Status;
36 import android.hardware.face.Face;
37 import android.hardware.face.FaceEnrollOptions;
38 import android.hardware.face.HidlFaceSensorConfig;
53 import com.android.server.biometrics.sensors.face.aidl.AidlResponseHandler;
54 import com.android.server.biometrics.sensors.face.aidl.FaceEnrollClient;
[all …]
DHidlToAidlSessionAdapterTest.java17 package com.android.server.biometrics.sensors.face.hidl;
19 import static com.android.server.biometrics.sensors.face.hidl.HidlToAidlSessionAdapter.ENROLL_TIMEO…
20 import static com.android.server.biometrics.sensors.face.hidl.HidlToAidlSessionAdapter.CHALLENGE_TI…
36 import android.hardware.biometrics.face.EnrollmentType;
37 import android.hardware.biometrics.face.Feature;
38 import android.hardware.biometrics.face.V1_0.IBiometricsFace;
39 import android.hardware.biometrics.face.V1_0.OptionalBool;
40 import android.hardware.biometrics.face.V1_0.OptionalUint64;
41 import android.hardware.biometrics.face.V1_0.Status;
42 import android.hardware.face.Face;
[all …]
/frameworks/proto_logging/stats/atoms/wearservices/
Dwearservices_extension_atoms.proto211 * Logged for each watch face affected by the complication restrictions during
215 // Watch face package uid.
218 // Watch face component class name.
222 // A single watch face may have multiple restricted complications and each entry in this field
227 // restricted complication on the watch face.
235 // Indicates whether this watch face is the currently active watch face.
240 * Snapshot of a favorite watch face with all of its complications.
243 // Active watch face package uid.
246 // Active watch face class name. This will be
250 // An ID number generated on a watch to uniquely identify watch face instances.
[all …]
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DServiceProvider.java17 package com.android.server.biometrics.sensors.face;
24 import android.hardware.face.Face;
25 import android.hardware.face.FaceAuthenticateOptions;
26 import android.hardware.face.FaceEnrollOptions;
27 import android.hardware.face.FaceManager;
28 import android.hardware.face.FaceSensorPropertiesInternal;
29 import android.hardware.face.IFaceServiceReceiver;
DFaceServiceRegistry.java17 package com.android.server.biometrics.sensors.face;
25 import android.hardware.face.FaceSensorPropertiesInternal;
26 import android.hardware.face.IFaceAuthenticatorsRegisteredCallback;
27 import android.hardware.face.IFaceService;
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DTypefaceCreatePerfTest.java62 Typeface face = Typeface.create(Typeface.SANS_SERIF, Typeface.NORMAL); in testCreate_fromFamily() local
71 Typeface face = Typeface.create("monospace", Typeface.NORMAL); in testCreate_fromFamilyName() local
82 Typeface face = createFromNonAsset(am, TEST_FONT_NAME); in testCreate_fromAsset() local
132 Typeface face = Typeface.createFromFile(outFile); in testCreate_fromFile() local
144 Typeface face = r.getFont(R.font.samplefont); in testCreate_fromResources() local
156 Typeface face = Typeface.createFromTypefaceWithVariation(Typeface.SANS_SERIF, axes); in testCreate_fromTypefaceWithVariation() local
158 assumeNotNull(face); in testCreate_fromTypefaceWithVariation()
/frameworks/av/services/camera/libcameraservice/tests/
DRotateAndCropMapperTest.cpp112 auto face = std::vector<int32_t> {300,300,500,500}; in TEST()
114 face.data(), face.size()); in TEST()
128 EXPECT_THAT(face, ElementsAreArray(e.data.i32, e.count)); in TEST()
175 auto face = std::vector<int32_t> { in TEST()
179 face.data(), face.size()); in TEST()
267 auto face = std::vector<int32_t> { in TEST()
271 face.data(), face.size()); in TEST()
353 auto face = std::vector<int32_t> { in TEST()
358 face.data(), face.size()); in TEST()

12345678910