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

  /external/libxcam/xcore/base/
xcam_defs.h 26 xcam_print_log ("XCAM ERROR %s:%d: " format "\n", __FILE__, __LINE__, ## __VA_ARGS__)
31 xcam_print_log ("XCAM WARNING %s:%d: " format "\n", __FILE__, __LINE__, ## __VA_ARGS__)
36 xcam_print_log ("XCAM INFO %s:%d: " format "\n", __FILE__, __LINE__, ## __VA_ARGS__)
42 xcam_print_log ("XCAM DEBUG %s:%d: " format "\n", __FILE__, __LINE__, ## __VA_ARGS__)
xcam_common.h 80 void xcam_print_log (const char* format, ...);
  /external/libxcam/xcore/
xcam_common.cpp 93 void xcam_print_log (const char* format, ...) { function

Completed in 500 milliseconds