Searched defs:BatchingInterface (Results 1 – 1 of 1) sorted by relevance
92 struct BatchingInterface { struct93 size_t size;94 void (*initialize)(void);95 void (*deinitialize)(void);96 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks);97 void (*removeClient)(LocationAPI* client, removeClientCompleteCallback rmClientCb);98 void (*requestCapabilities)(LocationAPI* client);99 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&);100 void (*stopBatching)(LocationAPI* client, uint32_t id);101 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, BatchingOptions&);[all …]