Searched refs:clnt_hdl (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_interface.c330 uint32_t clnt_hdl = 0; local
344 return clnt_hdl;
373 return clnt_hdl;
381 clnt_hdl = mm_jpeg_new_client(g_jpeg_obj);
382 if (clnt_hdl > 0) {
408 return clnt_hdl;
H A Dmm_jpegdec_interface.c245 uint32_t clnt_hdl = 0; local
255 return clnt_hdl;
265 return clnt_hdl;
273 clnt_hdl = mm_jpeg_new_client(g_jpegdec_obj);
274 if (clnt_hdl > 0) {
297 return clnt_hdl;

Completed in 120 milliseconds