OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyFreeFunction
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
libcore_util_NativeAllocationRegistry.cpp
32
NATIVE_METHOD(NativeAllocationRegistry,
applyFreeFunction
, "(JJ)V"),
/libcore/luni/src/main/java/libcore/util/
NativeAllocationRegistry.java
124
applyFreeFunction
(freeFunction, nativePtr);
194
applyFreeFunction
(freeFunction, nativePtr);
232
public static native void
applyFreeFunction
(long freeFunction, long nativePtr);
/frameworks/base/tools/layoutlib/bridge/src/libcore/util/
NativeAllocationRegistry_Delegate.java
54
/*package*/ static void
applyFreeFunction
(long freeFunction, long nativePtr) {
Completed in 84 milliseconds