Home
last modified time | relevance | path

Searched refs:primitiveRange (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp330 constexpr auto primitiveRange = enum_range<CompositePrimitive>(); in getPrimitiveDurationsInternal() local
331 constexpr auto primitiveCount = std::distance(primitiveRange.begin(), primitiveRange.end()); in getPrimitiveDurationsInternal()
/frameworks/native/services/vibratorservice/test/
DVibratorHalWrapperAidlTest.cpp314 constexpr auto primitiveRange = enum_range<CompositePrimitive>(); in TEST_F() local
315 constexpr auto primitiveCount = std::distance(primitiveRange.begin(), primitiveRange.end()); in TEST_F()