Searched defs:sessionMode (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/location/
H A DLocationAPIClientBase.cpp378 uint32_t LocationAPIClientBase::locAPIStartSession(uint32_t id, uint32_t sessionMode, argument
392 if (sessionMode == SESSION_MODE_ON_FIX) {
396 } else if ((sessionMode == SESSION_MODE_ON_FULL) ||
397 (sessionMode == SESSION_MODE_ON_TRIP_COMPLETED)) {
402 if (sessionMode == SESSION_MODE_ON_TRIP_COMPLETED) {
412 uint32_t session = ((sessionMode == SESSION_MODE_ON_FULL ||
413 (sessionMode == SESSION_MODE_ON_TRIP_COMPLETED)) ?
420 entity.sessionMode = sessionMode;
443 uint32_t sMode = entity.sessionMode;
467 locAPIUpdateSessionOptions(uint32_t id, uint32_t sessionMode, LocationOptions& options) argument
[all...]
H A DLocationAPIClientBase.h193 uint32_t locAPIStartSession(uint32_t id, uint32_t sessionMode,
196 uint32_t locAPIUpdateSessionOptions(uint32_t id, uint32_t sessionMode,
265 uint32_t sessionMode; member in struct:LocationAPIClientBase::__anon3618
/hardware/qcom/gps/msm8998/location/
H A DLocationAPIClientBase.cpp218 uint32_t LocationAPIClientBase::locAPIStartSession(uint32_t id, uint32_t sessionMode, argument
232 if (sessionMode == SESSION_MODE_ON_FIX) {
243 } else if (sessionMode == SESSION_MODE_ON_FULL) {
260 entity.sessionMode = sessionMode;
283 uint32_t sMode = entity.sessionMode;
312 uint32_t LocationAPIClientBase::locAPIUpdateSessionOptions(uint32_t id, uint32_t sessionMode, argument
324 uint32_t sMode = entity.sessionMode;
326 if (sessionMode == SESSION_MODE_ON_FIX) {
358 } else if (sessionMode
[all...]
H A DLocationAPIClientBase.h73 uint32_t locAPIStartSession(uint32_t id, uint32_t sessionMode,
76 uint32_t locAPIUpdateSessionOptions(uint32_t id, uint32_t sessionMode,
154 uint32_t sessionMode; member in struct:LocationAPIClientBase::__anon3964

Completed in 60 milliseconds