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

  /frameworks/native/include/input/
InputEventLabels.h 26 #define DEFINE_FLAG(flag) { #flag, POLICY_FLAG_##flag }
403 DEFINE_FLAG(VIRTUAL),
404 DEFINE_FLAG(FUNCTION),
405 DEFINE_FLAG(GESTURE),
  /external/webrtc/webrtc/base/
flags.h 156 #define DEFINE_FLAG(type, c_type, name, default, comment) \
173 DEFINE_FLAG(BOOL, bool, name, default, comment)
175 DEFINE_FLAG(INT, int, name, default, comment)
177 DEFINE_FLAG(FLOAT, double, name, default, comment)
179 DEFINE_FLAG(STRING, const char*, name, default, comment)

Completed in 64 milliseconds