Home
last modified time | relevance | path

Searched refs:mGeofenceBiDict (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.cpp419 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask); in locAPIAddGeofences()
438 sessions[i] = mGeofenceBiDict.getSession(ids[i]); in locAPIRemoveGeofences()
459 sessions[i] = mGeofenceBiDict.getSession(ids[i]); in locAPIModifyGeofences()
460 mGeofenceBiDict.set(ids[i], sessions[i], options[i].breachTypeMask); in locAPIModifyGeofences()
480 sessions[i] = mGeofenceBiDict.getSession(ids[i]); in locAPIPauseGeofences()
501 sessions[i] = mGeofenceBiDict.getSession(ids[i]); in locAPIResumeGeofences()
503 mGeofenceBiDict.set(ids[i], sessions[i], mask[i]); in locAPIResumeGeofences()
518 std::vector<uint32_t> sessionsVec = mGeofenceBiDict.getAllSessions(); in locAPIRemoveAllGeofences()
654 uint32_t id = mGeofenceBiDict.getId(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
655 GeofenceBreachTypeMask type = mGeofenceBiDict.getType(geofenceBreachNotification.ids[i]); in beforeGeofenceBreachCb()
DLocationAPIClientBase.h307 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
320 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
321 mAPI.mGeofenceBiDict.rmBySession(sessions[i]); in onCollectiveResponse()
334 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
347 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
360 ids[i] = mAPI.mGeofenceBiDict.getId(sessions[i]); in onCollectiveResponse()
449 BiDict mGeofenceBiDict; variable