Searched refs:getSupportedPrimitives (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/idlcli/vibrator/ |
D | CommandGetSupportedPrimitives.cpp | 52 auto status = hal->call(&aidl::IVibrator::getSupportedPrimitives, &primitives); in doMain()
|
/frameworks/native/services/vibratorservice/test/ |
D | VibratorHalWrapperAidlTest.cpp | 73 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()
|
D | VibratorManagerHalWrapperAidlTest.cpp | 69 MOCK_METHOD(Status, getSupportedPrimitives, (std::vector<CompositePrimitive> * ret),
|
/frameworks/base/core/java/android/os/vibrator/ |
D | MultiVibratorInfo.java | 148 SparseIntArray firstVibratorPrimitives = infos[0].getSupportedPrimitives(); in supportedPrimitivesAndDurationsIntersection()
|
/frameworks/base/core/java/android/os/ |
D | VibratorInfo.java | 376 public SparseIntArray getSupportedPrimitives() { in getSupportedPrimitives() method in VibratorInfo
|
/frameworks/native/services/vibratorservice/ |
D | VibratorHalWrapper.cpp | 322 auto result = getHal()->getSupportedPrimitives(&supportedPrimitives); in getSupportedPrimitivesInternal()
|