Home
last modified time | relevance | path

Searched refs:HOST_C_FUNC_SETFLASHLIGHT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/camera/hal_c/include/
H A Dcamera_host_c_if.h46 typedef int (*HOST_C_FUNC_SETFLASHLIGHT)(const char* cameraId, int* isEnable); typedef
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dcamera_host.cpp164 …host_->SetFlashlight = reinterpret_cast<HOST_C_FUNC_SETFLASHLIGHT>(::dlsym(handler_, "SetFlashligh… in Init()