HomeSort by relevance Sort by last modified time
    Searched defs:gnssNiResponse (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/gps/msm8998/gnss/
location_gnss.cpp 46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response);
73 gnssNiResponse,
156 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response)
  /hardware/qcom/gps/sdm845/gnss/
location_gnss.cpp 46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response);
73 gnssNiResponse,
156 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response)
  /hardware/qcom/gps/msm8998/location/
location_interface.h 44 void (*gnssNiResponse)(LocationAPI* client, uint32_t id, GnssNiResponse response);
LocationAPI.cpp 514 LocationAPI::gnssNiResponse(uint32_t id, GnssNiResponse response)
519 gData.gnssInterface->gnssNiResponse(this, id, response);
  /hardware/qcom/gps/sdm845/location/
location_interface.h 44 void (*gnssNiResponse)(LocationAPI* client, uint32_t id, GnssNiResponse response);
LocationAPI.cpp 514 LocationAPI::gnssNiResponse(uint32_t id, GnssNiResponse response)
519 gData.gnssInterface->gnssNiResponse(this, id, response);

Completed in 183 milliseconds