Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/
DQCamera2Factory.cpp392 long cameraIdLong(-1); in setTorchMode() local
398 cameraIdLong = strtol(camera_id, &endPointer, 10); in setTorchMode()
401 (cameraIdLong < 0) || in setTorchMode()
402 (cameraIdLong >= static_cast<long>(get_number_of_cameras())) || in setTorchMode()
407 cameraIdInt = static_cast<int>(cameraIdLong); in setTorchMode()
422 cameraIdInt = static_cast<int>(cameraIdLong); in setTorchMode()
/device/lge/bullhead/camera/QCamera2/
DQCamera2Factory.cpp448 long cameraIdLong(-1); in setTorchMode() local
454 cameraIdLong = strtol(camera_id, &endPointer, 10); in setTorchMode()
457 (cameraIdLong < 0) || in setTorchMode()
458 (cameraIdLong >= static_cast<long>(get_number_of_cameras())) || in setTorchMode()
463 cameraIdInt = static_cast<int>(cameraIdLong); in setTorchMode()
478 cameraIdInt = static_cast<int>(cameraIdLong); in setTorchMode()
/device/huawei/angler/camera/QCamera2/
DQCamera2Factory.cpp448 long cameraIdLong(-1); in setTorchMode() local
454 cameraIdLong = strtol(camera_id, &endPointer, 10); in setTorchMode()
457 (cameraIdLong < 0) || in setTorchMode()
458 (cameraIdLong >= static_cast<long>(get_number_of_cameras())) || in setTorchMode()
463 cameraIdInt = static_cast<int>(cameraIdLong); in setTorchMode()
478 cameraIdInt = static_cast<int>(cameraIdLong); in setTorchMode()