Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DRenderNode.java292 static boolean callPositionChanged(WeakReference<PositionUpdateListener> weakListener, in callPositionChanged()
307 static boolean callPositionChanged2(WeakReference<PositionUpdateListener> weakListener, in callPositionChanged2()
339 static boolean callApplyStretch(WeakReference<PositionUpdateListener> weakListener, in callApplyStretch()
367 static boolean callPositionLost(WeakReference<PositionUpdateListener> weakListener, in callPositionLost()
/frameworks/av/media/codec2/hal/client/
Dclient.cpp2873 std::weak_ptr<Listener> weakListener; in OnBinderDied() local