Home
last modified time | relevance | path

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

/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DNativeAllocationRegistryNatives.java10 public static native void applyFreeFunction(long freeFunction, long nativePtr); in applyFreeFunction() method in NativeAllocationRegistryNatives
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeAllocationRegistry.java48 protected static void applyFreeFunction(long freeFunction, long nativePtr) { in applyFreeFunction() method in ShadowNativeAllocationRegistry