Home
last modified time | relevance | path

Searched refs:PhantomWrapper (Results 1 – 1 of 1) sorted by relevance

/art/test/079-phantom/src/
DBitmap.java28 private static ArrayList sPhantomList = new ArrayList<PhantomWrapper>();
29 private static ReferenceQueue<PhantomWrapper> sPhantomQueue =
30 new ReferenceQueue<PhantomWrapper>();
77 PhantomWrapper phan = new PhantomWrapper(wrapper, sPhantomQueue, in allocNativeStorage()
101 public PhantomWrapper mPhantomWrapper;
119 class PhantomWrapper extends PhantomReference { class
120 PhantomWrapper(Bitmap.NativeWrapper wrapper, in PhantomWrapper() method in PhantomWrapper
121 ReferenceQueue<PhantomWrapper> queue, int nativeDataPtr) in PhantomWrapper()
136 ReferenceQueue<PhantomWrapper> mQueue;
138 BitmapWatcher(ReferenceQueue<PhantomWrapper> queue) { in BitmapWatcher()
[all …]