OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_msg
(Results
1 - 3
of
3
) sorted by null
/device/huawei/angler/location/loc_api/loc_api_v02/
LocApiV02.cpp
319
qmiLocStartReqMsgT_v02
start_msg
;
local
325
memset (&
start_msg
, 0, sizeof(
start_msg
));
376
start_msg
.minInterval_valid = 1;
377
start_msg
.minInterval = fixCriteria.min_interval;
380
start_msg
.horizontalAccuracyLevel_valid = 1;
385
start_msg
.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_HIGH_V02;
390
start_msg
.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_MED_V02;
395
start_msg
.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_LOW_V02;
399
start_msg
.fixRecurrence_valid = 1
[
all
...]
/device/lge/bullhead/location/loc_api/loc_api_v02/
LocApiV02.cpp
319
qmiLocStartReqMsgT_v02
start_msg
;
local
325
memset (&
start_msg
, 0, sizeof(
start_msg
));
376
start_msg
.minInterval_valid = 1;
377
start_msg
.minInterval = fixCriteria.min_interval;
380
start_msg
.horizontalAccuracyLevel_valid = 1;
385
start_msg
.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_HIGH_V02;
390
start_msg
.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_MED_V02;
395
start_msg
.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_LOW_V02;
399
start_msg
.fixRecurrence_valid = 1
[
all
...]
/device/moto/shamu/location/loc_api/loc_api_v02/
LocApiV02.cpp
292
qmiLocStartReqMsgT_v02
start_msg
;
local
298
memset (&
start_msg
, 0, sizeof(
start_msg
));
352
start_msg
.minInterval_valid = 1;
353
start_msg
.minInterval = fixCriteria.min_interval;
356
start_msg
.horizontalAccuracyLevel_valid = 1;
361
start_msg
.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_HIGH_V02;
366
start_msg
.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_MED_V02;
371
start_msg
.horizontalAccuracyLevel = eQMI_LOC_ACCURACY_LOW_V02;
375
start_msg
.fixRecurrence_valid = 1
[
all
...]
Completed in 148 milliseconds