Home
last modified time | relevance | path

Searched defs:face (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
DTypefaceCreatePerfTest.java57 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/core/java/android/hardware/face/
DFaceServiceReceiver.java27 public void onEnrollResult(Face face, int remaining) throws RemoteException { in onEnrollResult()
37 public void onAuthenticationSucceeded(Face face, int userId, boolean isStrongBiometric) in onAuthenticationSucceeded()
59 public void onRemoved(Face face, int remaining) throws RemoteException { in onRemoved()
DIFaceServiceReceiver.aidl27 void onEnrollResult(in Face face, int remaining); in onEnrollResult()
29 void onAuthenticationSucceeded(in Face face, int userId, boolean isStrongBiometric); in onAuthenticationSucceeded()
33 void onRemoved(in Face face, int remaining); in onRemoved()
DFaceManager.java517 public void remove(Face face, int userId, RemovalCallback callback) { in remove()
851 public AuthenticationResult(CryptoObject crypto, Face face, int userId, in AuthenticationResult()
1052 public void onRemovalError(Face face, int errMsgId, CharSequence errString) { in onRemovalError()
1060 public void onRemovalSucceeded(@Nullable Face face, int remaining) { in onRemovalSucceeded()
1225 private void sendRemovedResult(Face face, int remaining) { in sendRemovedResult()
1248 private void sendEnrollResult(Face face, int remaining) { in sendEnrollResult()
1254 private void sendAuthenticatedSucceeded(Face face, int userId, boolean isStrongBiometric) { in sendAuthenticatedSucceeded()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DSensor.java267 final Face face = new Face(name, enrollmentId, mSensorId); in onEnrollmentProgress() local
286 final Face face = new Face("" /* name */, enrollmentId, mSensorId); in onAuthenticationSucceeded() local
308 final Face face = new Face("" /* name */, 0 /* faceId */, mSensorId); in onAuthenticationFailed() local
390 final Face face = new Face("" /* name */, enrollmentIds[i], mSensorId); in onEnrollmentsEnumerated() local
442 final Face face = new Face("" /* name */, enrollmentIds[i], mSensorId); in onEnrollmentsRemoved() local
/frameworks/minikin/libs/minikin/
DMinikinInternal.h61 HbBlob(const HbFaceUniquePtr& face, uint32_t tag) in HbBlob()
DFont.cpp82 HbFaceUniquePtr face(hb_face_create(blob.get(), ttcIndex)); in prepareFont() local
DFontFileParser.cpp160 FontFileParser::FontFileParser(const HbFaceUniquePtr& face) in FontFileParser()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
DFaceSquareFilterTest.java66 Face face = new Face(); in testFaceSquareFilter() local
/frameworks/rs/driver/
DrsdAllocation.cpp89 uint32_t lod, RsAllocationCubemapFace face) { in GetOffsetPtr()
101 RsAllocationCubemapFace face, uint32_t w, uint32_t h) { in Update2DTexture()
130 for (uint32_t face = 0; face < faceCount; face ++) { in Upload2DTexture() local
849 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationData2D()
962 … uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsdAllocationRead2D()
1144 static void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip565()
1162 static void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8888()
1180 static void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) { in mip8()
1203 for (uint32_t face = 0; face < numFaces; face ++) { in rsdAllocationGenerateMipmaps() local
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DCoexCoordinator.java245 AuthenticationClient<?> face = mClientMap.getOrDefault(SENSOR_TYPE_FACE, null); in onAuthenticationSucceeded() local
307 AuthenticationClient<?> face = mClientMap.getOrDefault(SENSOR_TYPE_FACE, null); in onAuthenticationRejected() local
/frameworks/rs/cpu_ref/
DrsCpuCoreRuntime.h35 uint32_t face; member
/frameworks/minikin/tests/util/
DFreeTypeMinikinFontForTest.cpp51 void loadGlyphOrDie(uint32_t glyphId, float size, FT_Face face) { in loadGlyphOrDie()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceUtils.java94 public void addBiometricForUser(Context ctx, int userId, Face face) { in addBiometricForUser()
/frameworks/base/media/java/android/media/
DFaceDetector.java191 native private void fft_get_face(Face face, int i); in fft_get_face()
/frameworks/rs/
DrsAllocation.cpp172 void * Allocation::getPointer(const Context *rsc, uint32_t lod, RsAllocationCubemapFace face, in getPointer()
212 …ation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in data()
242 …ation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in read()
701 …xt *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, in rsi_Allocation2DData()
805 for (uint32_t face = 0; face < 6; face ++) { in rsi_AllocationCubeCreateFromBitmap() local
889 uint32_t lod, RsAllocationCubemapFace face, in rsi_AllocationGetPointer()
910 uint32_t lod, RsAllocationCubemapFace face, uint32_t w, in rsi_Allocation2DRead()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFace10.java172 final Face face = new Face(name, faceId, deviceId); in onEnrollResult() local
200 final Face face = new Face("", faceId, deviceId); in onAuthenticated() local
265 final Face face = new Face("", id, deviceId); in onRemoved() local
295 final Face face = new Face("", faceIds.get(i), deviceId); in onEnumerate() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DFrameProcessor.cpp199 camera_face_t face; in processFaceDetect() local
/frameworks/base/libs/hwui/hwui/
DTypeface.cpp171 void Typeface::setDefault(const Typeface* face) { in setDefault()
DMinikinSkia.cpp143 sk_sp<SkTypeface> face(fm->makeFromStream(std::move(stream), args)); in createFontWithVariation() local
/frameworks/base/opengl/java/android/opengl/
DGLErrorWrapper.java510 public void glMaterialf(int face, int pname, float param) { in glMaterialf()
516 public void glMaterialfv(int face, int pname, float[] params, int offset) { in glMaterialfv()
522 public void glMaterialfv(int face, int pname, FloatBuffer params) { in glMaterialfv()
528 public void glMaterialx(int face, int pname, int param) { in glMaterialx()
534 public void glMaterialxv(int face, int pname, int[] params, int offset) { in glMaterialxv()
540 public void glMaterialxv(int face, int pname, IntBuffer params) { in glMaterialxv()
1118 public void glGetMaterialfv(int face, int pname, float[] params, int offset) { in glGetMaterialfv()
1124 public void glGetMaterialfv(int face, int pname, FloatBuffer params) { in glGetMaterialfv()
1130 public void glGetMaterialxv(int face, int pname, int[] params, int offset) { in glGetMaterialxv()
1136 public void glGetMaterialxv(int face, int pname, IntBuffer params) { in glGetMaterialxv()
DGLES11.java395 int face, in glGetMaterialfv()
404 int face, in glGetMaterialfv()
412 int face, in glGetMaterialxv()
421 int face, in glGetMaterialxv()
/frameworks/base/libs/hwui/jni/
DTypeface.cpp51 Typeface* face = Typeface::createRelative(family, (Typeface::Style)style); in Typeface_createFromTypeface() local
139 Typeface* face = toTypeface(faceHandle); in Typeface_getSupportedAxes() local
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11.java326 int face, in glGetMaterialfv()
333 int face, in glGetMaterialfv()
339 int face, in glGetMaterialxv()
346 int face, in glGetMaterialxv()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java658 int face, in glMaterialf()
666 int face, in glMaterialfv()
675 int face, in glMaterialfv()
683 int face, in glMaterialx()
691 int face, in glMaterialxv()
700 int face, in glMaterialxv()
1410 int face, in glGetMaterialfv()
1419 int face, in glGetMaterialfv()
1427 int face, in glGetMaterialxv()
1436 int face, in glGetMaterialxv()

12