Home
last modified time | relevance | path

Searched refs:GnssNiResponseRequest (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.h380 class GnssNiResponseRequest : public LocationAPIRequest {
382 GnssNiResponseRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {} in GnssNiResponseRequest() function
DLocationAPIClientBase.cpp605 requests->push(new GnssNiResponseRequest(*this)); in locAPIGnssNiResponse()
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.h521 class GnssNiResponseRequest : public LocationAPIRequest {
523 GnssNiResponseRequest(LocationAPIClientBase& API) : mAPI(API) {} in GnssNiResponseRequest() function
DLocationAPIClientBase.cpp788 mRequestQueues[REQUEST_NIRESPONSE].push(new GnssNiResponseRequest(*this)); in locAPIGnssNiResponse()