Searched refs:mIPlayer (Results 1 – 2 of 2) sorted by relevance
199 if (DEBUG) { Log.d(TAG, "new: piid=" + piid + " iplayer=" + pic.mIPlayer); } in AudioPlaybackConfiguration()206 if ((sPlayerDeathMonitor != null) && (pic.mIPlayer != null)) { in AudioPlaybackConfiguration()207 mIPlayerShell = new IPlayerShell(this, pic.mIPlayer); in AudioPlaybackConfiguration()502 private volatile IPlayer mIPlayer; field in AudioPlaybackConfiguration.IPlayerShell506 mIPlayer = iplayer; in IPlayerShell()510 if (mIPlayer == null) { in monitorDeath()514 mIPlayer.asBinder().linkToDeath(this, 0); in monitorDeath()525 return mIPlayer; in getIPlayer()536 if (mIPlayer == null) { in release()539 mIPlayer.asBinder().unlinkToDeath(this, 0); in release()[all …]
513 public final IPlayer mIPlayer; field in PlayerBase.PlayerIdCard518 mIPlayer = iplayer; in PlayerIdCard()535 dest.writeStrongBinder(mIPlayer == null ? null : mIPlayer.asBinder()); in writeToParcel()558 mIPlayer = (b == null ? null : IPlayer.Stub.asInterface(b)); in PlayerIdCard()