Home
last modified time | relevance | path

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

/hardware/qcom/sm8150p/gps/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/sm7250/gps/location/
DLocationAPIClientBase.cpp118 mRequestQueues[CTRL_REQUEST_CONTROL].reset(session); in locAPIEnable()
119 mRequestQueues[CTRL_REQUEST_CONTROL].push(new EnableRequest(*this)); in locAPIEnable()
135 session = mRequestQueues[CTRL_REQUEST_CONTROL].getSession(); in locAPIDisable()
137 mRequestQueues[CTRL_REQUEST_CONTROL].push(new DisableRequest(*this)); in locAPIDisable()
234 } else if (mRequestQueues[CTRL_REQUEST_CONTROL].getSession() == session) { in getRequestBySession()
235 request = mRequestQueues[CTRL_REQUEST_CONTROL].pop(); in getRequestBySession()
DLocationAPIClientBase.h59 CTRL_REQUEST_CONTROL, enumerator
/hardware/qcom/sm7150/gps/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/sm8150/gps/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()
229 } else if (mRequestQueues[CTRL_REQUEST_CONTROL].getSession() == session) { in getRequestBySession()
230 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