Home
last modified time | relevance | path

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

/frameworks/native/cmds/idlcli/vibrator/
DCommandGetSupportedPrimitives.cpp52 auto status = hal->call(&aidl::IVibrator::getSupportedPrimitives, &primitives); in doMain()
/frameworks/native/services/vibratorservice/test/
DVibratorHalWrapperAidlTest.cpp73 MOCK_METHOD(Status, getSupportedPrimitives, (std::vector<CompositePrimitive> * ret),
331 EXPECT_CALL(*mMockHal.get(), getSupportedPrimitives(_)) in TEST_F()
428 EXPECT_CALL(*mMockHal.get(), getSupportedPrimitives(_)) in TEST_F()
577 EXPECT_CALL(*mMockHal.get(), getSupportedPrimitives(_)) in TEST_F()
631 EXPECT_CALL(*mMockHal.get(), getSupportedPrimitives(_)) in TEST_F()
DVibratorManagerHalWrapperAidlTest.cpp69 MOCK_METHOD(Status, getSupportedPrimitives, (std::vector<CompositePrimitive> * ret),
/frameworks/base/core/java/android/os/vibrator/
DMultiVibratorInfo.java148 SparseIntArray firstVibratorPrimitives = infos[0].getSupportedPrimitives(); in supportedPrimitivesAndDurationsIntersection()
/frameworks/base/core/java/android/os/
DVibratorInfo.java376 public SparseIntArray getSupportedPrimitives() { in getSupportedPrimitives() method in VibratorInfo
/frameworks/native/services/vibratorservice/
DVibratorHalWrapper.cpp322 auto result = getHal()->getSupportedPrimitives(&supportedPrimitives); in getSupportedPrimitivesInternal()