Home
last modified time | relevance | path

Searched defs:supportedPrimitives (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/vibratorservice/test/
DVibratorHalWrapperAidlTest.cpp309 std::vector<CompositePrimitive> supportedPrimitives = {CompositePrimitive::CLICK}; in TEST_F() local
564 std::vector<CompositePrimitive> supportedPrimitives = {CompositePrimitive::CLICK, in TEST_F() local
621 std::vector<CompositePrimitive> supportedPrimitives = {CompositePrimitive::SPIN, in TEST_F() local
/frameworks/native/services/vibratorservice/include/vibratorservice/
DVibratorHalWrapper.h183 const HalResult<std::vector<hardware::vibrator::CompositePrimitive>> supportedPrimitives; variable
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp389 std::vector<CompositePrimitive> supportedPrimitives; in getSupportedPrimitivesInternal() local
395 const std::vector<CompositePrimitive>& supportedPrimitives) { in getPrimitiveDurationsInternal()
/frameworks/base/core/java/android/os/
DVibratorInfo.java102 @NonNull SparseIntArray supportedPrimitives, int primitiveDelayMax, in VibratorInfo()