Home
last modified time | relevance | path

Searched refs:GNSS_NI_RESPONSE_DENY (Results 1 – 21 of 21) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/android/location_api/
DGnssAPIClient.cpp186 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
381 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/gps/msm8998/android/location_api/
DGnssAPIClient.cpp210 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
332 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sm7150/gps/android/1.0/location_api/
DGnssAPIClient.cpp206 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
408 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sm7150/gps/android/1.1/location_api/
DGnssAPIClient.cpp206 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
408 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sm8150p/gps/android/1.0/location_api/
DGnssAPIClient.cpp207 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
408 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sm8150p/gps/android/1.1/location_api/
DGnssAPIClient.cpp207 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
408 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sm8150/gps/android/1.0/location_api/
DGnssAPIClient.cpp206 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
408 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sdm845/gps/sdm845/android/location_api/
DGnssAPIClient.cpp203 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
404 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sm8150/gps/android/1.1/location_api/
DGnssAPIClient.cpp206 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
408 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sm8150p/gps/android/2.0/location_api/
DGnssAPIClient.cpp256 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
497 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sm7150/gps/android/2.0/location_api/
DGnssAPIClient.cpp255 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
498 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sm8150/gps/android/2.0/location_api/
DGnssAPIClient.cpp255 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
498 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sdm845/gps/msm8998/location/
DLocationAPI.h246 GNSS_NI_RESPONSE_DENY, enumerator
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h246 GNSS_NI_RESPONSE_DENY, enumerator
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.h257 GNSS_NI_RESPONSE_DENY, enumerator
/hardware/qcom/sm8150/gps/android/2.1/location_api/
DGnssAPIClient.cpp286 data = GNSS_NI_RESPONSE_DENY; in gnssNiRespond()
556 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
/hardware/qcom/sdm845/gps/sdm845/location/
DLocationDataTypes.h303 GNSS_NI_RESPONSE_DENY, enumerator
/hardware/qcom/sm8150p/gps/location/
DLocationDataTypes.h345 GNSS_NI_RESPONSE_DENY, enumerator
/hardware/qcom/sm7150/gps/location/
DLocationDataTypes.h346 GNSS_NI_RESPONSE_DENY, enumerator
/hardware/qcom/sm8150/gps/location/
DLocationDataTypes.h350 GNSS_NI_RESPONSE_DENY, enumerator
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp3667 mApi.informNiResponse(GNSS_NI_RESPONSE_DENY, mData); in requestNiNotifyEvent()