Searched defs:tuner (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DAutoScrollView.java16 package com.android.systemui.tuner;
H A DOtherPrefs.java15 package com.android.systemui.tuner;
H A DPowerNotificationControlsFragment.java16 package com.android.systemui.tuner;
H A DPreviewNavInflater.java15 package com.android.systemui.tuner;
32 // Immediately remove tuner listening, since this is a preview, all values will be injected
H A DTunerActivity.java16 package com.android.systemui.tuner;
33 private static final String TAG_TUNER = "tuner";
H A DKeycodeSelectionHelper.java15 package com.android.systemui.tuner;
H A DStatusBarSwitch.java16 package com.android.systemui.tuner;
29 import com.android.systemui.tuner.TunerService.Tunable;
H A DTunerSwitch.java1 package com.android.systemui.tuner;
11 import com.android.systemui.tuner.TunerService.Tunable;
H A DBatteryPreference.java15 package com.android.systemui.tuner;
H A DClipboardView.java15 package com.android.systemui.tuner;
H A DClockPreference.java14 package com.android.systemui.tuner;
H A DDemoModeFragment.java16 package com.android.systemui.tuner;
H A DTunerFragment.java16 package com.android.systemui.tuner;
H A DTunerZenModePanel.java15 package com.android.systemui.tuner;
H A DTunerService.java16 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.
H A DNavBarTuner.java15 package com.android.systemui.tuner;
/frameworks/av/services/radio/
H A DRadioService.cpp44 static const char kRadioTunerAudioDeviceName[] = "Radio tuner source";
424 // The minimum is one tuner and one audio source.
427 // It is possible to open more than one tuner at a time but only one tuner can be connected
429 // The base rule is that a newly connected tuner always wins, i.e. always gets a tuner
439 // - if a tuner is available
444 // Each time a tuner using the audio source is opened or closed, the audio policy manager is
547 // When a client is removed and was controlling a tuner, this tuner wil
706 setTuner(const struct radio_tuner *tuner) argument
[all...]

Completed in 198 milliseconds