Home
last modified time | relevance | path

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

/frameworks/av/services/radio/
DRadioInterface.h27 class RadioInterface : public virtual RefBase
31 static sp<RadioInterface> connectModule(radio_class_t classId);
85 RadioInterface() {} in RadioInterface() function
86 virtual ~RadioInterface() {} in ~RadioInterface()
DRadioHalLegacy.cpp33 sp<RadioInterface> RadioInterface::connectModule(radio_class_t classId) in connectModule()
39 : RadioInterface(), mClassId(classId), mHwDevice(NULL) in RadioHalLegacy()
DRadioService.h72 Module(sp<RadioInterface> hwDevice,
89 sp<RadioInterface> hwDevice() const { return mHwDevice; } in hwDevice()
98 sp<RadioInterface> mHwDevice; // HAL hardware device
DRadioHalLegacy.h28 class RadioHalLegacy : public RadioInterface
DRadioHalHidl.h42 class RadioHalHidl : public RadioInterface
DRadioHalHidl.cpp38 sp<RadioInterface> RadioInterface::connectModule(radio_class_t classId) in connectModule()
DRadioService.cpp59 sp<RadioInterface> dev = RadioInterface::connectModule(RADIO_CLASS_AM_FM); in onFirstRef()
373 RadioService::Module::Module(sp<RadioInterface> hwDevice, radio_properties properties) in Module()