Home
last modified time | relevance | path

Searched refs:gTypefaceDelegateMethods (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A DLayoutlibLoader.cpp118 JNINativeMethod gTypefaceDelegateMethods[numMethods]; in registerNativeMethods() local
122 gTypefaceDelegateMethods[i].name = strdup(newName.c_str()); in registerNativeMethods()
123 gTypefaceDelegateMethods[i].signature = gTypefaceMethod.signature; in registerNativeMethods()
124 gTypefaceDelegateMethods[i].fnPtr = gTypefaceMethod.fnPtr; in registerNativeMethods()
126 int result = env->RegisterNatives(clazz, gTypefaceDelegateMethods, numMethods); in registerNativeMethods()
128 free((char*)gTypefaceDelegateMethods[i].name); in registerNativeMethods()