Searched refs:WARN_UNLESS (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/tests/camera2/
H A DCameraBurstTests.cpp52 #define WARN_UNLESS(condition) if(!(condition)) std::cerr << "Warning: " macro
53 #define WARN_LE(exp, act) WARN_UNLESS((exp) <= (act))
54 #define WARN_LT(exp, act) WARN_UNLESS((exp) < (act))
55 #define WARN_GT(exp, act) WARN_UNLESS((exp) > (act))

Completed in 4802 milliseconds