Home
last modified time | relevance | path

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

/hardware/qcom/sm8150p/gps/location/
DLocationAPI.cpp63 BatchingInterface* batchingInterface; member
181 if (NULL == gData.batchingInterface && !gBatchingLoadFailed) { in createInstance()
182 gData.batchingInterface = in createInstance()
185 if (NULL == gData.batchingInterface) { in createInstance()
189 gData.batchingInterface->initialize(); in createInstance()
192 if (NULL != gData.batchingInterface) { in createInstance()
193 gData.batchingInterface->addClient(newLocationAPI, locationCallbacks); in createInstance()
195 gData.batchingInterface->requestCapabilities(newLocationAPI); in createInstance()
240 (isBatchingClient(it->second) && NULL != gData.batchingInterface); in destroy()
269 gData.batchingInterface->removeClient(it->first, in destroy()
[all …]
/hardware/qcom/sm7150/gps/location/
DLocationAPI.cpp63 BatchingInterface* batchingInterface; member
180 if (NULL == gData.batchingInterface && !gBatchingLoadFailed) { in createInstance()
181 gData.batchingInterface = in createInstance()
184 if (NULL == gData.batchingInterface) { in createInstance()
188 gData.batchingInterface->initialize(); in createInstance()
191 if (NULL != gData.batchingInterface) { in createInstance()
192 gData.batchingInterface->addClient(newLocationAPI, locationCallbacks); in createInstance()
194 gData.batchingInterface->requestCapabilities(newLocationAPI); in createInstance()
237 bool removeFromBatchingInf = (NULL != gData.batchingInterface); in destroy()
265 gData.batchingInterface->removeClient(it->first, in destroy()
[all …]
/hardware/qcom/sm8150/gps/location/
DLocationAPI.cpp72 BatchingInterface* batchingInterface; member
234 if (NULL == gData.batchingInterface && !gBatchingLoadFailed) { in createInstance()
235 gData.batchingInterface = in createInstance()
238 if (NULL == gData.batchingInterface) { in createInstance()
242 gData.batchingInterface->initialize(); in createInstance()
245 if (NULL != gData.batchingInterface) { in createInstance()
246 gData.batchingInterface->addClient(newLocationAPI, locationCallbacks); in createInstance()
248 gData.batchingInterface->requestCapabilities(newLocationAPI); in createInstance()
291 bool removeFromBatchingInf = (NULL != gData.batchingInterface); in destroy()
319 gData.batchingInterface->removeClient(it->first, in destroy()
[all …]
/hardware/qcom/sm7250/gps/location/
DLocationAPI.cpp72 BatchingInterface* batchingInterface; member
234 if (NULL == gData.batchingInterface && !gBatchingLoadFailed) { in createInstance()
235 gData.batchingInterface = in createInstance()
238 if (NULL == gData.batchingInterface) { in createInstance()
242 gData.batchingInterface->initialize(); in createInstance()
245 if (NULL != gData.batchingInterface) { in createInstance()
246 gData.batchingInterface->addClient(newLocationAPI, locationCallbacks); in createInstance()
248 gData.batchingInterface->requestCapabilities(newLocationAPI); in createInstance()
291 bool removeFromBatchingInf = (NULL != gData.batchingInterface); in destroy()
319 gData.batchingInterface->removeClient(it->first, in destroy()
[all …]