Home
last modified time | relevance | path

Searched refs:DVR (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/hardware/interfaces/tv/tuner/1.0/
H A DIDvr.hal27 * Get the descriptor of the DVR's FMQ
36 * @return queue the descriptor of the DVR's FMQ
41 * Configure the DVR.
43 * It is used by the client to configure the DVR interface.
45 * @param settings the settings of the DVR interface.
54 * Attach one filter to DVR interface for recording.
68 * Detach one filter from the DVR's recording.
82 * Start DVR.
95 * Stop DVR.
108 * Flush DVR data.
[all …]
H A DIDemux.hal119 * Open a DVR (Digital Video Record) instance in the demux
123 * @param type specify which kind of DVR to open.
126 * @param cb the callback for the DVR to be used to send notifications
132 * @return dvr a DVR instance.
H A Dtypes.hal2628 * The Settings for the record in DVR.
2661 * A status of the playback in DVR.
2684 * The Setting for the playback in DVR.
2717 * The type of DVR.
2726 * The Setting for DVR.
/aosp12/packages/apps/TV/src/com/android/tv/
H A DTvApplication.java214 if (CommonFeatures.DVR.isEnabled(this)) { in start()
221 if (CommonFeatures.DVR.isEnabled(this)) { in start()
258 return (CommonFeatures.DVR.isEnabled(this)) ? mDvrManager.get() : null; in getDvrManager()
/aosp12/packages/apps/TV/common/src/com/android/tv/common/feature/
H A DCommonFeatures.java48 public static final TestableFeature DVR = field in CommonFeatures
/aosp12/packages/apps/TV/common/src/com/android/tv/common/
H A DBaseApplication.java93 if (CommonFeatures.DVR.isEnabled(this)) { in onCreate()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/
H A DBaseDvrDataManagerTest.java50 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DDeveloperOptionFragment.java71 if (CommonFeatures.DVR.isEnabled(getContext())) { in getItemList()
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/recorder/
H A DScheduledProgramReaperTest.java59 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
H A DSchedulerTest.java68 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
H A DSeriesRecordingSchedulerTest.java70 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
H A DRecordingTaskTest.java73 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
/aosp12/packages/apps/TV/tests/unit/src/com/android/tv/dvr/recorder/
H A DDvrRecordingServiceTest.java35 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
H A DBaseTunerTvInputService.java91 if (CommonFeatures.DVR.isEnabled(this)) { in onCreate()
/aosp12/frameworks/base/data/keyboards/
H A DVendor_046d_Product_c532.kl127 key 366 DVR
H A DGeneric.kl316 key 366 DVR
/aosp12/packages/apps/TV/src/com/android/tv/dvr/recorder/
H A DDvrRecordingService.java120 SoftPreconditions.checkFeatureEnabled(this, CommonFeatures.DVR, TAG); in onCreate()
/aosp12/packages/apps/TV/src/com/android/tv/dvr/
H A DBaseDvrDataManager.java61 SoftPreconditions.checkFeatureEnabled(context, CommonFeatures.DVR, TAG); in BaseDvrDataManager()
H A DDvrManager.java84 SoftPreconditions.checkFeatureEnabled(context, CommonFeatures.DVR, TAG); in DvrManager()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DChannelsRowAdapter.java60 if (CommonFeatures.DVR.isEnabled(context)) { in ChannelsRowAdapter()
H A DPlayControlsRowView.java130 if (CommonFeatures.DVR.isEnabled(context)) { in PlayControlsRowView()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DProgramDetailsFragment.java203 } else if (CommonFeatures.DVR.isEnabled(getActivity()) in onCreateActionsAdapter()
H A DChannelBannerView.java265 if (CommonFeatures.DVR.isEnabled(context)) { in ChannelBannerView()
/aosp12/frameworks/native/libs/input/
H A DInputEventLabels.cpp202 DEFINE_KEYCODE(DVR), \
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramItemView.java127 && CommonFeatures.DVR.isEnabled(view.getContext())) {

12