Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPIClientBase.cpp160 if (mRequestQueues[CTRL_REQUEST_CONFIG].getSession() != CONFIG_SESSION_ID) { in locAPIGnssUpdateConfig()
161 mRequestQueues[CTRL_REQUEST_CONFIG].reset(CONFIG_SESSION_ID); in locAPIGnssUpdateConfig()
163 mRequestQueues[CTRL_REQUEST_CONFIG].push(new GnssUpdateConfigRequest(*this)); in locAPIGnssUpdateConfig()
197 if (mRequestQueues[CTRL_REQUEST_CONFIG].getSession() == CONFIG_SESSION_ID) { in onCtrlCollectiveResponseCb()
198 request = mRequestQueues[CTRL_REQUEST_CONFIG].pop(); in onCtrlCollectiveResponseCb()
212 if (i != CTRL_REQUEST_CONFIG && in getRequestBySession()
DLocationAPIClientBase.h58 CTRL_REQUEST_CONFIG, enumerator