Home
last modified time | relevance | path

Searched refs:startBatching (Results 1 – 25 of 47) sorted by relevance

12

/hardware/qcom/sm7150/gps/batching/
Dlocation_batching.cpp41 static uint32_t startBatching(LocationAPI* client, BatchingOptions&);
53 startBatching,
104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() function
DBatchingAdapter.cpp203 mLocApi->startBatching(it->first.id, it->second, in restartSessions()
356 mAdapter.startBatching(mClient, mSessionId, mBatchingOptions); in startBatchingCommand()
372 BatchingAdapter::startBatching(LocationAPI* client, uint32_t sessionId, in startBatching() function in BatchingAdapter
385 mLocApi->startBatching(sessionId, batchingOptions, getBatchingAccuracy(), getBatchingTimeout(), in startBatching()
525 startBatching(client, sessionId, batchOptions); in stopBatching()
914 startBatching(client, sessionId, batchOptions); in stopTripBatchingMultiplexCommon()
DBatchingAdapter.h116 void startBatching(LocationAPI* client, uint32_t sessionId,
/hardware/qcom/sm8150/gps/batching/
Dlocation_batching.cpp41 static uint32_t startBatching(LocationAPI* client, BatchingOptions&);
53 startBatching,
104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() function
DBatchingAdapter.cpp203 mLocApi->startBatching(it->first.id, it->second, in restartSessions()
356 mAdapter.startBatching(mClient, mSessionId, mBatchingOptions); in startBatchingCommand()
372 BatchingAdapter::startBatching(LocationAPI* client, uint32_t sessionId, in startBatching() function in BatchingAdapter
385 mLocApi->startBatching(sessionId, batchingOptions, getBatchingAccuracy(), getBatchingTimeout(), in startBatching()
525 startBatching(client, sessionId, batchOptions); in stopBatching()
914 startBatching(client, sessionId, batchOptions); in stopTripBatchingMultiplexCommon()
DBatchingAdapter.h116 void startBatching(LocationAPI* client, uint32_t sessionId,
/hardware/qcom/sm8150p/gps/batching/
Dlocation_batching.cpp41 static uint32_t startBatching(LocationAPI* client, BatchingOptions&);
53 startBatching,
104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() function
DBatchingAdapter.cpp203 mLocApi->startBatching(it->first.id, it->second, in restartSessions()
356 mAdapter.startBatching(mClient, mSessionId, mBatchingOptions); in startBatchingCommand()
372 BatchingAdapter::startBatching(LocationAPI* client, uint32_t sessionId, in startBatching() function in BatchingAdapter
385 mLocApi->startBatching(sessionId, batchingOptions, getBatchingAccuracy(), getBatchingTimeout(), in startBatching()
525 startBatching(client, sessionId, batchOptions); in stopBatching()
914 startBatching(client, sessionId, batchOptions); in stopTripBatchingMultiplexCommon()
DBatchingAdapter.h116 void startBatching(LocationAPI* client, uint32_t sessionId,
/hardware/qcom/sm8150p/gps/location/
DILocationAPI.h89 virtual uint32_t startBatching(BatchingOptions&) = 0;
DLocationAPI.h105 virtual uint32_t startBatching(BatchingOptions&) override;
Dlocation_interface.h100 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
/hardware/qcom/sdm845/gps/sdm845/location/
DILocationAPI.h89 virtual uint32_t startBatching(BatchingOptions&) = 0;
DLocationAPI.h99 virtual uint32_t startBatching(BatchingOptions&) override;
Dlocation_interface.h78 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
/hardware/qcom/sm8150/gps/location/
DILocationAPI.h89 virtual uint32_t startBatching(BatchingOptions&) = 0;
DLocationAPI.h105 virtual uint32_t startBatching(BatchingOptions&) override;
Dlocation_interface.h108 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
/hardware/qcom/sm7150/gps/location/
DILocationAPI.h89 virtual uint32_t startBatching(BatchingOptions&) = 0;
DLocationAPI.h105 virtual uint32_t startBatching(BatchingOptions&) override;
Dlocation_interface.h107 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
/hardware/qcom/gps/msm8998/location/
Dlocation_interface.h69 uint32_t (*startBatching)(LocationAPI* client, LocationOptions&); member
/hardware/qcom/sdm845/gps/msm8998/location/
Dlocation_interface.h69 uint32_t (*startBatching)(LocationAPI* client, LocationOptions&); member
DLocationAPI.cpp373 LocationAPI::startBatching(LocationOptions& locationOptions) in startBatching() function in LocationAPI
379 id = gData.flpInterface->startBatching(this, locationOptions); in startBatching()
/hardware/qcom/gps/msm8909w_3100/location/
Dlocation_interface.h71 uint32_t (*startBatching)(LocationAPI* client, LocationOptions&, BatchingOptions&); member

12