Home
last modified time | relevance | path

Searched refs:updateBatchingOptions (Results 1 – 25 of 41) sorted by relevance

12

/hardware/qcom/sm7150/gps/batching/
Dlocation_batching.cpp43 static void updateBatchingOptions(LocationAPI* client, uint32_t id, BatchingOptions&);
55 updateBatchingOptions,
120 static void updateBatchingOptions( in updateBatchingOptions() function
/hardware/qcom/sm7250/gps/batching/
Dlocation_batching.cpp43 static void updateBatchingOptions(LocationAPI* client, uint32_t id, BatchingOptions&);
55 updateBatchingOptions,
120 static void updateBatchingOptions( in updateBatchingOptions() function
/hardware/qcom/sm8150/gps/batching/
Dlocation_batching.cpp43 static void updateBatchingOptions(LocationAPI* client, uint32_t id, BatchingOptions&);
55 updateBatchingOptions,
120 static void updateBatchingOptions( in updateBatchingOptions() function
/hardware/qcom/sm8150p/gps/batching/
Dlocation_batching.cpp43 static void updateBatchingOptions(LocationAPI* client, uint32_t id, BatchingOptions&);
55 updateBatchingOptions,
120 static void updateBatchingOptions( in updateBatchingOptions() function
/hardware/qcom/sdm845/gps/sdm845/location/
DILocationAPI.h102 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) = 0;
DLocationAPI.h112 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) override;
Dlocation_interface.h80 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, BatchingOptions&); member
DLocationAPI.cpp404 LocationAPI::updateBatchingOptions(uint32_t id, BatchingOptions& batchOptions) in updateBatchingOptions() function in LocationAPI
409 gData.flpInterface->updateBatchingOptions(this, id, batchOptions); in updateBatchingOptions()
/hardware/qcom/sm8150p/gps/location/
DILocationAPI.h102 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) = 0;
DLocationAPI.h118 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) override;
Dlocation_interface.h102 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, BatchingOptions&); member
/hardware/qcom/sm7150/gps/location/
DILocationAPI.h102 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) = 0;
DLocationAPI.h118 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) override;
Dlocation_interface.h109 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, BatchingOptions&); member
/hardware/qcom/sm7250/gps/location/
DILocationAPI.h102 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) = 0;
DLocationAPI.h118 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) override;
Dlocation_interface.h125 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, BatchingOptions&); member
/hardware/qcom/sm8150/gps/location/
DILocationAPI.h102 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) = 0;
DLocationAPI.h118 virtual void updateBatchingOptions(uint32_t id, BatchingOptions&) override;
Dlocation_interface.h125 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, BatchingOptions&); member
/hardware/qcom/gps/msm8998/location/
Dlocation_interface.h71 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, LocationOptions&); member
DLocationAPI.cpp405 LocationAPI::updateBatchingOptions(uint32_t id, LocationOptions& locationOptions) in updateBatchingOptions() function in LocationAPI
410 gData.flpInterface->updateBatchingOptions(this, in updateBatchingOptions()
/hardware/qcom/sdm845/gps/msm8998/location/
Dlocation_interface.h71 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, LocationOptions&); member
DLocationAPI.cpp405 LocationAPI::updateBatchingOptions(uint32_t id, LocationOptions& locationOptions) in updateBatchingOptions() function in LocationAPI
410 gData.flpInterface->updateBatchingOptions(this, in updateBatchingOptions()
/hardware/qcom/gps/msm8909w_3100/location/
Dlocation_interface.h73 void (*updateBatchingOptions)(LocationAPI* client, uint32_t id, LocationOptions&, member

12