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

  /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)
  /frameworks/native/include/input/
InputEventLabels.h 26 #define DEFINE_FLAG(flag) { #flag, POLICY_FLAG_##flag }
401 DEFINE_FLAG(VIRTUAL),
402 DEFINE_FLAG(FUNCTION),
403 DEFINE_FLAG(GESTURE),

Completed in 76 milliseconds