Searched refs:mIPlayerShell (Results 1 – 2 of 2) sorted by relevance
207 private IPlayerShell mIPlayerShell; field in AudioPlaybackConfiguration221 mIPlayerShell = null; in AudioPlaybackConfiguration()240 mIPlayerShell = new IPlayerShell(this, pic.mIPlayer); in AudioPlaybackConfiguration()242 mIPlayerShell = null; in AudioPlaybackConfiguration()252 if (mIPlayerShell != null) { in init()253 mIPlayerShell.monitorDeath(); in init()287 anonymCopy.mIPlayerShell = null; in anonymizedCopy()392 ips = mIPlayerShell; in getPlayerProxy()404 ips = mIPlayerShell; in getIPlayer()458 if (changed && (event == PLAYER_STATE_RELEASED) && (mIPlayerShell != null)) { in handleStateEvent()[all …]
27279 Landroid/media/AudioPlaybackConfiguration;->mIPlayerShell:Landroid/media/AudioPlaybackConfiguration…