Searched defs:openTuner (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/broadcastradio/
H A DBroadcastRadioService.java89 public ITuner openTuner(int moduleId, RadioManager.BandConfig bandConfig, method in class:BroadcastRadioService.ServiceImpl
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
H A DRadioTunerTest.java119 private void openTuner() { method in class:RadioTunerTest
120 openTuner(true);
129 private void openTuner(boolean withAudio) { method in class:RadioTunerTest
150 mRadioTuner = mRadioManager.openTuner(mModule.getId(),
162 openTuner();
167 openTuner();
171 openTuner();
176 openTuner();
183 openTuner();
191 openTuner();
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DRadioManager.java196 * For use with {@link #openTuner(int, BandConfig, boolean, Callback, Handler)}.
1639 public RadioTuner openTuner(int moduleId, BandConfig config, boolean withAudio, method in class:RadioManager
1650 tuner = mService.openTuner(moduleId, config, withAudio, halCallback);

Completed in 174 milliseconds