Home
last modified time | relevance | path

Searched refs:xcam_print_log (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/xcore/base/
Dxcam_defs.h26 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__)
Dxcam_common.h80 void xcam_print_log (const char* format, ...);
/external/libxcam/xcore/
Dxcam_common.cpp93 void xcam_print_log (const char* format, ...) { in xcam_print_log() function