Home
last modified time | relevance | path

Searched refs:perform (Results 1 – 25 of 143) sorted by relevance

123456

/hardware/interfaces/vibrator/1.0/vts/functional/
DVtsHalVibratorV1_0TargetTest.cpp74 vibrator->perform(Effect::CLICK, EffectStrength::MEDIUM, validatePerformEffect); in TEST_P()
75 vibrator->perform(Effect::DOUBLE_CLICK, EffectStrength::LIGHT, validatePerformEffect); in TEST_P()
84 EXPECT_OK(vibrator->perform(badEffect, EffectStrength::LIGHT, validatePerformEffectBadInput)); in TEST_P()
93 EXPECT_OK(vibrator->perform(badEffect, EffectStrength::LIGHT, validatePerformEffectBadInput)); in TEST_P()
102 EXPECT_OK(vibrator->perform(Effect::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P()
111 EXPECT_OK(vibrator->perform(Effect::CLICK, badStrength, validatePerformEffectBadInput)); in TEST_P()
/hardware/interfaces/vibrator/1.3/example/
DVibrator.cpp67 Return<void> Vibrator::perform(V1_0::Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() function in android::hardware::vibrator::V1_3::implementation::Vibrator
68 return perform<decltype(effect)>(effect, strength, _hidl_cb); in perform()
75 return perform<decltype(effect)>(effect, strength, _hidl_cb); in perform_1_1()
82 return perform<decltype(effect)>(effect, strength, _hidl_cb); in perform_1_2()
104 return perform<decltype(effect)>(effect, strength, _hidl_cb); in perform_1_3()
109 Return<void> Vibrator::perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() function in android::hardware::vibrator::V1_3::implementation::Vibrator
136 Return<void> Vibrator::perform(T effect, EffectStrength strength, perform_cb _hidl_cb) { in perform() function in android::hardware::vibrator::V1_3::implementation::Vibrator
142 return perform(static_cast<Effect>(effect), strength, _hidl_cb); in perform()
DVibrator.h40 Return<void> perform(V1_0::Effect effect, EffectStrength strength,
57 Return<void> perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb);
59 Return<void> perform(T effect, EffectStrength strength, perform_cb _hidl_cb);
/hardware/google/pixel/vibrator/cs40l25/bench/
Dbenchmark.cpp145 BENCHMARK_WRAPPER(VibratorBench, perform, {
150 ndk::ScopedAStatus status = mVibrator->perform(effect, strength, nullptr, &lengthMs);
157 mVibrator->perform(effect, strength, nullptr, &lengthMs);
/hardware/google/pixel/vibrator/drv2624/bench/
Dbenchmark.cpp168 BENCHMARK_WRAPPER(VibratorEffectsBench, perform, {
173 ndk::ScopedAStatus status = mVibrator->perform(effect, strength, nullptr, &lengthMs);
180 mVibrator->perform(effect, strength, nullptr, &lengthMs);
/hardware/interfaces/tests/extension/vibrator/aidl/aidl_api/android.hardware.tests.extension.vibrator/current/android/hardware/tests/extension/vibrator/
DICustomVibrator.aidl23 …int perform(android.hardware.tests.extension.vibrator.VendorEffect effect, android.hardware.vibrat… in perform() method
/hardware/interfaces/tests/extension/vibrator/aidl/aidl_api/android.hardware.tests.extension.vibrator/1/android/hardware/tests/extension/vibrator/
DICustomVibrator.aidl23 …int perform(android.hardware.tests.extension.vibrator.VendorEffect effect, android.hardware.vibrat… in perform() method
/hardware/interfaces/tests/extension/vibrator/aidl/android/hardware/tests/extension/vibrator/
DICustomVibrator.aidl54 int perform(VendorEffect effect, IVibratorCallback callback); in perform() method
/hardware/interfaces/tests/extension/vibrator/aidl/default/
DCustomVibrator.h29 ndk::ScopedAStatus perform(VendorEffect effect,
DCustomVibrator.cpp36 ndk::ScopedAStatus CustomVibrator::perform(VendorEffect effect, in perform() function in aidl::android::hardware::tests::extension::vibrator::CustomVibrator
/hardware/interfaces/vibrator/1.0/default/
DVibrator.h37 Return<void> perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
DVibrator.cpp63 Return<void> Vibrator::perform(Effect, EffectStrength, perform_cb _hidl_cb) { in perform() function in android::hardware::vibrator::V1_0::implementation::Vibrator
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/1/android/hardware/vibrator/
DIVibrator.aidl24 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform() method
/hardware/interfaces/vibrator/aidl/android/hardware/vibrator/
DIVibrator.aidl118 int perform(in Effect effect, in EffectStrength strength, in IVibratorCallback callback); in perform() method
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgralloc.cpp85 .perform = gralloc_perform,
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/current/android/hardware/vibrator/
DIVibrator.aidl40 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform() method
/hardware/qcom/display/msm8960/libgralloc/
Dgralloc.cpp84 .perform = gralloc_perform,
/hardware/qcom/display/msm8909/libgralloc/
Dgralloc.cpp85 .perform = gralloc_perform,
/hardware/interfaces/vibrator/aidl/aidl_api/android.hardware.vibrator/2/android/hardware/vibrator/
DIVibrator.aidl40 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform() method
/hardware/qcom/display/msm8084/libgralloc/
Dgralloc.cpp85 perform: gralloc_perform,
/hardware/qcom/display/msm8226/libgralloc/
Dgralloc.cpp85 perform: gralloc_perform,
/hardware/interfaces/vibrator/bench/
Dbenchmark.cpp203 BENCHMARK_WRAPPER(VibratorEffectsBench_V1_0, perform,
204 { performBench(&state, &V1_0::IVibrator::perform); });
472 BENCHMARK_WRAPPER(VibratorEffectsBench_Aidl, perform, {
489 mVibrator->perform(effect, strength, cb, &lengthMs);
/hardware/qcom/display/msm8996/libgralloc/
Dgralloc.cpp91 .perform = gralloc_perform,
/hardware/qcom/display/msm8994/libgralloc/
Dgralloc.cpp91 perform: gralloc_perform,
/hardware/interfaces/cas/1.0/
Dtypes.hal52 * where it is not able to perform descrambling.
70 * sessions or secure buffers are not available to perform a requested

123456