Home
last modified time | relevance | path

Searched refs:size1 (Results 1 – 4 of 4) sorted by relevance

/device/huawei/angler/location/loc_api/loc_api_v02/
DLocApiV02.cpp414 int size1 = sizeof(start_msg.applicationId.applicationName); in startFix() local
416 int len = ((size1 < size2) ? size1 : size2) - 1; in startFix()
421 size1 = sizeof(start_msg.applicationId.applicationProvider); in startFix()
423 len = ((size1 < size2) ? size1 : size2) - 1; in startFix()
/device/lge/bullhead/location/loc_api/loc_api_v02/
DLocApiV02.cpp414 int size1 = sizeof(start_msg.applicationId.applicationName); in startFix() local
416 int len = ((size1 < size2) ? size1 : size2) - 1; in startFix()
421 size1 = sizeof(start_msg.applicationId.applicationProvider); in startFix()
423 len = ((size1 < size2) ? size1 : size2) - 1; in startFix()
/device/moto/shamu/location/loc_api/loc_api_v02/
DLocApiV02.cpp390 int size1 = sizeof(start_msg.applicationId.applicationName); in startFix() local
392 int len = ((size1 < size2) ? size1 : size2) - 1; in startFix()
397 size1 = sizeof(start_msg.applicationId.applicationProvider); in startFix()
399 len = ((size1 < size2) ? size1 : size2) - 1; in startFix()
/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.cpp261 int size1; in PiPCopyToOneFile() local
277 size1 = bitmap1->getSize(); in PiPCopyToOneFile()
278 if (size1 <= 0) { in PiPCopyToOneFile()
283 if (size0 > size1) { in PiPCopyToOneFile()
286 } else if (size1 > size0){ in PiPCopyToOneFile()