Searched defs:RadioData (Results 1 – 2 of 2) sorted by relevance
34 struct RadioData : public data::BnRadioData { struct82 const std::shared_ptr<data::IRadioDataResponse>& radioDataResponse, argument93 std::shared_ptr<data::IRadioDataResponse> mRadioDataResponse; argument94 std::shared_ptr<data::IRadioDataIndication> mRadioDataIndication; argument95 std::unordered_map<int32_t, data::SetupDataCallResult> mDataCalls;96 std::unordered_set<int32_t> mKeepAliveSessions;97 IdAllocator mIdAllocator;98 mutable std::mutex mMtx;
171 RadioData::RadioData(std::shared_ptr<AtChannel> atChannel) : mAtChannel(std::move(atChannel)) { in RadioData() function in aidl::android::hardware::radio::implementation::RadioData