Home
last modified time | relevance | path

Searched refs:GnssNiResponse (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/gps/msm8998/gnss/
Dlocation_gnss.cpp46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response);
154 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response) in gnssNiResponse()
DGnssAdapter.h53 GnssNiResponse resp;
169 void gnssNiResponseCommand(LocationAPI* client, uint32_t id, GnssNiResponse response);
171 void gnssNiResponseCommand(GnssNiResponse response, void* rawRequest);
DGnssAdapter.cpp1567 GnssNiResponse response) in gnssNiResponseCommand()
1575 GnssNiResponse mResponse; in gnssNiResponseCommand()
1579 GnssNiResponse response) : in gnssNiResponseCommand()
1632 GnssAdapter::gnssNiResponseCommand(GnssNiResponse response, void* rawRequest) in gnssNiResponseCommand()
1638 const GnssNiResponse mResponse; in gnssNiResponseCommand()
1641 const GnssNiResponse response, in gnssNiResponseCommand()
2065 GnssNiResponse resp; in niThreadProc()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h240 } GnssNiResponse; typedef
459 GnssNiResponse timeoutResponse; // the response that should be sent when timeout expires
796 void gnssNiResponse(uint32_t id, GnssNiResponse response);
Dlocation_interface.h44 void (*gnssNiResponse)(LocationAPI* client, uint32_t id, GnssNiResponse response);
DLocationAPIClientBase.h87 void locAPIGnssNiResponse(uint32_t id, GnssNiResponse response);
DLocationAPI.cpp537 LocationAPI::gnssNiResponse(uint32_t id, GnssNiResponse response) in gnssNiResponse()
DLocationAPIClientBase.cpp537 void LocationAPIClientBase::locAPIGnssNiResponse(uint32_t id, GnssNiResponse response) in locAPIGnssNiResponse()
/hardware/qcom/gps/msm8998/core/
DLocApiBase.h174 informNiResponse(GnssNiResponse userResponse, const void* passThroughData);
DLocApiBase.cpp473 informNiResponse(GnssNiResponse userResponse, const void* passThroughData) in open()
/hardware/qcom/gps/msm8998/android/location_api/
DGnssAPIClient.cpp204 GnssNiResponse data = GNSS_NI_RESPONSE_IGNORE; in gnssNiRespond()