Home
last modified time | relevance | path

Searched refs:openTuner (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
DRadioTunerTest.java119 private void openTuner() { in openTuner() method in RadioTunerTest
120 openTuner(true); in openTuner()
131 private void openTuner(boolean withAudio) { in openTuner() method in RadioTunerTest
152 mRadioTuner = mRadioManager.openTuner(mModule.getId(), in openTuner()
168 openTuner(); in testOpenTuner()
173 openTuner(); in testReopenTuner()
177 openTuner(); in testReopenTuner()
182 openTuner(); in testDoubleClose()
189 openTuner(); in testUseAfterClose()
197 openTuner(); in testSetAndGetConfiguration()
[all …]
/frameworks/base/services/core/java/com/android/server/broadcastradio/
DBroadcastRadioService.java95 public ITuner openTuner(int moduleId, RadioManager.BandConfig bandConfig, in openTuner() method in BroadcastRadioService.ServiceImpl
106 return mHal1.openTuner(moduleId, bandConfig, withAudio, callback); in openTuner()
/frameworks/base/core/java/android/hardware/radio/
DIRadioService.aidl33 ITuner openTuner(int moduleId, in RadioManager.BandConfig bandConfig, boolean withAudio, in openTuner() method
DRadioManager.java1752 public RadioTuner openTuner(int moduleId, BandConfig config, boolean withAudio, in openTuner() method in RadioManager
1763 tuner = mService.openTuner(moduleId, config, withAudio, halCallback); in openTuner()
/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
DBroadcastRadioService.java60 public ITuner openTuner(int moduleId, RadioManager.BandConfig bandConfig, in openTuner() method in BroadcastRadioService
/frameworks/base/services/core/jni/BroadcastRadio/
DBroadcastRadioService.cpp258 auto hidlResult = module.radioModule->openTuner(bandConfigHal, withAudio, tunerCb, in nativeOpenTuner()
/frameworks/base/api/
Dsystem-current.txt1997 …method public android.hardware.radio.RadioTuner openTuner(int, android.hardware.radio.RadioManager…
/frameworks/base/config/
Dhiddenapi-public-dex.txt14522 Landroid/hardware/radio/RadioManager;->openTuner(ILandroid/hardware/radio/RadioManager$BandConfig;Z…