Home
last modified time | relevance | path

Searched refs:StopBatchingRequest (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.h277 class StopBatchingRequest : public LocationAPIRequest {
279 StopBatchingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {} in StopBatchingRequest() function
DLocationAPIClientBase.cpp276 requests->push(new StopBatchingRequest(*this)); in locAPIStopSession()
318 requests->push(new StopBatchingRequest(*this)); in locAPIUpdateSessionOptions()