Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/libcore/util/
DNativeAllocationRegistry.java30 private final long mFreeFunction; field in NativeAllocationRegistry
57 mFreeFunction = freeFunction; in NativeAllocationRegistry()
69 RavenwoodRuntimeNative.applyFreeFunction(mFreeFunction, nativePtr); in registerNativeAllocation()