Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/gps/sdm845/location/
DLocationAPIClientBase.cpp113 mRequestQueues[CTRL_REQUEST_CONTROL].reset(session); in locAPIEnable()
114 mRequestQueues[CTRL_REQUEST_CONTROL].push(new EnableRequest(*this)); in locAPIEnable()
130 session = mRequestQueues[CTRL_REQUEST_CONTROL].getSession(); in locAPIDisable()
132 mRequestQueues[CTRL_REQUEST_CONTROL].push(new DisableRequest(*this)); in locAPIDisable()
227 } else if (mRequestQueues[CTRL_REQUEST_CONTROL].getSession() == session) { in getRequestBySession()
228 request = mRequestQueues[CTRL_REQUEST_CONTROL].pop(); in getRequestBySession()
DLocationAPIClientBase.h59 CTRL_REQUEST_CONTROL, enumerator
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.cpp113 mRequestQueues[CTRL_REQUEST_CONTROL].reset(session); in locAPIEnable()
114 mRequestQueues[CTRL_REQUEST_CONTROL].push(new EnableRequest(*this)); in locAPIEnable()
130 session = mRequestQueues[CTRL_REQUEST_CONTROL].getSession(); in locAPIDisable()
132 mRequestQueues[CTRL_REQUEST_CONTROL].push(new DisableRequest(*this)); in locAPIDisable()
DLocationAPIClientBase.h57 CTRL_REQUEST_CONTROL, enumerator