Searched refs:mPlayerType (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/media/java/android/media/ |
H A D | AudioPlaybackConfiguration.java | 203 private int mPlayerType; field in AudioPlaybackConfiguration 233 mPlayerType = pic.mPlayerType; in AudioPlaybackConfiguration() 284 anonymCopy.mPlayerType = PLAYER_TYPE_UNKNOWN; in anonymizedCopy() 351 switch (mPlayerType) { in getPlayerType() 356 return mPlayerType; in getPlayerType() 528 return Objects.hash(mPlayerIId, mDeviceId, mPlayerType, mClientUid, mClientPid, in hashCode() 541 dest.writeInt(mPlayerType); in writeToParcel() 557 mPlayerType = in.readInt(); in AudioPlaybackConfiguration() 576 && (mPlayerType == that.mPlayerType) in equals() 586 + " type:" + toLogFriendlyPlayerType(mPlayerType) in toString()
|
H A D | PlayerBase.java | 439 public final int mPlayerType; field in PlayerBase.PlayerIdCard 449 mPlayerType = type; in PlayerIdCard() 457 return Objects.hash(mPlayerType, mSessionId); in hashCode() 467 dest.writeInt(mPlayerType); in writeToParcel() 489 mPlayerType = in.readInt(); in PlayerIdCard() 505 return ((mPlayerType == that.mPlayerType) && mAttributes.equals(that.mAttributes) in equals()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
H A D | AvrcpPlayer.java | 64 private int mPlayerType; field in AvrcpPlayer 78 mPlayerType = playerType; in AvrcpPlayer() 255 private int mPlayerType = AvrcpPlayer.TYPE_UNKNOWN; field in AvrcpPlayer.Builder 296 mPlayerType = playerType; in setPlayerType() 369 AvrcpPlayer player = new AvrcpPlayer(mDevice, mPlayerId, mPlayerType, mPlayerSubType, in build()
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | PlaybackActivityMonitor.java | 1018 private final int mPlayerType; field in PlaybackActivityMonitor.NewPlayerEvent 1026 mPlayerType = apc.getPlayerType(); in NewPlayerEvent() 1037 + AudioPlaybackConfiguration.toLogFriendlyPlayerType(mPlayerType) in eventToString()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 27283 Landroid/media/AudioPlaybackConfiguration;->mPlayerType:I 32108 Landroid/media/PlayerBase$PlayerIdCard;->mPlayerType:I
|