HomeSort by relevance Sort by last modified time
    Searched defs:mPlayerType (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpPlayer.java 35 private int mPlayerType;
45 mPlayerType = playerType;
  /frameworks/base/media/java/android/media/
AudioPlaybackConfiguration.java 178 private int mPlayerType;
201 mPlayerType = pic.mPlayerType;
242 anonymCopy.mPlayerType = PLAYER_TYPE_UNKNOWN;
289 switch (mPlayerType) {
295 return mPlayerType;
427 + " -- type:" + toLogFriendlyPlayerType(apc.mPlayerType)
450 return Objects.hash(mPlayerIId, mPlayerType, mClientUid, mClientPid);
461 dest.writeInt(mPlayerType);
475 mPlayerType = in.readInt()
    [all...]
PlayerBase.java 508 public final int mPlayerType;
516 mPlayerType = type;
523 return Objects.hash(mPlayerType);
533 dest.writeInt(mPlayerType);
554 mPlayerType = in.readInt();
569 return ((mPlayerType == that.mPlayerType) && mAttributes.equals(that.mAttributes));
  /frameworks/base/services/core/java/com/android/server/audio/
PlaybackActivityMonitor.java     [all...]

Completed in 120 milliseconds