Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.cpp395 mRequestQueues[REQUEST_SESSION].push(new StartTrackingRequest(*this)); in locAPIStartSession()
408 mRequestQueues[REQUEST_SESSION].setSession(batchingSession); in locAPIStartSession()
409 mRequestQueues[REQUEST_SESSION].push(new StartBatchingRequest(*this)); in locAPIStartSession()
446 mRequestQueues[REQUEST_SESSION].push(new StopTrackingRequest(*this)); in locAPIStopSession()
450 mRequestQueues[REQUEST_SESSION].push(new StopBatchingRequest(*this)); in locAPIStopSession()
484 mRequestQueues[REQUEST_SESSION].push(new UpdateTrackingOptionsRequest(*this)); in locAPIUpdateSessionOptions()
494 mRequestQueues[REQUEST_SESSION].setSession(batchingSession); in locAPIUpdateSessionOptions()
507 mRequestQueues[REQUEST_SESSION].push(new UpdateBatchingOptionsRequest(*this)); in locAPIUpdateSessionOptions()
526 mRequestQueues[REQUEST_SESSION].setSession(batchingSession); in locAPIUpdateSessionOptions()
564 session = mRequestQueues[REQUEST_SESSION].getSession(); in locAPIGetBatchedLocations()
[all …]
DLocationAPIClientBase.h49 REQUEST_SESSION, enumerator