Searched defs:RadioSim (Results 1 – 2 of 2) sorted by relevance
31 struct RadioSim : public sim::BnRadioSim { struct109 const std::shared_ptr<sim::IRadioSimResponse>& radioSimResponse, argument114 std::shared_ptr<sim::IRadioSimIndication> mRadioSimIndication; argument116 const std::shared_ptr<AtChannel> mAtChannel;117 AtChannel::Conversation mAtConversation;119 std::mutex mMtx;120 std::optional<AtResponse::CUSATP> mStkUnsolResponse;121 modem::RadioState mRadioState = modem::RadioState::OFF;122 bool mUiccApplicationsEnabled = true;123 bool mStkServiceRunning = false;
303 RadioSim::RadioSim(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioSim() function in aidl::android::hardware::radio::implementation::RadioSim