/aosp12/hardware/interfaces/tv/tuner/1.0/ |
H A D | IDvr.hal | 27 * 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 D | IDemux.hal | 119 * 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 D | types.hal | 2628 * 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 D | TvApplication.java | 214 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 D | CommonFeatures.java | 48 public static final TestableFeature DVR = field in CommonFeatures
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/ |
H A D | BaseApplication.java | 93 if (CommonFeatures.DVR.isEnabled(this)) { in onCreate()
|
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/ |
H A D | BaseDvrDataManagerTest.java | 50 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
|
/aosp12/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
H A D | DeveloperOptionFragment.java | 71 if (CommonFeatures.DVR.isEnabled(getContext())) { in getItemList()
|
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/dvr/recorder/ |
H A D | ScheduledProgramReaperTest.java | 59 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
|
H A D | SchedulerTest.java | 68 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
|
H A D | SeriesRecordingSchedulerTest.java | 70 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
|
H A D | RecordingTaskTest.java | 73 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
|
/aosp12/packages/apps/TV/tests/unit/src/com/android/tv/dvr/recorder/ |
H A D | DvrRecordingServiceTest.java | 35 private final TestableFeature mDvrFeature = CommonFeatures.DVR;
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/ |
H A D | BaseTunerTvInputService.java | 91 if (CommonFeatures.DVR.isEnabled(this)) { in onCreate()
|
/aosp12/frameworks/base/data/keyboards/ |
H A D | Vendor_046d_Product_c532.kl | 127 key 366 DVR
|
H A D | Generic.kl | 316 key 366 DVR
|
/aosp12/packages/apps/TV/src/com/android/tv/dvr/recorder/ |
H A D | DvrRecordingService.java | 120 SoftPreconditions.checkFeatureEnabled(this, CommonFeatures.DVR, TAG); in onCreate()
|
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ |
H A D | BaseDvrDataManager.java | 61 SoftPreconditions.checkFeatureEnabled(context, CommonFeatures.DVR, TAG); in BaseDvrDataManager()
|
H A D | DvrManager.java | 84 SoftPreconditions.checkFeatureEnabled(context, CommonFeatures.DVR, TAG); in DvrManager()
|
/aosp12/packages/apps/TV/src/com/android/tv/menu/ |
H A D | ChannelsRowAdapter.java | 60 if (CommonFeatures.DVR.isEnabled(context)) { in ChannelsRowAdapter()
|
H A D | PlayControlsRowView.java | 130 if (CommonFeatures.DVR.isEnabled(context)) { in PlayControlsRowView()
|
/aosp12/packages/apps/TV/src/com/android/tv/ui/ |
H A D | ProgramDetailsFragment.java | 203 } else if (CommonFeatures.DVR.isEnabled(getActivity()) in onCreateActionsAdapter()
|
H A D | ChannelBannerView.java | 265 if (CommonFeatures.DVR.isEnabled(context)) { in ChannelBannerView()
|
/aosp12/frameworks/native/libs/input/ |
H A D | InputEventLabels.cpp | 202 DEFINE_KEYCODE(DVR), \
|
/aosp12/packages/apps/TV/src/com/android/tv/guide/ |
H A D | ProgramItemView.java | 127 && CommonFeatures.DVR.isEnabled(view.getContext())) {
|