Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.h290 class StopBatchingRequest : public LocationAPIRequest {
292 StopBatchingRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {} in StopBatchingRequest() function
DLocationAPIClientBase.cpp296 requests->push(new StopBatchingRequest(*this)); in locAPIStopSession()
338 requests->push(new StopBatchingRequest(*this)); in locAPIUpdateSessionOptions()
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.h420 class StopBatchingRequest : public LocationAPIRequest {
422 StopBatchingRequest(LocationAPIClientBase& API) : mAPI(API) {} in StopBatchingRequest() function
DLocationAPIClientBase.cpp450 mRequestQueues[REQUEST_SESSION].push(new StopBatchingRequest(*this)); in locAPIStopSession()