Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/vibratorservice/test/
H A DVibratorHalWrapperAidlTest.cpp304 constexpr int32_t COMPOSITION_SIZE_MAX = 10; in TEST_F() local
341 .WillRepeatedly(DoAll(SetArgPointee<0>(COMPOSITION_SIZE_MAX), Return(Status()))); in TEST_F()
400 ASSERT_EQ(COMPOSITION_SIZE_MAX, successful.compositionSizeMax.value()); in TEST_F()
412 constexpr int32_t COMPOSITION_SIZE_MAX = 10; in TEST_F() local
433 .WillRepeatedly(DoAll(SetArgPointee<0>(COMPOSITION_SIZE_MAX), Return(Status()))); in TEST_F()
476 ASSERT_EQ(COMPOSITION_SIZE_MAX, info.compositionSizeMax.value()); in TEST_F()