Searched refs:setTorchMode (Results 1 – 8 of 8) sorted by relevance
194 int EmulatedCameraFactory::setTorchMode(const char* camera_id, bool enabled) { in setTorchMode() function in android::EmulatedCameraFactory200 return camera->setTorchMode(enabled); in setTorchMode()256 return EmulatedCameraFactory::Instance().setTorchMode(camera_id, enabled); in set_torch_mode()
115 virtual status_t setTorchMode(bool enabled);
107 status_t EmulatedBaseCamera::setTorchMode(bool /* enabled */) { in setTorchMode() function in android::EmulatedBaseCamera
101 int setTorchMode(const char* camera_id, bool enabled);
80 virtual status_t setTorchMode(bool enabled);
216 status_t EmulatedFakeCamera3::setTorchMode(bool enabled) { in setTorchMode() function in android::EmulatedFakeCamera3
72 int setTorchMode(const char* camera_id, bool on);
332 return gQCamera2Factory->setTorchMode(camera_id, on); in set_torch_mode()579 int QCamera2Factory::setTorchMode(const char* camera_id, bool on) in setTorchMode() function in qcamera::QCamera2Factory