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

  /external/kernel-headers/original/linux/netfilter/
nfnetlink.h 122 __u8 cb_count; /* number of callbacks */ member in struct:nfnetlink_subsystem
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.c 513 uint32_t cb_count,
523 reg.cb_count=cb_count;
921 uint32_t cb_count,
929 cb_count, user_data);
mm_camera_interface2.h 359 uint32_t cb_count,
492 uint32_t cb_count,
mm_camera.h 79 uint32_t cb_count; member in struct:__anon1881
mm_camera_notify.c 667 if(--(my_obj->ch[MM_CAMERA_CH_VIDEO].buf_cb[i].cb_count) == 0 )
680 if(--(buf_cb[i].cb_count) == 0 )
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 323 if (my_obj->buf_cb[i].cb_count != 0) {
333 if (my_obj->buf_cb[i].cb_count > 0) {
334 my_obj->buf_cb[i].cb_count--;
335 if (0 == my_obj->buf_cb[i].cb_count) {
609 cb.cb_count = 1; /* one time reigstration */
    [all...]
mm_camera_channel.c 669 stream_obj->buf_cb[0].cb_count = -1; /* infinite by default */
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h 194 /* cb_count = -1: infinite
195 * cb_count > 0: register only for required times */
196 int8_t cb_count; member in struct:__anon1622

Completed in 214 milliseconds