Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/media/hypv-intercept/
Dhypv_intercept.cpp98 HYP_VIDEO_MSG_ERROR("error initializing pthread lock"); in add_handle_to_index()
101 HYP_VIDEO_MSG_ERROR("error initializing pthread cond"); in add_handle_to_index()
116 HYP_VIDEO_MSG_ERROR("reached max handle count. handle count %d", in find_empty_handle_index()
130 HYP_VIDEO_MSG_ERROR("failed to find empty slot"); in find_empty_handle_index()
144 HYP_VIDEO_MSG_ERROR("failed to open libhyp_video_fe"); in hypv_init()
149 HYP_VIDEO_MSG_ERROR("failed to get video_fe_open handle"); in hypv_init()
154 HYP_VIDEO_MSG_ERROR("failed to get video_fe_ioctl handle"); in hypv_init()
159 HYP_VIDEO_MSG_ERROR("failed to get video_fe_close handle"); in hypv_init()
200 HYP_VIDEO_MSG_ERROR("hypervisor init failed"); in hypv_open()
218 HYP_VIDEO_MSG_ERROR("video fe open failed"); in hypv_open()
[all …]
Dhypv_intercept.h65 #define HYP_VIDEO_MSG_ERROR(fmt, args...) ({if(debug_level & HYP_PRIO_ERROR) \ macro