Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DRenderNode.java290 static boolean callPositionChanged(WeakReference<PositionUpdateListener> weakListener, in callPositionChanged() argument
292 final PositionUpdateListener listener = weakListener.get(); in callPositionChanged()
305 static boolean callPositionChanged2(WeakReference<PositionUpdateListener> weakListener, in callPositionChanged2() argument
308 final PositionUpdateListener listener = weakListener.get(); in callPositionChanged2()
336 static boolean callApplyStretch(WeakReference<PositionUpdateListener> weakListener, in callApplyStretch() argument
341 final PositionUpdateListener listener = weakListener.get(); in callApplyStretch()
364 static boolean callPositionLost(WeakReference<PositionUpdateListener> weakListener, in callPositionLost() argument
366 final PositionUpdateListener listener = weakListener.get(); in callPositionLost()
/frameworks/av/media/codec2/hal/client/
Dclient.cpp1960 std::weak_ptr<Listener> weakListener; in OnBinderDied() local
1961 std::tie(weakComponent, weakListener) = context; in OnBinderDied()
1962 if (std::shared_ptr<Listener> listener = weakListener.lock()) { in OnBinderDied()