/frameworks/base/core/java/android/hardware/face/ |
D | IFaceServiceReceiver.aidl | 16 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
|
D | FaceServiceReceiver.java | 17 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
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
D | AidlConversionUtils.java | 17 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 …]
|
D | BiometricTestSessionImpl.java | 17 package com.android.server.biometrics.sensors.face.aidl; 25 import android.hardware.biometrics.face.AuthenticationFrame; 26 import android.hardware.biometrics.face.BaseFrame; 27 import android.hardware.face.Face; 28 import android.hardware.face.FaceAuthenticationFrame; 29 import android.hardware.face.FaceEnrollFrame; 30 import android.hardware.face.IFaceServiceReceiver; 38 import com.android.server.biometrics.sensors.face.FaceUtils; 68 public void onEnrollResult(Face face, int remaining) { 78 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) { [all …]
|
D | TestHal.java | 17 package com.android.server.biometrics.sensors.face.aidl; 20 import android.hardware.biometrics.face.EnrollmentStageConfig; 21 import android.hardware.biometrics.face.Error; 22 import android.hardware.biometrics.face.IFace; 23 import android.hardware.biometrics.face.ISession; 24 import android.hardware.biometrics.face.ISessionCallback; 25 import android.hardware.biometrics.face.SensorProps;
|
D | Sensor.java | 17 package com.android.server.biometrics.sensors.face.aidl; 26 import android.hardware.biometrics.face.AuthenticationFrame; 27 import android.hardware.biometrics.face.EnrollmentFrame; 28 import android.hardware.biometrics.face.Error; 29 import android.hardware.biometrics.face.IFace; 30 import android.hardware.biometrics.face.ISession; 31 import android.hardware.biometrics.face.ISessionCallback; 32 import android.hardware.face.Face; 33 import android.hardware.face.FaceManager; 34 import android.hardware.face.FaceSensorPropertiesInternal; [all …]
|
D | FaceEnrollClient.java | 17 package com.android.server.biometrics.sensors.face.aidl; 25 import android.hardware.biometrics.face.EnrollmentType; 26 import android.hardware.biometrics.face.Feature; 27 import android.hardware.biometrics.face.IFace; 28 import android.hardware.biometrics.face.ISession; 30 import android.hardware.face.Face; 31 import android.hardware.face.FaceEnrollFrame; 32 import android.hardware.face.FaceManager; 46 import com.android.server.biometrics.sensors.face.FaceService; 47 import com.android.server.biometrics.sensors.face.FaceUtils;
|
D | FaceInternalEnumerateClient.java | 17 package com.android.server.biometrics.sensors.face.aidl; 22 import android.hardware.biometrics.face.IFace; 23 import android.hardware.biometrics.face.ISession; 24 import android.hardware.face.Face;
|
D | FaceStartUserClient.java | 17 package com.android.server.biometrics.sensors.face.aidl; 22 import android.hardware.biometrics.face.IFace; 23 import android.hardware.biometrics.face.ISession; 24 import android.hardware.biometrics.face.ISessionCallback;
|
D | FaceRemovalClient.java | 17 package com.android.server.biometrics.sensors.face.aidl; 22 import android.hardware.biometrics.face.IFace; 23 import android.hardware.biometrics.face.ISession; 24 import android.hardware.face.Face;
|
D | FaceInvalidationClient.java | 17 package com.android.server.biometrics.sensors.face.aidl; 22 import android.hardware.biometrics.face.ISession; 23 import android.hardware.face.Face;
|
D | FaceInternalCleanupClient.java | 17 package com.android.server.biometrics.sensors.face.aidl; 22 import android.hardware.biometrics.face.IFace; 23 import android.hardware.biometrics.face.ISession; 24 import android.hardware.face.Face;
|
D | FaceRevokeChallengeClient.java | 17 package com.android.server.biometrics.sensors.face.aidl; 21 import android.hardware.biometrics.face.IFace; 22 import android.hardware.biometrics.face.ISession;
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
D | TestHal.java | 17 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 …]
|
D | BiometricTestSessionImpl.java | 17 package com.android.server.biometrics.sensors.face.hidl; 25 import android.hardware.face.Face; 26 import android.hardware.face.FaceAuthenticationFrame; 27 import android.hardware.face.FaceEnrollFrame; 28 import android.hardware.face.IFaceServiceReceiver; 35 import com.android.server.biometrics.sensors.face.FaceUtils; 57 public void onEnrollResult(Face face, int remaining) { 67 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) { 87 public void onRemoved(Face face, int remaining) {
|
D | FaceGetFeatureClient.java | 17 package com.android.server.biometrics.sensors.face.hidl; 23 import android.hardware.biometrics.face.V1_0.IBiometricsFace; 24 import android.hardware.biometrics.face.V1_0.OptionalBool; 25 import android.hardware.biometrics.face.V1_0.Status;
|
D | FaceEnrollClient.java | 17 package com.android.server.biometrics.sensors.face.hidl; 24 import android.hardware.biometrics.face.V1_0.IBiometricsFace; 25 import android.hardware.biometrics.face.V1_0.Status; 26 import android.hardware.face.Face; 27 import android.hardware.face.FaceManager;
|
D | FaceInternalEnumerateClient.java | 17 package com.android.server.biometrics.sensors.face.hidl; 22 import android.hardware.biometrics.face.V1_0.IBiometricsFace; 23 import android.hardware.face.Face;
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | FrameProcessor.cpp | 199 camera_face_t face; in processFaceDetect() local 201 face.rect[0] = l.mParameters.arrayXToNormalizedWithCrop( in processFaceDetect() 203 face.rect[1] = l.mParameters.arrayYToNormalizedWithCrop( in processFaceDetect() 205 face.rect[2] = l.mParameters.arrayXToNormalizedWithCrop( in processFaceDetect() 207 face.rect[3] = l.mParameters.arrayYToNormalizedWithCrop( in processFaceDetect() 209 face.score = faceScores[i]; in processFaceDetect() 211 face.id = faceIds[i]; in processFaceDetect() 212 face.left_eye[0] = l.mParameters.arrayXToNormalizedWithCrop( in processFaceDetect() 214 face.left_eye[1] = l.mParameters.arrayYToNormalizedWithCrop( in processFaceDetect() 216 face.right_eye[0] = l.mParameters.arrayXToNormalizedWithCrop( in processFaceDetect() [all …]
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | RotateAndCropMapperTest.cpp | 112 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() 266 auto face = std::vector<int32_t> { in TEST() 270 face.data(), face.size()); in TEST() 353 auto face = std::vector<int32_t> { in TEST() 358 face.data(), face.size()); in TEST()
|
/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/ |
D | TypefaceCreatePerfTest.java | 57 Typeface face = Typeface.create(Typeface.SANS_SERIF, Typeface.NORMAL); in testCreate_fromFamily() local 66 Typeface face = Typeface.create("monospace", Typeface.NORMAL); in testCreate_fromFamilyName() local 77 Typeface face = createFromNonAsset(am, TEST_FONT_NAME); in testCreate_fromAsset() local 127 Typeface face = Typeface.createFromFile(outFile); in testCreate_fromFile() local 139 Typeface face = r.getFont(R.font.samplefont); in testCreate_fromResources() local
|
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
D | ServiceProvider.java | 17 package com.android.server.biometrics.sensors.face; 24 import android.hardware.face.Face; 25 import android.hardware.face.FaceManager; 26 import android.hardware.face.FaceSensorPropertiesInternal; 27 import android.hardware.face.IFaceServiceReceiver;
|
D | FaceUtils.java | 17 package com.android.server.biometrics.sensors.face; 21 import android.hardware.face.Face; 94 public void addBiometricForUser(Context ctx, int userId, Face face) { in addBiometricForUser() argument 95 getStateForUser(ctx, userId).addBiometric(face); in addBiometricForUser()
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 89 uint32_t lod, RsAllocationCubemapFace face) { in GetOffsetPtr() argument 91 ptr += face * alloc->mHal.drvState.faceOffset; in GetOffsetPtr() 101 RsAllocationCubemapFace face, uint32_t w, uint32_t h) { in Update2DTexture() argument 110 t = gFaceOrder[face]; in Update2DTexture() 130 for (uint32_t face = 0; face < faceCount; face ++) { in Upload2DTexture() local 132 const uint8_t *p = GetOffsetPtr(alloc, 0, 0, 0, lod, (RsAllocationCubemapFace)face); in Upload2DTexture() 136 t = gFaceOrder[face]; in Upload2DTexture() 849 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D() argument 861 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face); in rsdAllocationData2D() 891 uint8_t *dst = GetOffsetPtr(alloc, xoff, yoff, 0, lod, face); in rsdAllocationData2D() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/face/hidl/ |
D | FaceGenerateChallengeClientTest.java | 17 package com.android.server.biometrics.sensors.face.hidl; 28 import android.hardware.biometrics.face.V1_0.IBiometricsFace; 29 import android.hardware.biometrics.face.V1_0.OptionalUint64; 30 import android.hardware.face.IFaceServiceReceiver;
|