HomeSort by relevance Sort by last modified time
    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