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