HomeSort by relevance Sort by last modified time
    Searched refs:clnt_hdl (Results 1 - 4 of 4) sorted by null

  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 330 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;
mm_jpegdec_interface.c 245 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;
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 330 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;
mm_jpegdec_interface.c 245 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 111 milliseconds