Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/vibrator/bench/
H A Dbenchmark.cpp393 BENCHMARK_WRAPPER(VibratorBench_Aidl, getSupportedPrimitives, {
397 mVibrator->getSupportedPrimitives(&supportedPrimitives);
537 mVibrator->getSupportedPrimitives(&supported);
560 mVibrator->getSupportedPrimitives(&supported);
/aosp12/hardware/interfaces/vibrator/aidl/default/
H A DVibrator.cpp128 ndk::ScopedAStatus Vibrator::getSupportedPrimitives(std::vector<CompositePrimitive>* supported) { in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator
142 getSupportedPrimitives(&supported); in getPrimitiveDuration()
161 getSupportedPrimitives(&supported); in compose()
/aosp12/frameworks/native/cmds/idlcli/vibrator/
H A DCommandGetSupportedPrimitives.cpp52 auto status = hal->call(&aidl::IVibrator::getSupportedPrimitives, &primitives); in doMain()
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
H A DIVibrator.aidl30 android.hardware.vibrator.CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
/aosp12/hardware/google/pixel/vibrator/cs40l26/
H A DVibrator.h94 virtual bool getSupportedPrimitives(uint32_t *value) = 0;
114 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive> *supported) override;
H A DHardware.h126 bool getSupportedPrimitives(uint32_t *value) override { in getSupportedPrimitives() function
H A DVibrator.cpp352 mHwCal->getSupportedPrimitives(&mSupportedPrimitivesBits);
481 ndk::ScopedAStatus Vibrator::getSupportedPrimitives(std::vector<CompositePrimitive> *supported) { in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator
/aosp12/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
H A DIVibrator.aidl185 CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
H A DIVibrator.aidl46 android.hardware.vibrator.CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
/aosp12/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
H A DIVibrator.aidl46 android.hardware.vibrator.CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
/aosp12/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/
H A DVibrator.h39 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive>* supported) override;
/aosp12/hardware/interfaces/vibrator/aidl/vts/
H A DVtsHalVibratorTargetTest.cpp392 EXPECT_EQ(Status::EX_NONE, vibrator->getSupportedPrimitives(&supported).exceptionCode()); in TEST_P()
409 ASSERT_TRUE(vibrator->getSupportedPrimitives(&supported).isOk()); in TEST_P()
432 ASSERT_TRUE(vibrator->getSupportedPrimitives(&supported).isOk()); in TEST_P()
465 ASSERT_TRUE(vibrator->getSupportedPrimitives(&supported).isOk()); in TEST_P()
569 ASSERT_TRUE(vibrator->getSupportedPrimitives(&supported).isOk()); in TEST_P()
/aosp12/frameworks/native/services/vibratorservice/test/
H A 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()
H A DVibratorManagerHalWrapperAidlTest.cpp69 MOCK_METHOD(Status, getSupportedPrimitives, (std::vector<CompositePrimitive> * ret),
/aosp12/hardware/google/pixel/vibrator/drv2624/
H A DVibrator.h150 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive> *supported) override;
H A DVibrator.cpp390 ndk::ScopedAStatus Vibrator::getSupportedPrimitives( in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DVibrator.h152 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive> *supported) override;
H A DVibrator.cpp390 ndk::ScopedAStatus Vibrator::getSupportedPrimitives(std::vector<CompositePrimitive> *supported) { in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator
/aosp12/frameworks/native/services/vibratorservice/
H A DVibratorHalWrapper.cpp390 auto result = getHal()->getSupportedPrimitives(&supportedPrimitives); in getSupportedPrimitivesInternal()