Searched refs:openTuner (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/ |
D | RadioTunerTest.java | 119 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/ |
D | BroadcastRadioService.java | 95 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/ |
D | IRadioService.aidl | 33 ITuner openTuner(int moduleId, in RadioManager.BandConfig bandConfig, boolean withAudio, in openTuner() method
|
D | RadioManager.java | 1752 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/ |
D | BroadcastRadioService.java | 60 public ITuner openTuner(int moduleId, RadioManager.BandConfig bandConfig, in openTuner() method in BroadcastRadioService
|
/frameworks/base/services/core/jni/BroadcastRadio/ |
D | BroadcastRadioService.cpp | 258 auto hidlResult = module.radioModule->openTuner(bandConfigHal, withAudio, tunerCb, in nativeOpenTuner()
|
/frameworks/base/api/ |
D | system-current.txt | 1997 …method public android.hardware.radio.RadioTuner openTuner(int, android.hardware.radio.RadioManager…
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 14522 Landroid/hardware/radio/RadioManager;->openTuner(ILandroid/hardware/radio/RadioManager$BandConfig;Z…
|