Home
last modified time | relevance | path

Searched refs:UpdateBatchingOptionsRequest (Results 1 – 8 of 8) 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/sdm845/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()
/hardware/qcom/sdm845/gps/sdm845/location/
DLocationAPIClientBase.h462 class UpdateBatchingOptionsRequest : public LocationAPIRequest {
464 UpdateBatchingOptionsRequest(LocationAPIClientBase& API) : mAPI(API) {} in UpdateBatchingOptionsRequest() function
DLocationAPIClientBase.cpp539 mRequestQueues[REQUEST_SESSION].push(new UpdateBatchingOptionsRequest(*this)); in locAPIUpdateSessionOptions()