Home | History | Annotate | Download | only in location

Lines Matching defs:session

145         uint32_t session = mLocationAPI->startTracking(options);
146 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, session);
150 requests = new RequestQueue(session);
165 uint32_t session = 0;
168 session = requests->getSession();
169 if (session > 0) {
171 mLocationAPI->stopTracking(session);
182 uint32_t session = 0;
185 session = requests->getSession();
186 if (session > 0) {
188 mLocationAPI->updateTrackingOptions(session, options);
220 LOC_LOGE("%s:%d] session %d has already started.", __FUNCTION__, __LINE__, id);
233 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, trackingSession);
244 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, batchingSession);
298 LOC_LOGE("%s:%d] session %d is not exist.", __FUNCTION__, __LINE__, id);
345 LOC_LOGI("%s:%d] start new session: %d",
371 LOC_LOGI("%s:%d] start new session: %d",
394 LOC_LOGE("%s:%d] session %d is not exist.", __FUNCTION__, __LINE__, id);
406 uint32_t session = 0;
409 session = requests->getSession();
410 if (session > 0) {
412 mLocationAPI->getBatchedLocations(session, count);
595 uint32_t session = id;
597 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, session);
598 requests = new RequestQueue(session);
615 uint32_t session = mLocationControlAPI->gnssDeleteAidingData(data);
616 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, session);
617 requests = new RequestQueue(session);
641 uint32_t session = mLocationControlAPI->enable(techType);
642 LOC_LOGI("%s:%d] start new session: %d", __FUNCTION__, __LINE__, session);
643 requests = new RequestQueue(session);
660 uint32_t session = 0;
663 session = requests->getSession();
664 if (session > 0) {
666 mLocationControlAPI->disable(session);
688 uint32_t session = 0;
812 LocationAPIClientBase::getRequestBySession(uint32_t session)
820 mRequestQueues[i]->getSession() == session) {