/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/ |
D | IVibrator.aidl | 30 android.hardware.vibrator.CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
|
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/ |
D | IVibrator.aidl | 185 CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/ |
D | IVibrator.aidl | 46 android.hardware.vibrator.CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
|
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/ |
D | IVibrator.aidl | 46 android.hardware.vibrator.CompositePrimitive[] getSupportedPrimitives(); in getSupportedPrimitives() method
|
/hardware/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 133 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/ |
D | Vibrator.h | 39 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive>* supported) override;
|
/hardware/google/pixel/vibrator/cs40l26/ |
D | Vibrator.h | 150 virtual bool getSupportedPrimitives(uint32_t *value) = 0; 193 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive> *supported) override;
|
D | Hardware.h | 520 bool getSupportedPrimitives(uint32_t *value) override { in getSupportedPrimitives() function
|
D | Vibrator.cpp | 287 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/ |
D | mocks.h | 72 MOCK_METHOD1(getSupportedPrimitives, bool(uint32_t *value));
|
D | test-vibrator.cpp | 392 EXPECT_CALL(*mMockCal, getSupportedPrimitives(_)) in TEST_F()
|
/hardware/interfaces/vibrator/bench/ |
D | benchmark.cpp | 565 BENCHMARK_WRAPPER(VibratorBench_Aidl, getSupportedPrimitives, { 569 if (shouldSkipWithError(state, mVibrator->getSupportedPrimitives(&supportedPrimitives))) { 724 mVibrator->getSupportedPrimitives(&supported); in isPrimitiveSupported()
|
/hardware/interfaces/vibrator/aidl/vts/ |
D | VtsHalVibratorTargetTest.cpp | 403 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/ |
D | Vibrator.h | 150 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive> *supported) override;
|
D | Vibrator.cpp | 390 ndk::ScopedAStatus Vibrator::getSupportedPrimitives( in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator
|
/hardware/google/pixel/vibrator/cs40l25/ |
D | Vibrator.h | 180 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive> *supported) override;
|
D | Vibrator.cpp | 453 ndk::ScopedAStatus Vibrator::getSupportedPrimitives(std::vector<CompositePrimitive> *supported) { in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator
|