HomeSort by relevance Sort by last modified time
    Searched refs:timeoutResponse (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/gps/msm8909w_3100/android/location_api/
GnssAPIClient.cpp 379 if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_ACCEPT)
381 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY)
383 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_NO_RESPONSE ||
384 gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_IGNORE)
  /hardware/qcom/gps/msm8998/android/location_api/
GnssAPIClient.cpp 323 if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_ACCEPT)
325 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_DENY)
327 else if (gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_NO_RESPONSE ||
328 gnssNiNotification.timeoutResponse == GNSS_NI_RESPONSE_IGNORE)
  /hardware/qcom/gps/msm8909w_3100/location/
LocationAPI.h 521 GnssNiResponse timeoutResponse; // the response that should be sent when timeout expires
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPI.h 490 GnssNiResponse timeoutResponse; // the response that should be sent when timeout expires
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RIL.java 281 Object timeoutResponse = getResponseForTimedOutRILRequest(rr);
282 AsyncResult.forMessage( rr.mResult, timeoutResponse, null);
315 Object timeoutResponse = null;
318 timeoutResponse = new ModemActivityInfo(
322 return timeoutResponse;
    [all...]
  /hardware/qcom/gps/msm8909w_3100/gnss/
GnssAdapter.cpp     [all...]
  /hardware/qcom/gps/msm8998/gnss/
GnssAdapter.cpp     [all...]

Completed in 105 milliseconds