Searched defs:BatchingInterface (Results 1 – 4 of 4) sorted by relevance
| /hardware/qcom/sm8150p/gps/location/ |
| D | location_interface.h | 93 struct BatchingInterface { struct 94 size_t size; 95 void (*initialize)(void); 96 void (*deinitialize)(void); 97 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks); 98 void (*removeClient)(LocationAPI* client, removeClientCompleteCallback rmClientCb); 99 void (*requestCapabilities)(LocationAPI* client); 100 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); 101 void (*stopBatching)(LocationAPI* client, uint32_t id); 102 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, BatchingOptions&); [all …]
|
| /hardware/qcom/sm7150/gps/location/ |
| D | location_interface.h | 100 struct BatchingInterface { struct 101 size_t size; 102 void (*initialize)(void); 103 void (*deinitialize)(void); 104 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks); 105 void (*removeClient)(LocationAPI* client, removeClientCompleteCallback rmClientCb); 106 void (*requestCapabilities)(LocationAPI* client); 107 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); 108 void (*stopBatching)(LocationAPI* client, uint32_t id); 109 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, BatchingOptions&); [all …]
|
| /hardware/qcom/sm8150/gps/location/ |
| D | location_interface.h | 101 struct BatchingInterface { struct 102 size_t size; 103 void (*initialize)(void); 104 void (*deinitialize)(void); 105 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks); 106 void (*removeClient)(LocationAPI* client, removeClientCompleteCallback rmClientCb); 107 void (*requestCapabilities)(LocationAPI* client); 108 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); 109 void (*stopBatching)(LocationAPI* client, uint32_t id); 110 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, BatchingOptions&); [all …]
|
| /hardware/qcom/sm7250/gps/location/ |
| D | location_interface.h | 108 struct BatchingInterface { struct 109 size_t size; 110 void (*initialize)(void); 111 void (*deinitialize)(void); 112 void (*addClient)(LocationAPI* client, const LocationCallbacks& callbacks); 113 void (*removeClient)(LocationAPI* client, removeClientCompleteCallback rmClientCb); 114 void (*requestCapabilities)(LocationAPI* client); 115 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); 116 void (*stopBatching)(LocationAPI* client, uint32_t id); 117 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, BatchingOptions&); [all …]
|