Searched defs:UpdateXtraThrottleMsg (Results 1 – 1 of 1) sorted by relevance
1559 struct UpdateXtraThrottleMsg : public LocMsg { in gnssUpdateXtraThrottleCommand() struct1560 GnssAdapter& mAdapter; in gnssUpdateXtraThrottleCommand()1561 const bool mEnabled; in gnssUpdateXtraThrottleCommand()1562 inline UpdateXtraThrottleMsg(GnssAdapter& adapter, const bool enabled) : in gnssUpdateXtraThrottleCommand() function1566 inline virtual void proc() const { in gnssUpdateXtraThrottleCommand()