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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerActivity.java16 package com.android.systemui.tuner;
H A DAutoScrollView.java16 package com.android.systemui.tuner;
H A DStatusBarSwitch.java16 package com.android.systemui.tuner;
28 import com.android.systemui.tuner.TunerService.Tunable;
H A DDemoModeFragment.java16 package com.android.systemui.tuner;
H A DTunerFragment.java16 package com.android.systemui.tuner;
43 import com.android.systemui.tuner.TunerService.Tunable;
H A DTunerService.java16 package com.android.systemui.tuner;
148 // Only used in other processes, such as the tuner.
155 // Can't get it as a component, must in the tuner, lets just create one for now.
181 // Tell the tuner (in main SysUI process) to clear all its settings.
183 // Disable access to tuner.
H A DQsTuner.java16 package com.android.systemui.tuner;
/frameworks/av/services/radio/
H A DRadioService.cpp44 static const char kRadioTunerAudioDeviceName[] = "Radio tuner source";
423 // The minimum is one tuner and one audio source.
426 // It is possible to open more than one tuner at a time but only one tuner can be connected
428 // The base rule is that a newly connected tuner always wins, i.e. always gets a tuner
438 // - if a tuner is available
443 // Each time a tuner using the audio source is opened or closed, the audio policy manager is
546 // When a client is removed and was controlling a tuner, this tuner wil
705 setTuner(const struct radio_tuner *tuner) argument
[all...]

Completed in 1025 milliseconds