Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.h285 class UpdateBatchingOptionsRequest : public LocationAPIRequest {
287 UpdateBatchingOptionsRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {} in UpdateBatchingOptionsRequest() function
DLocationAPIClientBase.cpp365 requests->push(new UpdateBatchingOptionsRequest(*this)); in locAPIUpdateSessionOptions()