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

  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/util/
AppLinkHelper.java 12 public static final String PLAYBACK = "playback";
14 private static final String URI_PLAY = SCHEMA_URI_PREFIX + PLAYBACK;
87 return PLAYBACK.equals(option);
135 * Extracts the playback mPosition from the {@link Uri}.
137 * @param uri that contains a playback mPosition.
138 * @return the playback mPosition.
156 @StringDef({BROWSE, PLAYBACK})
212 return PLAYBACK;
  /hardware/qcom/audio/hal/audio_extn/
cirrus_playback.c 56 PLAYBACK = 3
165 ALOGI("%s: Initialize Cirrus Logic Playback module", __func__);
197 ALOGE("%s: Failed to open Cirrus Playback IOCTL (%d)",
518 handle.state = (prev_state == PLAYBACK) ? PLAYBACK : IDLE;
521 if (handle.state == PLAYBACK)
562 ALOGE("%s: Failed to open Cirrus Playback IOCTL (%d)",
627 while ((handle.state == PLAYBACK) && det_en) {
764 handle.state = PLAYBACK;
  /packages/apps/Car/Media/src/com/android/car/media/
MediaActivity.java 210 /** The user is interacting with the full screen playback UI */
211 PLAYBACK
260 mBrowseControlsContainer.setOnClickListener(view -> switchToMode(Mode.PLAYBACK));
346 // playback UI.
356 // If we didn't receive a package name and we are playing something: show the playback
362 switchToMode(Mode.PLAYBACK);
390 * @param controller a controller we can use to control the playback state of the given
412 // Prepare the media source for playback
485 // If content forward is not enable, then we always show the playback UI (browse will be
487 mMode = mContentForwardBrowseEnabled ? mode : Mode.PLAYBACK;
    [all...]

Completed in 131 milliseconds