Home
last modified time | relevance | path

Searched refs:mPlayerType (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/
H A DAudioPlaybackConfiguration.java203 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 DPlayerBase.java439 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 DAvrcpPlayer.java64 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 DPlaybackActivityMonitor.java1018 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 Dhiddenapi-max-target-o.txt27283 Landroid/media/AudioPlaybackConfiguration;->mPlayerType:I
32108 Landroid/media/PlayerBase$PlayerIdCard;->mPlayerType:I