Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.h298 class UpdateBatchingOptionsRequest : public LocationAPIRequest {
300 UpdateBatchingOptionsRequest(LocationAPIClientBase& API) : LocationAPIRequest(API) {} in UpdateBatchingOptionsRequest() function
DLocationAPIClientBase.cpp387 requests->push(new UpdateBatchingOptionsRequest(*this)); in locAPIUpdateSessionOptions()
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.h432 class UpdateBatchingOptionsRequest : public LocationAPIRequest {
434 UpdateBatchingOptionsRequest(LocationAPIClientBase& API) : mAPI(API) {} in UpdateBatchingOptionsRequest() function
DLocationAPIClientBase.cpp507 mRequestQueues[REQUEST_SESSION].push(new UpdateBatchingOptionsRequest(*this)); in locAPIUpdateSessionOptions()