Home
last modified time | relevance | path

Searched defs:supportedEffects (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/vibratorservice/test/
DVibratorHalWrapperAidlTest.cpp308 std::vector<Effect> supportedEffects = {Effect::CLICK, Effect::TICK}; in TEST_F() local
416 std::vector<Effect> supportedEffects = {Effect::CLICK, Effect::TICK}; in TEST_F() local
/frameworks/base/core/java/android/os/
DVibratorInfo.java100 public VibratorInfo(int id, long capabilities, @Nullable SparseBooleanArray supportedEffects, in VibratorInfo()
717 public Builder setSupportedEffects(int... supportedEffects) { in setSupportedEffects()
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h181 const HalResult<std::vector<hardware::vibrator::Effect>> supportedEffects; variable
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp377 std::vector<Effect> supportedEffects; in getSupportedEffectsInternal() local
/frameworks/base/services/core/jni/
Dcom_android_server_vibrator_VibratorController.cpp380 jintArray supportedEffects = env->NewIntArray(effects.size()); in vibratorGetInfo() local
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp461 String8 supportedEffects; in initialize() local