Searched defs:supportedPrimitives (Results 1 – 4 of 4) sorted by relevance
309 std::vector<CompositePrimitive> supportedPrimitives = {CompositePrimitive::CLICK}; in TEST_F() local564 std::vector<CompositePrimitive> supportedPrimitives = {CompositePrimitive::CLICK, in TEST_F() local621 std::vector<CompositePrimitive> supportedPrimitives = {CompositePrimitive::SPIN, in TEST_F() local
183 const HalResult<std::vector<hardware::vibrator::CompositePrimitive>> supportedPrimitives; variable
389 std::vector<CompositePrimitive> supportedPrimitives; in getSupportedPrimitivesInternal() local395 const std::vector<CompositePrimitive>& supportedPrimitives) { in getPrimitiveDurationsInternal()
102 @NonNull SparseIntArray supportedPrimitives, int primitiveDelayMax, in VibratorInfo()