Home
last modified time | relevance | path

Searched refs:perform (Results 1 – 25 of 129) 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/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp52 mModule->perform(mModule, in Gralloc1On0Adapter()
266 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_SET_USAGES, in allocate()
272 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_BACKING_STORE, in allocate()
275 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_NUM_FLEX_PLANES, in allocate()
385 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_BACKING_STORE, in retain()
389 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_NUM_FLEX_PLANES, in retain()
393 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_STRIDE, in retain()
401 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_DIMENSIONS, in retain()
403 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_FORMAT, in retain()
405 mModule->perform(mModule, GRALLOC1_ADAPTER_PERFORM_GET_PRODUCER_USAGE, in retain()
[all …]
/hardware/google/pixel/vibrator/drv2624/bench/
Dbenchmark.cpp167 BENCHMARK_WRAPPER(VibratorEffectsBench, perform, {
172 ndk::ScopedAStatus status = mVibrator->perform(effect, strength, nullptr, &lengthMs);
179 mVibrator->perform(effect, strength, nullptr, &lengthMs);
/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/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/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/android/hardware/vibrator/
DIVibrator.aidl100 int perform(in Effect effect, in EffectStrength strength, in IVibratorCallback callback); in perform() method
/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/aidl_api/android.hardware.vibrator/current/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/vts/
DVtsHalVibratorTargetTest.cpp128 Status status = vibrator->perform(effect, strength, nullptr /*callback*/, &lengthMs); in TEST_P()
158 Status status = vibrator->perform(effect, strength, callback, &lengthMs); in TEST_P()
182 Status status = vibrator->perform(effect, strength, callback, &lengthMs); in TEST_P()
192 Status status = vibrator->perform(effect, strength, nullptr /*callback*/, &lengthMs); in TEST_P()
200 Status status = vibrator->perform(effect, strength, nullptr /*callback*/, &lengthMs); in TEST_P()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgralloc.cpp85 .perform = gralloc_perform,
/hardware/qcom/display/msm8084/libgralloc/
Dgralloc.cpp85 perform: gralloc_perform,
/hardware/qcom/display/msm8909/libgralloc/
Dgralloc.cpp85 .perform = gralloc_perform,
/hardware/qcom/display/msm8960/libgralloc/
Dgralloc.cpp84 .perform = gralloc_perform,
/hardware/qcom/display/msm8226/libgralloc/
Dgralloc.cpp85 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
/hardware/qcom/display/msm8996/libgralloc/
Dgralloc.cpp91 .perform = gralloc_perform,
/hardware/qcom/display/msm8994/libgralloc/
Dgralloc.cpp91 perform: gralloc_perform,
/hardware/interfaces/gnss/2.1/
DIGnssAntennaInfo.hal42 * If close() is invoked without a previous setCallback, this function must perform

123456