Home
last modified time | relevance | path

Searched refs:PLAYBACK_VOLUME_VARIABLE (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplay.java60 public static final int PLAYBACK_VOLUME_VARIABLE = field in RemoteDisplay
61 RemoteDisplayInfo.PLAYBACK_VOLUME_VARIABLE;
/frameworks/base/media/java/android/media/
DRemoteDisplayState.java98 public static final int PLAYBACK_VOLUME_VARIABLE = field in RemoteDisplayState.RemoteDisplayInfo
99 MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE;
DRemoteControlClient.java163 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in RemoteControlClient
833 public final static int DEFAULT_PLAYBACK_VOLUME_HANDLING = PLAYBACK_VOLUME_VARIABLE;
DMediaRouter.java1632 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE})
1649 public final static int PLAYBACK_VOLUME_VARIABLE = 1; field in MediaRouter.RouteInfo
2290 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) { in requestSetVolume()
2301 if (mVolumeHandling == PLAYBACK_VOLUME_VARIABLE) { in requestUpdateVolume()
2356 case RemoteControlClient.PLAYBACK_VOLUME_VARIABLE: in configureSessionVolume()
2643 mVolumeHandling = isFixedVolume ? PLAYBACK_VOLUME_FIXED : PLAYBACK_VOLUME_VARIABLE; in routeUpdated()
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
DSampleMediaRouteProvider.java187 .setVolumeHandling(MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) in publishRoutes()
200 .setVolumeHandling(MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) in publishRoutes()
215 .setVolumeHandling(MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) in publishRoutes()
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
DRemoteDisplayProviderService.java79 mTestDisplay1.setVolumeHandling(RemoteDisplay.PLAYBACK_VOLUME_VARIABLE); in onDiscoveryModeChanged()
/frameworks/base/core/java/com/android/internal/app/
DMediaRouteControllerDialog.java323 MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE; in isVolumeControlAvailable()
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
DMediaRouter.java906 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE})
926 public static final int PLAYBACK_VOLUME_VARIABLE = 1; field in MediaRouter.RouteInfo
2748 == MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) { in updatePlaybackInfoFromSelectedRoute()
DSystemMediaRouteProvider.java151 .setVolumeHandling(MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) in publishRoutes()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
DMediaRouter.java905 @IntDef({PLAYBACK_VOLUME_FIXED,PLAYBACK_VOLUME_VARIABLE})
925 public static final int PLAYBACK_VOLUME_VARIABLE = 1; field in MediaRouter.RouteInfo
2735 == MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) { in updatePlaybackInfoFromSelectedRoute()
DSystemMediaRouteProvider.java152 .setVolumeHandling(MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE) in publishRoutes()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java1561 case RemoteDisplayInfo.PLAYBACK_VOLUME_VARIABLE: in computeVolumeHandling()
1562 return MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE; in computeVolumeHandling()
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
DMediaRouteControllerDialog.java1059 == MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE; in isVolumeControlAvailable()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
DMediaRouteControllerDialog.java1065 == MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE; in isVolumeControlAvailable()
/frameworks/support/mediarouter/api/
Dcurrent.txt398 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
/frameworks/support/mediarouter/api_legacy/
D27.0.0.txt398 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
D26.0.0.txt398 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
Dcurrent.txt398 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
D27.1.0.txt398 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
D28.0.0-alpha1.txt398 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
D26.1.0.txt398 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
/frameworks/support/api/
D22.0.0.txt5293 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
D22.1.0.txt5864 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
D22.2.0.txt7465 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1
D22.2.1.txt7554 field public static final int PLAYBACK_VOLUME_VARIABLE = 1; // 0x1

12