Home
last modified time | relevance | path

Searched refs:cameraIdLong (Results 1 – 1 of 1) 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()