Searched refs:mRetries (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/gps/msm8998/gnss/
H A DAgps.h297 int mRetries; member in class:AgpsFrameworkInterface::DSStateMachine
302 AgpsStateMachine(agpsManager, LOC_AGPS_TYPE_SUPL_ES), mRetries(0) {}
H A DAgps.cpp622 mRetries++;
623 if(mRetries > MAX_START_DATA_CALL_RETRIES) {
670 mRetries = 0;
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h254 unsigned char mRetries; member in class:DSStateMachine
263 inline void incRetries() {mRetries++;}
H A Dloc_eng_agps.cpp835 mRetries = 0;
880 if(mRetries > MAX_START_DATA_CALL_RETRIES) {
957 ((DSStateMachine *)this)->mRetries = 0;
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h254 unsigned char mRetries; member in class:DSStateMachine
263 inline void incRetries() {mRetries++;}
H A Dloc_eng_agps.cpp836 mRetries = 0;
881 if(mRetries > MAX_START_DATA_CALL_RETRIES) {
958 ((DSStateMachine *)this)->mRetries = 0;
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h254 unsigned char mRetries; member in class:DSStateMachine
263 inline void incRetries() {mRetries++;}
H A Dloc_eng_agps.cpp835 mRetries = 0;
880 if(mRetries > MAX_START_DATA_CALL_RETRIES) {
957 ((DSStateMachine *)this)->mRetries = 0;
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h254 unsigned char mRetries; member in class:DSStateMachine
263 inline void incRetries() {mRetries++;}
H A Dloc_eng_agps.cpp835 mRetries = 0;
880 if(mRetries > MAX_START_DATA_CALL_RETRIES) {
957 ((DSStateMachine *)this)->mRetries = 0;
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h254 unsigned char mRetries; member in class:DSStateMachine
263 inline void incRetries() {mRetries++;}
H A Dloc_eng_agps.cpp835 mRetries = 0;
880 if(mRetries > MAX_START_DATA_CALL_RETRIES) {
957 ((DSStateMachine *)this)->mRetries = 0;
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_agps.h254 unsigned char mRetries; member in class:DSStateMachine
263 inline void incRetries() {mRetries++;}
H A Dloc_eng_agps.cpp835 mRetries = 0;
880 if(mRetries > MAX_START_DATA_CALL_RETRIES) {
957 ((DSStateMachine *)this)->mRetries = 0;

Completed in 165 milliseconds