Searched refs:GnssNiResponse (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/gps/msm8998/gnss/ |
D | location_gnss.cpp | 46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response); 154 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response) in gnssNiResponse()
|
D | GnssAdapter.h | 53 GnssNiResponse resp; 169 void gnssNiResponseCommand(LocationAPI* client, uint32_t id, GnssNiResponse response); 171 void gnssNiResponseCommand(GnssNiResponse response, void* rawRequest);
|
D | GnssAdapter.cpp | 1567 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/ |
D | LocationAPI.h | 240 } GnssNiResponse; typedef 459 GnssNiResponse timeoutResponse; // the response that should be sent when timeout expires 796 void gnssNiResponse(uint32_t id, GnssNiResponse response);
|
D | location_interface.h | 44 void (*gnssNiResponse)(LocationAPI* client, uint32_t id, GnssNiResponse response);
|
D | LocationAPIClientBase.h | 87 void locAPIGnssNiResponse(uint32_t id, GnssNiResponse response);
|
D | LocationAPI.cpp | 537 LocationAPI::gnssNiResponse(uint32_t id, GnssNiResponse response) in gnssNiResponse()
|
D | LocationAPIClientBase.cpp | 537 void LocationAPIClientBase::locAPIGnssNiResponse(uint32_t id, GnssNiResponse response) in locAPIGnssNiResponse()
|
/hardware/qcom/gps/msm8998/core/ |
D | LocApiBase.h | 174 informNiResponse(GnssNiResponse userResponse, const void* passThroughData);
|
D | LocApiBase.cpp | 473 informNiResponse(GnssNiResponse userResponse, const void* passThroughData) in open()
|
/hardware/qcom/gps/msm8998/android/location_api/ |
D | GnssAPIClient.cpp | 204 GnssNiResponse data = GNSS_NI_RESPONSE_IGNORE; in gnssNiRespond()
|