HomeSort by relevance Sort by last modified time
    Searched defs:tuner (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
CalibratePreference.java 15 package com.android.systemui.tuner;
OtherPrefs.java 15 package com.android.systemui.tuner;
AutoScrollView.java 16 package com.android.systemui.tuner;
PreviewNavInflater.java 15 package com.android.systemui.tuner;
32 // Immediately remove tuner listening, since this is a preview, all values will be injected
BatteryPreference.java 15 package com.android.systemui.tuner;
ClockPreference.java 14 package com.android.systemui.tuner;
KeycodeSelectionHelper.java 15 package com.android.systemui.tuner;
NightModeTile.java 16 package com.android.systemui.tuner;
StatusBarSwitch.java 16 package com.android.systemui.tuner;
29 import com.android.systemui.tuner.TunerService.Tunable;
TunerSwitch.java 1 package com.android.systemui.tuner;
11 import com.android.systemui.tuner.TunerService.Tunable;
ClipboardView.java 15 package com.android.systemui.tuner;
PowerNotificationControlsFragment.java 16 package com.android.systemui.tuner;
TunerActivity.java 16 package com.android.systemui.tuner;
33 private static final String TAG_TUNER = "tuner";
TunerFragment.java 16 package com.android.systemui.tuner;
82 MetricsLogger.visibility(getContext(), MetricsEvent.TUNER, true);
89 MetricsLogger.visibility(getContext(), MetricsEvent.TUNER, false);
TunerZenModePanel.java 15 package com.android.systemui.tuner;
DemoModeFragment.java 16 package com.android.systemui.tuner;
ColorAndAppearanceFragment.java 15 package com.android.systemui.tuner;
60 // TODO: Figure out better title model for Tuner, to avoid any more of this.
NightModeFragment.java 16 package com.android.systemui.tuner;
36 import com.android.systemui.tuner.TunerService.Tunable;
TunerService.java 16 package com.android.systemui.tuner;
201 // Only used in other processes, such as the tuner.
211 // Can't get it as a component, must in the tuner, lets just create one for now.
237 // Tell the tuner (in main SysUI process) to clear all its settings.
239 // Disable access to tuner.
NavBarTuner.java 15 package com.android.systemui.tuner;
  /hardware/libhardware/modules/radio/
radio_hw.c 99 struct stub_radio_tuner *tuner; member in struct:stub_radio_device
126 static int send_command_l(struct stub_radio_tuner *tuner,
157 list_add_tail(&tuner->command_list, &cmd->node);
158 pthread_cond_signal(&tuner->cond);
196 static int prepare_metadata(struct stub_radio_tuner *tuner,
211 ret = radio_metadata_allocate(metadata, tuner->program.channel, 0);
255 struct stub_radio_tuner *tuner = (struct stub_radio_tuner *)context; local
262 pthread_mutex_lock(&tuner->lock);
265 // ea announcements at random. They are access protected by tuner->lock.
276 if (list_empty(&tuner->command_list) || ts.tv_sec != 0)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
videodev.h 45 int tuner; member in struct:video_tuner
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev.h 54 #define VIDEO_VC_TUNER 1 /* Channel has a tuner */
64 int tuner; member in struct:video_tuner
66 unsigned long rangelow, rangehigh; /* Tuner range */
72 #define VIDEO_TUNER_NORM 16 /* Tuner can set norm */
73 #define VIDEO_TUNER_STEREO_ON 128 /* Tuner is seeing stereo */
74 #define VIDEO_TUNER_RDS_ON 256 /* Tuner is seeing an RDS datastream */
75 #define VIDEO_TUNER_MBS_ON 512 /* Tuner is seeing an MBS datastream */
250 #define VIDIOCGTUNER _IOWR('v',4,struct video_tuner) /* Get tuner abilities */
251 #define VIDIOCSTUNER _IOW('v',5,struct video_tuner) /* Tune the tuner for the current channel */
260 #define VIDIOCGFREQ _IOR('v',14, unsigned long) /* Set tuner */
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
videodev.h 45 int tuner; member in struct:video_tuner
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
videodev.h 45 int tuner; member in struct:video_tuner

Completed in 222 milliseconds

1 2 3 4 5