Lines Matching refs:batchingInterface

72     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()
392 if (NULL == gData.batchingInterface && !gBatchingLoadFailed) { in updateCallbacks()
393 gData.batchingInterface = in updateCallbacks()
396 if (NULL == gData.batchingInterface) { in updateCallbacks()
400 gData.batchingInterface->initialize(); in updateCallbacks()
403 if (NULL != gData.batchingInterface) { in updateCallbacks()
405 gData.batchingInterface->addClient(this, locationCallbacks); in updateCallbacks()
504 if (NULL != gData.batchingInterface) { in startBatching()
505 id = gData.batchingInterface->startBatching(this, batchingOptions); in startBatching()
520 if (NULL != gData.batchingInterface) { in stopBatching()
521 gData.batchingInterface->stopBatching(this, id); in stopBatching()
535 if (NULL != gData.batchingInterface) { in updateBatchingOptions()
536 gData.batchingInterface->updateBatchingOptions(this, id, batchOptions); in updateBatchingOptions()
550 if (gData.batchingInterface != NULL) { in getBatchedLocations()
551 gData.batchingInterface->getBatchedLocations(this, id, count); in getBatchedLocations()