Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/media/hypv-intercept/
Dhypv_intercept.cpp84 static video_fe_ioctl_func video_fe_ioctl = NULL; variable
152 video_fe_ioctl = (video_fe_ioctl_func)dlsym(hvfe_lib_handle, "video_fe_ioctl"); in hypv_init()
153 if (video_fe_ioctl == NULL) { in hypv_init()
254 rc = video_fe_ioctl(g_hvfe_handle[fd_index].handle, cmd, data); in hypv_ioctl()