Searched refs:controllerCommandInfos_ (Results 1 – 2 of 2) sorted by relevance
27 timer_(nullptr), timerId_(0), lifeCycleInfos_ {}, controllerCommandInfos_ {}46 controllerCommandInfos_.clear(); in Reset()75 for (const auto& it : controllerCommandInfos_) { in Regiter()133 controllerCommandInfos_.push_back(controllerCommandInfo); in AddControllerCommandInfo()
113 std::list<AVSessionSysEvent::ControllerCommandInfo> controllerCommandInfos_; variable