Searched refs:IPlayerShell (Results 1 – 1 of 1) sorted by relevance
183 private IPlayerShell mIPlayerShell;208 mIPlayerShell = new IPlayerShell(this, pic.mIPlayer); in AudioPlaybackConfiguration()333 final IPlayerShell ips; in getPlayerProxy()345 final IPlayerShell ips; in getIPlayer()470 final IPlayerShell ips; in writeToParcel()485 mIPlayerShell = (p == null) ? null : new IPlayerShell(null, p); in AudioPlaybackConfiguration()503 static final class IPlayerShell implements IBinder.DeathRecipient { class in AudioPlaybackConfiguration508 IPlayerShell(@NonNull AudioPlaybackConfiguration monitor, @NonNull IPlayer iplayer) { in IPlayerShell() method in AudioPlaybackConfiguration.IPlayerShell