/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/current/android/hardware/vibrator/ |
D | IVibrator.aidl | 46 android.hardware.vibrator.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/bench/ |
D | benchmark.cpp | 393 BENCHMARK_WRAPPER(VibratorBench_Aidl, getSupportedPrimitives, { 397 mVibrator->getSupportedPrimitives(&supportedPrimitives); 537 mVibrator->getSupportedPrimitives(&supported); 560 mVibrator->getSupportedPrimitives(&supported);
|
/hardware/google/pixel/vibrator/cs40l26/ |
D | Vibrator.h | 94 virtual bool getSupportedPrimitives(uint32_t *value) = 0; 114 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive> *supported) override;
|
D | Hardware.h | 126 bool getSupportedPrimitives(uint32_t *value) override { in getSupportedPrimitives() function
|
D | Vibrator.cpp | 352 mHwCal->getSupportedPrimitives(&mSupportedPrimitivesBits); 481 ndk::ScopedAStatus Vibrator::getSupportedPrimitives(std::vector<CompositePrimitive> *supported) { in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator
|
/hardware/interfaces/vibrator/aidl/default/include/vibrator-impl/ |
D | Vibrator.h | 39 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive>* supported) override;
|
/hardware/interfaces/vibrator/aidl/default/ |
D | Vibrator.cpp | 128 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()
|
/hardware/interfaces/vibrator/aidl/vts/ |
D | VtsHalVibratorTargetTest.cpp | 392 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()
|
/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 | 152 ndk::ScopedAStatus getSupportedPrimitives(std::vector<CompositePrimitive> *supported) override;
|
D | Vibrator.cpp | 390 ndk::ScopedAStatus Vibrator::getSupportedPrimitives(std::vector<CompositePrimitive> *supported) { in getSupportedPrimitives() function in aidl::android::hardware::vibrator::Vibrator
|