Home
last modified time | relevance | path

Searched defs:atChannel (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish/hals/radio/
Dmain.cpp69 std::shared_ptr<impl::AtChannel> atChannel) { in registerService()
82 template <class T> void addResponseSink(impl::AtChannel& atChannel, in addResponseSink()
155 const auto atChannel = std::make_shared<AtChannel>(std::move(hostChannelFactory), in mainImpl() local
DSap.cpp28 Sap::Sap(std::shared_ptr<AtChannel> atChannel) {} in Sap()
DRadioIms.cpp29 RadioIms::RadioIms(std::shared_ptr<AtChannel> atChannel) { in RadioIms()
DRadioConfig.cpp34 RadioConfig::RadioConfig(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioConfig()
DRadioModem.cpp40 RadioModem::RadioModem(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioModem()
DRadioData.cpp171 RadioData::RadioData(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioData()
DRadioMessaging.cpp37 RadioMessaging::RadioMessaging(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChann… in RadioMessaging()
DRadioVoice.cpp31 RadioVoice::RadioVoice(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioVoice()
DRadioNetwork.cpp419 RadioNetwork::RadioNetwork(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel))… in RadioNetwork()
DRadioSim.cpp303 RadioSim::RadioSim(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioSim()