Searched refs:tuner (Results 1 - 14 of 14) 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 DTunerFragment.java16 package com.android.systemui.tuner;
43 import com.android.systemui.tuner.TunerService.Tunable;
H A DDemoModeFragment.java16 package com.android.systemui.tuner;
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/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIApplication.java43 com.android.systemui.tuner.TunerService.class,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java53 import com.android.systemui.tuner.TunerService;
54 import com.android.systemui.tuner.TunerService.Tunable;
H A DStatusBarIconController.java45 import com.android.systemui.tuner.TunerService;
46 import com.android.systemui.tuner.TunerService.Tunable;
H A DStatusBarHeaderView.java53 import com.android.systemui.tuner.TunerService;
516 // Relaunch settings so that the tuner disappears.
/frameworks/av/services/radio/
H A DRadioService.h170 void setTuner(const struct radio_tuner *tuner);
190 const struct radio_tuner *mTuner; // HAL tuner interface. NULL indicates that
192 // tuner
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...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSignalClusterView.java41 import com.android.systemui.tuner.TunerService;
42 import com.android.systemui.tuner.TunerService.Tunable;

Completed in 227 milliseconds