Home
last modified time | relevance | path

Searched refs:timeoutResponse (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/gps/msm8998/android/location_api/
DGnssAPIClient.cpp297 if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_ACCEPT) in onGnssNiCb()
299 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY) in onGnssNiCb()
301 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_NO_RESPONSE || in onGnssNiCb()
302 gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_IGNORE) in onGnssNiCb()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h459 GnssNiResponse timeoutResponse; // the response that should be sent when timeout expires member
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp2005 __func__, notify.type, notify.timeout, notify.timeoutResponse, in requestNiNotifyEvent()