Searched refs:mWeakPlayerBase (Results 1 – 2 of 2) sorted by relevance
52 private final WeakReference<PlayerBase> mWeakPlayerBase; field in VolumeShaper56 mWeakPlayerBase = new WeakReference<PlayerBase>(playerBase); in VolumeShaper()153 if (mWeakPlayerBase != null) { in close()154 mWeakPlayerBase.clear(); in close()175 if (mWeakPlayerBase != null) { in applyPlayer()176 PlayerBase player = mWeakPlayerBase.get(); in applyPlayer()206 if (mWeakPlayerBase != null) { in getStatePlayer()207 PlayerBase player = mWeakPlayerBase.get(); in getStatePlayer()
31859 Landroid/media/VolumeShaper;->mWeakPlayerBase:Ljava/lang/ref/WeakReference;