/hardware/qcom/sm7150/gps/batching/ |
D | location_batching.cpp | 41 static uint32_t startBatching(LocationAPI* client, BatchingOptions&); 53 startBatching, 104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() function
|
D | BatchingAdapter.cpp | 203 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()
|
D | BatchingAdapter.h | 116 void startBatching(LocationAPI* client, uint32_t sessionId,
|
/hardware/qcom/sm8150/gps/batching/ |
D | location_batching.cpp | 41 static uint32_t startBatching(LocationAPI* client, BatchingOptions&); 53 startBatching, 104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() function
|
D | BatchingAdapter.cpp | 203 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()
|
D | BatchingAdapter.h | 116 void startBatching(LocationAPI* client, uint32_t sessionId,
|
/hardware/qcom/sm8150p/gps/batching/ |
D | location_batching.cpp | 41 static uint32_t startBatching(LocationAPI* client, BatchingOptions&); 53 startBatching, 104 static uint32_t startBatching(LocationAPI* client, BatchingOptions &batchOptions) in startBatching() function
|
D | BatchingAdapter.cpp | 203 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()
|
D | BatchingAdapter.h | 116 void startBatching(LocationAPI* client, uint32_t sessionId,
|
/hardware/qcom/sm8150p/gps/location/ |
D | ILocationAPI.h | 89 virtual uint32_t startBatching(BatchingOptions&) = 0;
|
D | LocationAPI.h | 105 virtual uint32_t startBatching(BatchingOptions&) override;
|
D | location_interface.h | 100 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
|
/hardware/qcom/sdm845/gps/sdm845/location/ |
D | ILocationAPI.h | 89 virtual uint32_t startBatching(BatchingOptions&) = 0;
|
D | LocationAPI.h | 99 virtual uint32_t startBatching(BatchingOptions&) override;
|
D | location_interface.h | 78 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
|
/hardware/qcom/sm8150/gps/location/ |
D | ILocationAPI.h | 89 virtual uint32_t startBatching(BatchingOptions&) = 0;
|
D | LocationAPI.h | 105 virtual uint32_t startBatching(BatchingOptions&) override;
|
D | location_interface.h | 108 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
|
/hardware/qcom/sm7150/gps/location/ |
D | ILocationAPI.h | 89 virtual uint32_t startBatching(BatchingOptions&) = 0;
|
D | LocationAPI.h | 105 virtual uint32_t startBatching(BatchingOptions&) override;
|
D | location_interface.h | 107 uint32_t (*startBatching)(LocationAPI* client, BatchingOptions&); member
|
/hardware/qcom/gps/msm8998/location/ |
D | location_interface.h | 69 uint32_t (*startBatching)(LocationAPI* client, LocationOptions&); member
|
/hardware/qcom/sdm845/gps/msm8998/location/ |
D | location_interface.h | 69 uint32_t (*startBatching)(LocationAPI* client, LocationOptions&); member
|
D | LocationAPI.cpp | 373 LocationAPI::startBatching(LocationOptions& locationOptions) in startBatching() function in LocationAPI 379 id = gData.flpInterface->startBatching(this, locationOptions); in startBatching()
|
/hardware/qcom/gps/msm8909w_3100/location/ |
D | location_interface.h | 71 uint32_t (*startBatching)(LocationAPI* client, LocationOptions&, BatchingOptions&); member
|