Searched refs:RadioInterface (Results 1 – 7 of 7) sorted by relevance
27 class RadioInterface : public virtual RefBase31 static sp<RadioInterface> connectModule(radio_class_t classId);85 RadioInterface() {} in RadioInterface() function86 virtual ~RadioInterface() {} in ~RadioInterface()
33 sp<RadioInterface> RadioInterface::connectModule(radio_class_t classId) in connectModule()39 : RadioInterface(), mClassId(classId), mHwDevice(NULL) in RadioHalLegacy()
72 Module(sp<RadioInterface> hwDevice,89 sp<RadioInterface> hwDevice() const { return mHwDevice; } in hwDevice()98 sp<RadioInterface> mHwDevice; // HAL hardware device
28 class RadioHalLegacy : public RadioInterface
42 class RadioHalHidl : public RadioInterface
38 sp<RadioInterface> RadioInterface::connectModule(radio_class_t classId) in connectModule()
59 sp<RadioInterface> dev = RadioInterface::connectModule(RADIO_CLASS_AM_FM); in onFirstRef()373 RadioService::Module::Module(sp<RadioInterface> hwDevice, radio_properties properties) in Module()