Home
last modified time | relevance | path

Searched refs:mPlaybackType (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/metrics/
H A DPlaybackMetrics.java156 private final int mPlaybackType; field in PlaybackMetrics
197 this.mPlaybackType = playbackType; in PlaybackMetrics()
246 return mPlaybackType; in getPlaybackType()
363 + "playbackType = " + mPlaybackType + ", " in toString()
387 && mPlaybackType == that.mPlaybackType in equals()
404 return Objects.hash(mMediaDurationMillis, mStreamSource, mStreamType, mPlaybackType, in hashCode()
419 dest.writeInt(mPlaybackType); in writeToParcel()
467 this.mPlaybackType = playbackType; in PlaybackMetrics()
505 private int mPlaybackType = PLAYBACK_TYPE_UNKNOWN; field in PlaybackMetrics.Builder
556 mPlaybackType = value; in setPlaybackType()
[all …]
/aosp12/frameworks/base/media/java/android/media/session/
H A DMediaController.java985 private final int mPlaybackType; field in MediaController.PlaybackInfo
1012 mPlaybackType = playbackType; in PlaybackInfo()
1021 mPlaybackType = in.readInt(); in PlaybackInfo()
1039 return mPlaybackType; in getPlaybackType()
1108 return "playbackType=" + mPlaybackType + ", volumeControlType=" + mVolumeControl in toString()
1120 dest.writeInt(mPlaybackType); in writeToParcel()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRouter.java555 route.mPlaybackType = globalRoute.playbackType; in makeGlobalRoute()
1667 int mPlaybackType = PLAYBACK_TYPE_LOCAL; field in MediaRouter.RouteInfo
2005 return mPlaybackType; in getPlaybackType()
2024 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in getVolume()
2036 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in requestSetVolume()
2053 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in requestUpdateVolume()
2072 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in getVolumeMax()
2318 mPlaybackType = PLAYBACK_TYPE_REMOTE; in UserRouteInfo()
2433 if (mPlaybackType != type) { in setPlaybackType()
2434 mPlaybackType = type; in setPlaybackType()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt31310 Landroid/media/MediaRouter$RouteInfo;->mPlaybackType:I