Lines Matching defs:cameraId
52 status_t CameraFlashlight::createFlashlightControl(const String8& cameraId) { in createFlashlightControl()
70 status_t CameraFlashlight::setTorchMode(const String8& cameraId, bool enabled) { in setTorchMode()
171 bool CameraFlashlight::hasFlashUnit(const String8& cameraId) { in hasFlashUnit()
176 bool CameraFlashlight::hasFlashUnitLocked(const String8& cameraId) { in hasFlashUnitLocked()
194 bool CameraFlashlight::isBackwardCompatibleMode(const String8& cameraId) { in isBackwardCompatibleMode()
203 status_t CameraFlashlight::prepareDeviceOpen(const String8& cameraId) { in prepareDeviceOpen()
242 status_t CameraFlashlight::deviceClosed(const String8& cameraId) { in deviceClosed()
296 status_t ProviderFlashControl::hasFlashUnit(const String8& cameraId, bool *hasFlash) { in hasFlashUnit()
304 status_t ProviderFlashControl::setTorchMode(const String8& cameraId, bool enabled) { in setTorchMode()
343 const String8& cameraId, bool enabled) { in setTorchMode()
386 const String8& cameraId, bool *hasFlash) { in hasFlashUnit()
393 const String8& cameraId, bool *hasFlash, bool keepDeviceOpen) { in hasFlashUnitLocked()
516 const String8& cameraId) { in connectCameraDevice()