Home
last modified time | relevance | path

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

/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
DIVibrator.aidl30 android.hardware.vibrator.CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DIVibrator.aidl185 CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
DIVibrator.aidl46 android.hardware.vibrator.CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DIVibrator.aidl46 android.hardware.vibrator.CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
/hardware/interfaces/vibrator/aidl/default/
DVibrator.cpp133 ndk::ScopedAStatus Vibrator::getSupportedPrimitives(std::vector<CompositePrimitive>* supported) { in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator
147 getSupportedPrimitives(&supported); in getPrimitiveDuration()
166 getSupportedPrimitives(&supported); in compose()
/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/
DVibrator.h39 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive>* supported) override;
/hardware/google/pixel/vibrator/cs40l26/
DVibrator.h150 virtual bool getSupportedPrimitives(uint32_t *value) = 0;
193 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive> *supported) override;
DHardware.h520 bool getSupportedPrimitives(uint32_t *value) override { in getSupportedPrimitives() function
DVibrator.cpp287 mHwCal->getSupportedPrimitives(&mSupportedPrimitivesBits);
483 ndk::ScopedAStatus Vibrator::getSupportedPrimitives(std::vector<CompositePrimitive> *supported) { in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator
/hardware/google/pixel/vibrator/cs40l26/tests/
Dmocks.h72 MOCK_METHOD1(getSupportedPrimitives, bool(uint32_t *value));
Dtest-vibrator.cpp392 EXPECT_CALL(*mMockCal, getSupportedPrimitives(_)) in TEST_F()
/hardware/interfaces/vibrator/bench/
Dbenchmark.cpp565 BENCHMARK_WRAPPER(VibratorBench_Aidl, getSupportedPrimitives, {
569 if (shouldSkipWithError(state, mVibrator->getSupportedPrimitives(&supportedPrimitives))) {
724 mVibrator->getSupportedPrimitives(&supported); in isPrimitiveSupported()
/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp403 EXPECT_EQ(Status::EX_NONE, vibrator->getSupportedPrimitives(&supported).exceptionCode()); in TEST_P()
420 ASSERT_TRUE(vibrator->getSupportedPrimitives(&supported).isOk()); in TEST_P()
449 ASSERT_TRUE(vibrator->getSupportedPrimitives(&supported).isOk()); in TEST_P()
483 ASSERT_TRUE(vibrator->getSupportedPrimitives(&supported).isOk()); in TEST_P()
595 ASSERT_TRUE(vibrator->getSupportedPrimitives(&supported).isOk()); in TEST_P()
/hardware/google/pixel/vibrator/drv2624/
DVibrator.h150 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive> *supported) override;
DVibrator.cpp390 ndk::ScopedAStatus Vibrator::getSupportedPrimitives( in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator
/hardware/google/pixel/vibrator/cs40l25/
DVibrator.h180 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive> *supported) override;
DVibrator.cpp453 ndk::ScopedAStatus Vibrator::getSupportedPrimitives(std::vector<CompositePrimitive> *supported) { in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator