Searched defs:S (Results 1 – 9 of 9) sorted by relevance
40 S = (1 << 1) /* 2 */, enumConstant
40 S = 2, enumConstant
30 S = 1 << 1, enumConstant
245 void constructImpl(Seq<S...>) const { in constructImpl()
35 #define S (EmulatedScene::GRASS_SHADOW * EmulatedScene::NUM_CHANNELS) macro
82 inline sp<ISensors>& S() { return mEnvironment->sensors; } in S() function in SensorsHidlTest
36 #define XSTR(S) #S in Context() argument37 #define STR(S) XSTR(S) in Context() argument
310 string_view_t createView(PosPtr S, PosPtr E) noexcept { in createView()