Home
last modified time | relevance | path

Searched defs:freeFunction (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/libcore/util/
DNativeAllocationRegistry_Delegate.java54 /*package*/ static void applyFreeFunction(long freeFunction, long nativePtr) { in applyFreeFunction()
73 private static native void nativeApplyFreeFunction(long freeFunction, long nativePtr); in nativeApplyFreeFunction()
/frameworks/base/core/jni/
DLayoutlibLoader.cpp63 jlong freeFunction, in NativeAllocationRegistry_Delegate_nativeApplyFreeFunction()