Home
last modified time | relevance | path

Searched refs:GEOFENCE_SESSION_ID (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.cpp38 #define GEOFENCE_SESSION_ID 0xFFFFFFFF macro
583 if (mRequestQueues[REQUEST_GEOFENCE].getSession() != GEOFENCE_SESSION_ID) { in locAPIAddGeofences()
584 mRequestQueues[REQUEST_GEOFENCE].reset(GEOFENCE_SESSION_ID); in locAPIAddGeofences()
614 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIRemoveGeofences()
649 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIModifyGeofences()
684 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIPauseGeofences()
719 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIResumeGeofences()
758 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIRemoveAllGeofences()
892 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in onCollectiveResponseCb()
/hardware/qcom/sm7150/gps/location/
DLocationAPIClientBase.cpp38 #define GEOFENCE_SESSION_ID 0xFFFFFFFF macro
630 if (mRequestQueues[REQUEST_GEOFENCE].getSession() != GEOFENCE_SESSION_ID) { in locAPIAddGeofences()
631 mRequestQueues[REQUEST_GEOFENCE].reset(GEOFENCE_SESSION_ID); in locAPIAddGeofences()
661 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIRemoveGeofences()
704 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIModifyGeofences()
739 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIPauseGeofences()
774 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIResumeGeofences()
917 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in onCollectiveResponseCb()
/hardware/qcom/sm8150p/gps/location/
DLocationAPIClientBase.cpp38 #define GEOFENCE_SESSION_ID 0xFFFFFFFF macro
630 if (mRequestQueues[REQUEST_GEOFENCE].getSession() != GEOFENCE_SESSION_ID) { in locAPIAddGeofences()
631 mRequestQueues[REQUEST_GEOFENCE].reset(GEOFENCE_SESSION_ID); in locAPIAddGeofences()
661 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIRemoveGeofences()
704 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIModifyGeofences()
739 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIPauseGeofences()
774 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIResumeGeofences()
917 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in onCollectiveResponseCb()
/hardware/qcom/sm8150/gps/location/
DLocationAPIClientBase.cpp38 #define GEOFENCE_SESSION_ID 0xFFFFFFFF macro
651 if (mRequestQueues[REQUEST_GEOFENCE].getSession() != GEOFENCE_SESSION_ID) { in locAPIAddGeofences()
652 mRequestQueues[REQUEST_GEOFENCE].reset(GEOFENCE_SESSION_ID); in locAPIAddGeofences()
682 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIRemoveGeofences()
725 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIModifyGeofences()
760 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIPauseGeofences()
795 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIResumeGeofences()
940 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in onCollectiveResponseCb()
/hardware/qcom/sm7250/gps/location/
DLocationAPIClientBase.cpp43 #define GEOFENCE_SESSION_ID 0xFFFFFFFF macro
659 if (mRequestQueues[REQUEST_GEOFENCE].getSession() != GEOFENCE_SESSION_ID) { in locAPIAddGeofences()
660 mRequestQueues[REQUEST_GEOFENCE].reset(GEOFENCE_SESSION_ID); in locAPIAddGeofences()
690 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIRemoveGeofences()
733 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIModifyGeofences()
768 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIPauseGeofences()
803 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in locAPIResumeGeofences()
948 if (mRequestQueues[REQUEST_GEOFENCE].getSession() == GEOFENCE_SESSION_ID) { in onCollectiveResponseCb()
/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.cpp37 #define GEOFENCE_SESSION_ID -1 macro
435 requests = new RequestQueue(GEOFENCE_SESSION_ID); in locAPIAddGeofences()