Searched refs:mIPlayerShell (Results 1 – 2 of 2) sorted by relevance
183 private IPlayerShell mIPlayerShell; field in AudioPlaybackConfiguration193 mIPlayerShell = null; in AudioPlaybackConfiguration()208 mIPlayerShell = new IPlayerShell(this, pic.mIPlayer); in AudioPlaybackConfiguration()210 mIPlayerShell = null; in AudioPlaybackConfiguration()219 if (mIPlayerShell != null) { in init()220 mIPlayerShell.monitorDeath(); in init()249 anonymCopy.mIPlayerShell = null; in anonymizedCopy()335 ips = mIPlayerShell; in getPlayerProxy()347 ips = mIPlayerShell; in getIPlayer()374 if (changed && (event == PLAYER_STATE_RELEASED) && (mIPlayerShell != null)) { in handleStateEvent()[all …]
37003 Landroid/media/AudioPlaybackConfiguration;->mIPlayerShell:Landroid/media/AudioPlaybackConfiguration…