Searched defs:MsgModifyGeofences (Results 1 – 4 of 4) sorted by relevance
551 struct MsgModifyGeofences : public LocMsg { in modifyGeofencesCommand() struct552 GeofenceAdapter& mAdapter; in modifyGeofencesCommand()553 LocApiBase& mApi; in modifyGeofencesCommand()554 LocationAPI* mClient; in modifyGeofencesCommand()555 size_t mCount; in modifyGeofencesCommand()556 uint32_t* mIds; in modifyGeofencesCommand()557 GeofenceOption* mOptions; in modifyGeofencesCommand()558 inline MsgModifyGeofences(GeofenceAdapter& adapter, in modifyGeofencesCommand() function571 inline virtual void proc() const { in modifyGeofencesCommand()