Lines Matching refs:GeofenceAdapter
38 GeofenceAdapter::GeofenceAdapter() : in GeofenceAdapter() function in GeofenceAdapter
51 GeofenceAdapter::stopClientSessions(LocationAPI* client) in stopClientSessions()
81 GeofenceAdapter::updateClientsEventMask() in updateClientsEventMask()
97 GeofenceAdapter::getHwIdFromClient(LocationAPI* client, uint32_t clientId, uint32_t& hwId) in getHwIdFromClient()
109 GeofenceAdapter::getGeofenceKeyFromHwId(uint32_t hwId, GeofenceKey& key) in getGeofenceKeyFromHwId()
120 GeofenceAdapter::handleEngineUpEvent() in handleEngineUpEvent()
123 GeofenceAdapter& mAdapter; in handleEngineUpEvent()
124 inline MsgSSREvent(GeofenceAdapter& adapter) : in handleEngineUpEvent()
142 GeofenceAdapter::restartGeofences() in restartGeofences()
179 GeofenceAdapter::reportResponse(LocationAPI* client, size_t count, LocationError* errs, in reportResponse()
207 GeofenceAdapter::addGeofencesCommand(LocationAPI* client, size_t count, GeofenceOption* options, in addGeofencesCommand()
213 GeofenceAdapter& mAdapter; in addGeofencesCommand()
220 inline MsgAddGeofences(GeofenceAdapter& adapter, in addGeofencesCommand()
319 GeofenceAdapter::removeGeofencesCommand(LocationAPI* client, size_t count, uint32_t* ids) in removeGeofencesCommand()
324 GeofenceAdapter& mAdapter; in removeGeofencesCommand()
329 inline MsgRemoveGeofences(GeofenceAdapter& adapter, in removeGeofencesCommand()
395 GeofenceAdapter::pauseGeofencesCommand(LocationAPI* client, size_t count, uint32_t* ids) in pauseGeofencesCommand()
400 GeofenceAdapter& mAdapter; in pauseGeofencesCommand()
405 inline MsgPauseGeofences(GeofenceAdapter& adapter, in pauseGeofencesCommand()
470 GeofenceAdapter::resumeGeofencesCommand(LocationAPI* client, size_t count, uint32_t* ids) in resumeGeofencesCommand()
475 GeofenceAdapter& mAdapter; in resumeGeofencesCommand()
480 inline MsgResumeGeofences(GeofenceAdapter& adapter, in resumeGeofencesCommand()
546 GeofenceAdapter::modifyGeofencesCommand(LocationAPI* client, size_t count, uint32_t* ids, in modifyGeofencesCommand()
552 GeofenceAdapter& mAdapter; in modifyGeofencesCommand()
558 inline MsgModifyGeofences(GeofenceAdapter& adapter, in modifyGeofencesCommand()
645 GeofenceAdapter::saveGeofenceItem(LocationAPI* client, uint32_t clientId, uint32_t hwId, in saveGeofenceItem()
664 GeofenceAdapter::removeGeofenceItem(uint32_t hwId) in removeGeofenceItem()
689 GeofenceAdapter::pauseGeofenceItem(uint32_t hwId) in pauseGeofenceItem()
701 GeofenceAdapter::resumeGeofenceItem(uint32_t hwId) in resumeGeofenceItem()
713 GeofenceAdapter::modifyGeofenceItem(uint32_t hwId, const GeofenceOption& options) in modifyGeofenceItem()
728 GeofenceAdapter::geofenceBreachEvent(size_t count, uint32_t* hwIds, Location& location, in geofenceBreachEvent()
748 GeofenceAdapter& mAdapter; in geofenceBreachEvent()
754 inline MsgGeofenceBreach(GeofenceAdapter& adapter, in geofenceBreachEvent()
787 GeofenceAdapter::geofenceBreach(size_t count, uint32_t* hwIds, const Location& location, in geofenceBreach()
821 GeofenceAdapter::geofenceStatusEvent(GeofenceStatusAvailable available) in geofenceStatusEvent()
826 GeofenceAdapter& mAdapter; in geofenceStatusEvent()
828 inline MsgGeofenceStatus(GeofenceAdapter& adapter, in geofenceStatusEvent()
842 GeofenceAdapter::geofenceStatus(GeofenceStatusAvailable available) in geofenceStatus()
855 GeofenceAdapter::dump() in dump()