Home
last modified time | relevance | path

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

/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.cpp415 int size2 = sizeof(fixCriteria.credentials); in startFix() local
416 int len = ((size1 < size2) ? size1 : size2) - 1; in startFix()
422 size2 = sizeof(fixCriteria.provider); in startFix()
423 len = ((size1 < size2) ? size1 : size2) - 1; in startFix()
/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.cpp415 int size2 = sizeof(fixCriteria.credentials); in startFix() local
416 int len = ((size1 < size2) ? size1 : size2) - 1; in startFix()
422 size2 = sizeof(fixCriteria.provider); in startFix()
423 len = ((size1 < size2) ? size1 : size2) - 1; in startFix()
/device/moto/shamu/location/loc_api/loc_api_v02/
DLocApiV02.cpp391 int size2 = sizeof(fixCriteria.credentials); in startFix() local
392 int len = ((size1 < size2) ? size1 : size2) - 1; in startFix()
398 size2 = sizeof(fixCriteria.provider); in startFix()
399 len = ((size1 < size2) ? size1 : size2) - 1; in startFix()