OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GnssNiResponse
(Results
1 - 11
of
11
) sorted by null
/hardware/qcom/gps/msm8998/gnss/
location_gnss.cpp
46
static void
gnssNiResponse
(LocationAPI* client, uint32_t id,
GnssNiResponse
response);
72
gnssNiResponse
,
154
static void
gnssNiResponse
(LocationAPI* client, uint32_t id,
GnssNiResponse
response)
GnssAdapter.h
53
GnssNiResponse
resp;
169
void gnssNiResponseCommand(LocationAPI* client, uint32_t id,
GnssNiResponse
response);
171
void gnssNiResponseCommand(
GnssNiResponse
response, void* rawRequest);
GnssAdapter.cpp
[
all
...]
/hardware/qcom/gps/msm8998/location/
location_interface.h
44
void (*
gnssNiResponse
)(LocationAPI* client, uint32_t id,
GnssNiResponse
response);
LocationAPI.h
240
}
GnssNiResponse
;
459
GnssNiResponse
timeoutResponse; // the response that should be sent when timeout expires
613
This callback should be responded to by calling
gnssNiResponse
*/
615
uint32_t id, // id that should be used to respond by calling
gnssNiResponse
[
all
...]
LocationAPIClientBase.h
87
void locAPIGnssNiResponse(uint32_t id,
GnssNiResponse
response);
LocationAPI.cpp
537
LocationAPI::
gnssNiResponse
(uint32_t id,
GnssNiResponse
response)
542
gData.gnssInterface->
gnssNiResponse
(this, id, response);
LocationAPIClientBase.cpp
537
void LocationAPIClientBase::locAPIGnssNiResponse(uint32_t id,
GnssNiResponse
response)
547
mLocationAPI->
gnssNiResponse
(id, response);
/hardware/qcom/gps/msm8998/core/
LocApiBase.h
174
informNiResponse(
GnssNiResponse
userResponse, const void* passThroughData);
LocApiBase.cpp
473
informNiResponse(
GnssNiResponse
userResponse, const void* passThroughData)
/hardware/qcom/gps/msm8998/android/location_api/
GnssAPIClient.cpp
204
GnssNiResponse
data = GNSS_NI_RESPONSE_IGNORE;
Completed in 1136 milliseconds