HomeSort by relevance Sort by last modified time
    Searched refs:freeFunction (Results 1 - 11 of 11) sorted by null

  /libcore/luni/src/main/native/
libcore_util_NativeAllocationRegistry.cpp 19 typedef void (*FreeFunction)(void*);
23 jlong freeFunction,
26 FreeFunction nativeFreeFunction
27 = reinterpret_cast<FreeFunction>(static_cast<uintptr_t>(freeFunction));
  /libcore/luni/src/main/java/libcore/util/
NativeAllocationRegistry.java 44 private final long freeFunction;
52 * <code>freeFunction</code> argument. The native function should have the
59 * to load the native library that freeFunction belongs to. This is needed
60 * to ensure the native library doesn't get unloaded before freeFunction
67 * <code>freeFunction</code>.
69 * library freeFunction belongs to.
70 * @param freeFunction address of a native function used to free this
76 public NativeAllocationRegistry(ClassLoader classLoader, long freeFunction, long size) {
82 this.freeFunction = freeFunction;
    [all...]
  /frameworks/base/core/java/android/os/
HwRemoteBinder.java 53 long freeFunction = native_init();
57 freeFunction,
HwBinder.java 59 // Returns address of the "freeFunction".
65 long freeFunction = native_init();
69 freeFunction,
HwBlob.java 122 // Returns address of the "freeFunction".
128 long freeFunction = native_init();
132 freeFunction,
HwParcel.java 227 // Returns address of the "freeFunction".
233 long freeFunction = native_init();
237 freeFunction,
  /frameworks/layoutlib/bridge/src/libcore/util/
NativeAllocationRegistry_Delegate.java 40 private final FreeFunction mFinalizer;
42 private NativeAllocationRegistry_Delegate(FreeFunction finalizer) {
49 public static long createFinalizer(FreeFunction finalizer) {
54 /*package*/ static void applyFreeFunction(long freeFunction, long nativePtr) {
59 NativeAllocationRegistry_Delegate delegate = sManager.getDelegate(freeFunction);
67 public interface FreeFunction {
  /system/chre/core/include/chre/core/
event_loop.h 84 * @param freeFunction The non-null message free callback given by the nanoapp
89 uint64_t appId, chreMessageFreeFunction *freeFunction, void *message,
  /system/chre/core/
event_loop.cc 87 uint64_t appId, chreMessageFreeFunction *freeFunction, void *message,
95 freeFunction(message, messageSize);
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 293 milliseconds