Home
last modified time | relevance | path

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

/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/tests/functional/
DRadioTunerTest.java117 private void openTuner() { in openTuner() method in RadioTunerTest
118 openTuner(true); in openTuner()
128 private void openTuner(boolean withAudio) { in openTuner() method in RadioTunerTest
149 mRadioTuner = mRadioManager.openTuner(mModule.getId(), in openTuner()
165 openTuner(); in testOpenTuner()
170 openTuner(); in testReopenTuner()
174 openTuner(); in testReopenTuner()
179 openTuner(); in testDoubleClose()
186 openTuner(); in testUseAfterClose()
194 openTuner(); in testSetAndGetConfiguration()
[all …]
/frameworks/base/services/core/java/com/android/server/broadcastradio/
DBroadcastRadioService.java85 public ITuner openTuner(int moduleId, RadioManager.BandConfig bandConfig, in openTuner() method in BroadcastRadioService.ServiceImpl
96 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.txt2749 …ission.ACCESS_BROADCAST_RADIO) public android.hardware.radio.RadioTuner openTuner(int, android.har…