Searched refs:GnssNiResponse (Results 1 – 22 of 22) sorted by relevance
/hardware/qcom/gps/msm8998/gnss/ |
D | GnssAdapter.h | 54 GnssNiResponse resp; 171 void gnssNiResponseCommand(LocationAPI* client, uint32_t id, GnssNiResponse response); 173 void gnssNiResponseCommand(GnssNiResponse response, void* rawRequest);
|
D | location_gnss.cpp | 46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response); 156 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response) in gnssNiResponse()
|
D | GnssAdapter.cpp | 1613 GnssNiResponse response) in gnssNiResponseCommand() 1621 GnssNiResponse mResponse; in gnssNiResponseCommand() 1625 GnssNiResponse response) : in gnssNiResponseCommand() 1678 GnssAdapter::gnssNiResponseCommand(GnssNiResponse response, void* rawRequest) in gnssNiResponseCommand() 1684 const GnssNiResponse mResponse; in gnssNiResponseCommand() 1687 const GnssNiResponse response, in gnssNiResponseCommand() 2138 GnssNiResponse resp; in niThreadProc()
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | GnssAdapter.h | 55 GnssNiResponse resp; 184 void gnssNiResponseCommand(LocationAPI* client, uint32_t id, GnssNiResponse response); 186 void gnssNiResponseCommand(GnssNiResponse response, void* rawRequest);
|
D | location_gnss.cpp | 46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response); 158 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response) in gnssNiResponse()
|
D | GnssAdapter.cpp | 1700 GnssNiResponse response) in gnssNiResponseCommand() 1708 GnssNiResponse mResponse; in gnssNiResponseCommand() 1712 GnssNiResponse response) : in gnssNiResponseCommand() 1765 GnssAdapter::gnssNiResponseCommand(GnssNiResponse response, void* rawRequest) in gnssNiResponseCommand() 1771 const GnssNiResponse mResponse; in gnssNiResponseCommand() 1774 const GnssNiResponse response, in gnssNiResponseCommand() 2234 GnssNiResponse resp; in niThreadProc()
|
/hardware/qcom/gps/msm8998/location/ |
D | LocationAPI.h | 249 } GnssNiResponse; typedef 490 GnssNiResponse timeoutResponse; // the response that should be sent when timeout expires 866 void gnssNiResponse(uint32_t id, GnssNiResponse response);
|
D | location_interface.h | 44 void (*gnssNiResponse)(LocationAPI* client, uint32_t id, GnssNiResponse response);
|
D | LocationAPIClientBase.h | 88 void locAPIGnssNiResponse(uint32_t id, GnssNiResponse response);
|
D | LocationAPI.cpp | 514 LocationAPI::gnssNiResponse(uint32_t id, GnssNiResponse response) in gnssNiResponse()
|
D | LocationAPIClientBase.cpp | 592 void LocationAPIClientBase::locAPIGnssNiResponse(uint32_t id, GnssNiResponse response) in locAPIGnssNiResponse()
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | LocationAPI.h | 260 } GnssNiResponse; typedef 521 GnssNiResponse timeoutResponse; // the response that should be sent when timeout expires 903 void gnssNiResponse(uint32_t id, GnssNiResponse response);
|
D | location_interface.h | 45 void (*gnssNiResponse)(LocationAPI* client, uint32_t id, GnssNiResponse response);
|
D | LocationAPI.cpp | 516 LocationAPI::gnssNiResponse(uint32_t id, GnssNiResponse response) in gnssNiResponse()
|
D | LocationAPIClientBase.h | 208 void locAPIGnssNiResponse(uint32_t id, GnssNiResponse response);
|
D | LocationAPIClientBase.cpp | 780 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 | 474 informNiResponse(GnssNiResponse userResponse, const void* passThroughData) in open()
|
/hardware/qcom/gps/msm8909w_3100/core/ |
D | LocApiBase.h | 174 informNiResponse(GnssNiResponse userResponse, const void* passThroughData);
|
D | LocApiBase.cpp | 477 informNiResponse(GnssNiResponse /*userResponse*/, const void* /*passThroughData*/) in open()
|
/hardware/qcom/gps/msm8998/android/location_api/ |
D | GnssAPIClient.cpp | 206 GnssNiResponse data = GNSS_NI_RESPONSE_IGNORE; in gnssNiRespond()
|
/hardware/qcom/gps/msm8909w_3100/android/location_api/ |
D | GnssAPIClient.cpp | 182 GnssNiResponse data = GNSS_NI_RESPONSE_IGNORE; in gnssNiRespond()
|