Searched defs:RadioNetwork (Results 1 – 2 of 2) sorted by relevance
31 struct RadioNetwork : public network::BnRadioNetwork { struct113 const std::shared_ptr<network::IRadioNetworkResponse>& radioNetworkResponse, argument119 std::shared_ptr<network::IRadioNetworkResponse> mRadioNetworkResponse; argument120 std::shared_ptr<network::IRadioNetworkIndication> mRadioNetworkIndication; argument122 std::mutex mMtx;123 AtResponse::CREG mCreg;124 AtResponse::CGREG mCgreg;125 AtResponse::CSQ mCsq;126 std::optional<AtResponse::COPS::OperatorInfo> mCurrentOperator;127 std::optional<ratUtils::ModemTechnology> mCurrentModemTech;[all …]
419 RadioNetwork::RadioNetwork(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel))… in RadioNetwork() function in aidl::android::hardware::radio::implementation::RadioNetwork