HomeSort by relevance Sort by last modified time
    Searched refs:batchingSession (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/gps/msm8998/location/
LocationAPIClientBase.cpp 230 uint32_t batchingSession = 0;
249 batchingSession = mLocationAPI->startBatching(options);
250 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, batchingSession);
251 requests = new RequestQueue(batchingSession);
259 entity.batchingSession = batchingSession;
282 uint32_t batchingSession = entity.batchingSession;
297 mLocationAPI->stopBatching(batchingSession);
323 uint32_t batchingSession = entity.batchingSession
    [all...]
LocationAPIClientBase.h 153 uint32_t batchingSession;
  /hardware/qcom/gps/sdm845/location/
LocationAPIClientBase.cpp 224 uint32_t batchingSession = 0;
243 batchingSession = mLocationAPI->startBatching(options);
244 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, batchingSession);
245 requests = new RequestQueue(batchingSession);
253 entity.batchingSession = batchingSession;
276 uint32_t batchingSession = entity.batchingSession;
291 mLocationAPI->stopBatching(batchingSession);
317 uint32_t batchingSession = entity.batchingSession
    [all...]
LocationAPIClientBase.h 153 uint32_t batchingSession;

Completed in 58 milliseconds