Searched refs:xcam_print_log (Results 1 – 3 of 3) sorted by relevance
/external/libxcam/xcore/base/ |
D | 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__)
|
D | xcam_common.h | 80 void xcam_print_log (const char* format, ...);
|
/external/libxcam/xcore/ |
D | xcam_common.cpp | 93 void xcam_print_log (const char* format, ...) { in xcam_print_log() function
|