Searched defs:NativeAllocationRegistry_Delegate (Results 1 - 1 of 1) sorted by relevance

/frameworks/layoutlib/bridge/src/libcore/util/
H A DNativeAllocationRegistry_Delegate.java34 public class NativeAllocationRegistry_Delegate { class
37 private static final DelegateManager<NativeAllocationRegistry_Delegate> sManager =
38 new DelegateManager<>(NativeAllocationRegistry_Delegate.class);
42 private NativeAllocationRegistry_Delegate(FreeFunction finalizer) { method in class:NativeAllocationRegistry_Delegate
50 return sManager.addNewDelegate(new NativeAllocationRegistry_Delegate(finalizer));
59 NativeAllocationRegistry_Delegate delegate = sManager.getDelegate(freeFunction);

Completed in 39 milliseconds