Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/
H A DIRadioServiceHidlImplTest.java83 when(mHal1Mock.openTuner(anyInt(), any(), anyBoolean(), any())).thenReturn(mHal1TunerMock); in setup()
106 ITuner tuner = mHidlImpl.openTuner(HAL1_MODULE_ID, mBandConfigMock, in openTuner_withHal1ModuleId_forHidlImpl()
115 ITuner tuner = mHidlImpl.openTuner(HAL1_MODULE_ID + 1, mBandConfigMock, in openTuner_withHal2ModuleId_forHidlImpl()
125 () -> mHidlImpl.openTuner(/* moduleId= */ 0, mBandConfigMock, in openTuner_withNullCallbackForHidlImpl_fails()
H A DIRadioServiceAidlImplTest.java117 ITuner tuner = mAidlImpl.openTuner(/* moduleId= */ 0, mBandConfigMock, in openTuner_forAidlImpl()
127 () -> mAidlImpl.openTuner(/* moduleId= */ 0, mBandConfigMock, in openTuner_withNullCallbackForAidlImpl_fails()
/aosp14/frameworks/base/core/java/android/hardware/radio/
H A DIRadioService.aidl33 ITuner openTuner(int moduleId, in RadioManager.BandConfig bandConfig, boolean withAudio, in openTuner() method
H A DRadioManager.java1788 public RadioTuner openTuner(int moduleId, BandConfig config, boolean withAudio, in openTuner() method in RadioManager
1799 tuner = mService.openTuner(moduleId, config, withAudio, halCallback); in openTuner()
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/
H A DIRadioServiceHidlImpl.java97 public ITuner openTuner(int moduleId, RadioManager.BandConfig bandConfig, in openTuner() method in IRadioServiceHidlImpl
108 return mHal1.openTuner(moduleId, bandConfig, withAudio, callback); in openTuner()
H A DIRadioServiceAidlImpl.java91 public ITuner openTuner(int moduleId, RadioManager.BandConfig bandConfig, in openTuner() method in IRadioServiceAidlImpl
/aosp14/frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
H A DBroadcastRadioService.java59 public ITuner openTuner(int moduleId, RadioManager.BandConfig bandConfig, in openTuner() method in BroadcastRadioService
/aosp14/frameworks/base/core/tests/BroadcastRadioTests/src/android/hardware/radio/
H A DRadioManagerTest.java1040 mRadioManager.openTuner(moduleId, FM_BAND_CONFIG, withAudio, mCallbackMock, in openTuner_forRadioModule()
1043 verify(mRadioServiceMock).openTuner(eq(moduleId), eq(FM_BAND_CONFIG), eq(withAudio), any()); in openTuner_forRadioModule()
1049 when(mRadioServiceMock.openTuner(anyInt(), any(), anyBoolean(), any())) in openTuner_whenServiceDied_returnsNull()
1052 RadioTuner nullTuner = mRadioManager.openTuner(/* moduleId= */ 0, FM_BAND_CONFIG, in openTuner_whenServiceDied_returnsNull()
H A DProgramListTest.java583 }).when(mRadioServiceMock).openTuner(anyInt(), any(), anyBoolean(), any()); in createRadioTuner()
585 mRadioTuner = radioManager.openTuner(/* moduleId= */ 0, band, in createRadioTuner()
H A DTunerAdapterTest.java89 }).when(mRadioServiceMock).openTuner(anyInt(), any(), anyBoolean(), any()); in setUp()
105 mRadioTuner = radioManager.openTuner(/* moduleId= */ 0, TEST_BAND_CONFIG, in setUp()
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/
H A DBroadcastRadioService.cpp258 auto hidlResult = module.radioModule->openTuner(bandConfigHal, withAudio, tunerCb, in nativeOpenTuner()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt5659 …ission.ACCESS_BROADCAST_RADIO) public android.hardware.radio.RadioTuner openTuner(int, android.har…
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt21603 Landroid/hardware/radio/IRadioService$Stub$Proxy;->openTuner(ILandroid/hardware/radio/RadioManager$…
21612 Landroid/hardware/radio/IRadioService;->openTuner(ILandroid/hardware/radio/RadioManager$BandConfig;…