HomeSort by relevance Sort by last modified time
    Searched refs:PlayerIdCard (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/java/android/media/
PlayerBase.aidl 18 parcelable PlayerBase.PlayerIdCard;
PlayerBase.java 120 new PlayerIdCard(mImplType, mAttributes, new IPlayerWrapper(this)));
507 public static class PlayerIdCard implements Parcelable {
515 PlayerIdCard(int type, @NonNull AudioAttributes attr, @NonNull IPlayer iplayer) {
538 public static final Parcelable.Creator<PlayerIdCard> CREATOR
539 = new Parcelable.Creator<PlayerIdCard>() {
541 * Rebuilds an PlayerIdCard previously stored with writeToParcel().
542 * @param p Parcel object to read the PlayerIdCard from
543 * @return a new PlayerIdCard created from the data in the parcel
545 public PlayerIdCard createFromParcel(Parcel p) {
546 return new PlayerIdCard(p)
    [all...]
IAudioService.aidl 51 int trackPlayer(in PlayerBase.PlayerIdCard pic);
AudioPlaybackConfiguration.java 198 public AudioPlaybackConfiguration(PlayerBase.PlayerIdCard pic, int piid, int uid, int pid) {
  /frameworks/base/services/core/java/com/android/server/audio/
PlaybackActivityMonitor.java 156 public int trackPlayer(PlayerBase.PlayerIdCard pic) {
    [all...]
AudioService.java     [all...]
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 112 milliseconds