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

1 2 3 4 5 6

  /hardware/libhardware/include/hardware/
radio.h 67 * closing and reopening of the tuner interface.
86 /* control interface for a radio tuner */
103 int (*set_configuration)(const struct radio_tuner *tuner,
116 int (*get_configuration)(const struct radio_tuner *tuner,
140 int (*scan)(const struct radio_tuner *tuner,
163 int (*step)(const struct radio_tuner *tuner,
186 int (*tune)(const struct radio_tuner *tuner,
201 int (*cancel)(const struct radio_tuner *tuner);
217 int (*get_program_information)(const struct radio_tuner *tuner,
238 * Open a tuner interface for the requested configuration
    [all...]
  /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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
OtherPrefs.java 15 package com.android.systemui.tuner;
AutoScrollView.java 16 package com.android.systemui.tuner;
TunerSwitch.java 1 package com.android.systemui.tuner;
11 import com.android.systemui.tuner.TunerService.Tunable;
StatusBarSwitch.java 16 package com.android.systemui.tuner;
29 import com.android.systemui.tuner.TunerService.Tunable;
PreviewNavInflater.java 15 package com.android.systemui.tuner;
32 // Immediately remove tuner listening, since this is a preview, all values will be injected
ClipboardView.java 15 package com.android.systemui.tuner;
ClockPreference.java 14 package com.android.systemui.tuner;
KeycodeSelectionHelper.java 15 package com.android.systemui.tuner;
BatteryPreference.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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsDebugFlags.java 24 import com.android.systemui.tuner.TunerService;
40 // Overrides the Tuner flags and enables the timeout
42 // Overrides the Tuner flags and enables the paging via the Recents button
58 * We read the prefs once when we start the activity, then update them as the tuner changes
  /packages/apps/TV/src/com/android/usbtuner/
UsbInputController.java 82 * Simple data holder for a USB device. Used to represent a tuner model, and compare
112 // Tuner is supported on MNC and later version only.
130 * See if any USB tuner hardware is attached in the system.
133 * @return {@code true} if any tuner device we support is plugged in
142 for (TunerDevice tuner : TUNER_DEVICES) {
143 if (tuner.equals(device)) {
144 Log.i(TAG, "Tuner found");
174 // Send/cancel the USB tuner TV input setup recommendation card.
176 // Enable/disable the USB tuner TV input.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 28 import com.android.systemui.tuner.TunerService;
SystemUIApplication.java 47 com.android.systemui.tuner.TunerService.class,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QuickQSPanel.java 32 import com.android.systemui.tuner.TunerService;
33 import com.android.systemui.tuner.TunerService.Tunable;
QSAnimator.java 30 import com.android.systemui.tuner.TunerService;
31 import com.android.systemui.tuner.TunerService.Tunable;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
Clock.java 45 import com.android.systemui.tuner.TunerService;
46 import com.android.systemui.tuner.TunerService.Tunable;
  /frameworks/av/services/radio/
RadioService.h 170 void setTuner(const struct radio_tuner *tuner);
190 const struct radio_tuner *mTuner; // HAL tuner interface. NULL indicates that
192 // tuner
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogComponent.java 34 import com.android.systemui.tuner.TunerService;
  /packages/apps/TV/usbtuner/
Android.mk 13 # Build the apk. This generates an standalone apk for USB tuner

Completed in 363 milliseconds

1 2 3 4 5 6