Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/hal_c/include/
H A Dcamera_host_c_if.h44 typedef int (*HOST_C_FUNC_GETCAMERAABILITY)(const char* cameraId, CameraAbilityCIF* ability); typedef
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dcamera_host.cpp152 …host_->GetCameraAbility = reinterpret_cast<HOST_C_FUNC_GETCAMERAABILITY>(::dlsym(handler_, "GetCam… in Init()