Lines Matching refs:batchingInterface
63 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()
331 if (NULL == gData.batchingInterface && !gBatchingLoadFailed) { in updateCallbacks()
332 gData.batchingInterface = in updateCallbacks()
335 if (NULL == gData.batchingInterface) { in updateCallbacks()
339 gData.batchingInterface->initialize(); in updateCallbacks()
342 if (NULL != gData.batchingInterface) { in updateCallbacks()
344 gData.batchingInterface->addClient(this, locationCallbacks); in updateCallbacks()
443 if (NULL != gData.batchingInterface) { in startBatching()
444 id = gData.batchingInterface->startBatching(this, batchingOptions); in startBatching()
459 if (NULL != gData.batchingInterface) { in stopBatching()
460 gData.batchingInterface->stopBatching(this, id); in stopBatching()
474 if (NULL != gData.batchingInterface) { in updateBatchingOptions()
475 gData.batchingInterface->updateBatchingOptions(this, id, batchOptions); in updateBatchingOptions()
489 if (gData.batchingInterface != NULL) { in getBatchedLocations()
490 gData.batchingInterface->getBatchedLocations(this, id, count); in getBatchedLocations()