Home
last modified time | relevance | path

Searched defs:BatchingInterface (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/sm8150/gps/location/
Dlocation_interface.h92 struct BatchingInterface { struct
93 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 …]