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

  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg_interface.c 46 static uint16_t g_handler_history_count = 0; /* history count for handler */ variable
53 g_handler_history_count++;
54 if (0 == g_handler_history_count) {
55 g_handler_history_count++;
57 handler = g_handler_history_count;
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_interface.c 49 static uint16_t g_handler_history_count = 0; /* history count for handler */ variable
56 g_handler_history_count++;
57 if (0 == g_handler_history_count) {
58 g_handler_history_count++;
60 handler = g_handler_history_count;

Completed in 900 milliseconds