Searched defs:supportedEffects (Results 1 – 6 of 6) sorted by relevance
308 std::vector<Effect> supportedEffects = {Effect::CLICK, Effect::TICK}; in TEST_F() local416 std::vector<Effect> supportedEffects = {Effect::CLICK, Effect::TICK}; in TEST_F() local
100 public VibratorInfo(int id, long capabilities, @Nullable SparseBooleanArray supportedEffects, in VibratorInfo()717 public Builder setSupportedEffects(int... supportedEffects) { in setSupportedEffects()
181 const HalResult<std::vector<hardware::vibrator::Effect>> supportedEffects; variable
377 std::vector<Effect> supportedEffects; in getSupportedEffectsInternal() local
380 jintArray supportedEffects = env->NewIntArray(effects.size()); in vibratorGetInfo() local
461 String8 supportedEffects; in initialize() local