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

  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 52 #define WARN_UNLESS(condition) (!(condition) ? (std::cerr) : (std::ostream(NULL)) << "Warning: ")
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))
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 49 #define WARN_UNLESS(condition, message, ...) \
    [all...]

Completed in 74 milliseconds