Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DEmulatedCameraHal.cpp55 .set_torch_mode =
56 android::EmulatedCameraFactory::set_torch_mode,
DEmulatedCameraFactory.h123 static int set_torch_mode(const char* camera_id, bool enabled);
DEmulatedCameraFactory.cpp236 int EmulatedCameraFactory::set_torch_mode(const char* camera_id, bool enabled) { in set_torch_mode() function in android::EmulatedCameraFactory