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

  /hardware/qcom/gps/msm8909w_3100/location/
LocationAPIClientBase.cpp 390 uint32_t batchingSession = 0;
406 batchingSession = mLocationAPI->startBatching(locationOptions, batchOptions);
407 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, batchingSession);
408 mRequestQueues[REQUEST_SESSION].setSession(batchingSession);
414 batchingSession : trackingSession);
419 entity.batchingSession = batchingSession;
442 uint32_t batchingSession = entity.batchingSession;
451 mLocationAPI->stopBatching(batchingSession);
    [all...]
LocationAPIClientBase.h 264 uint32_t batchingSession;
  /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;

Completed in 747 milliseconds