Searched refs:mWeakPlayerBase (Results 1 – 2 of 2) sorted by relevance
50 private final WeakReference<PlayerBase> mWeakPlayerBase; field in VolumeShaper54 mWeakPlayerBase = new WeakReference<PlayerBase>(playerBase); in VolumeShaper()151 if (mWeakPlayerBase != null) { in close()152 mWeakPlayerBase.clear(); in close()173 if (mWeakPlayerBase != null) { in applyPlayer()174 PlayerBase player = mWeakPlayerBase.get(); in applyPlayer()204 if (mWeakPlayerBase != null) { in getStatePlayer()205 PlayerBase player = mWeakPlayerBase.get(); in getStatePlayer()
41994 Landroid/media/VolumeShaper;->mWeakPlayerBase:Ljava/lang/ref/WeakReference;