Home
last modified time | relevance | path

Searched refs:start_msg (Results 1 – 3 of 3) sorted by relevance

/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.cpp319 qmiLocStartReqMsgT_v02 start_msg; in startFix() local
325 memset (&start_msg, 0, sizeof(start_msg)); in startFix()
376 start_msg.minInterval_valid = 1; in startFix()
377 start_msg.minInterval = fixCriteria.min_interval; in startFix()
380 start_msg.horizontalAccuracyLevel_valid = 1; in startFix()
385 start_msg.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_HIGH_V02; in startFix()
390 start_msg.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_MED_V02; in startFix()
395 start_msg.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_LOW_V02; in startFix()
399 start_msg.fixRecurrence_valid = 1; in startFix()
402 start_msg.fixRecurrence = eQMI_LOC_RECURRENCE_SINGLE_V02; in startFix()
[all …]
/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.cpp319 qmiLocStartReqMsgT_v02 start_msg; in startFix() local
325 memset (&start_msg, 0, sizeof(start_msg)); in startFix()
376 start_msg.minInterval_valid = 1; in startFix()
377 start_msg.minInterval = fixCriteria.min_interval; in startFix()
380 start_msg.horizontalAccuracyLevel_valid = 1; in startFix()
385 start_msg.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_HIGH_V02; in startFix()
390 start_msg.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_MED_V02; in startFix()
395 start_msg.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_LOW_V02; in startFix()
399 start_msg.fixRecurrence_valid = 1; in startFix()
402 start_msg.fixRecurrence = eQMI_LOC_RECURRENCE_SINGLE_V02; in startFix()
[all …]
/device/moto/shamu/location/loc_api/loc_api_v02/
DLocApiV02.cpp292 qmiLocStartReqMsgT_v02 start_msg; in startFix() local
298 memset (&start_msg, 0, sizeof(start_msg)); in startFix()
352 start_msg.minInterval_valid = 1; in startFix()
353 start_msg.minInterval = fixCriteria.min_interval; in startFix()
356 start_msg.horizontalAccuracyLevel_valid = 1; in startFix()
361 start_msg.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_HIGH_V02; in startFix()
366 start_msg.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_MED_V02; in startFix()
371 start_msg.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_LOW_V02; in startFix()
375 start_msg.fixRecurrence_valid = 1; in startFix()
378 start_msg.fixRecurrence = eQMI_LOC_RECURRENCE_SINGLE_V02; in startFix()
[all …]