/hardware/interfaces/vibrator/1.0/vts/functional/ |
D | VtsHalVibratorV1_0TargetTest.cpp | 74 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/ |
D | Vibrator.cpp | 67 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()
|
D | Vibrator.h | 40 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/ |
D | Gralloc1On0Adapter.cpp | 52 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/ |
D | benchmark.cpp | 167 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/ |
D | ICustomVibrator.aidl | 23 …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/ |
D | ICustomVibrator.aidl | 23 …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/ |
D | ICustomVibrator.aidl | 54 int perform(VendorEffect effect, IVibratorCallback callback); in perform() method
|
/hardware/interfaces/tests/extension/vibrator/aidl/default/ |
D | CustomVibrator.h | 29 ndk::ScopedAStatus perform(VendorEffect effect,
|
D | CustomVibrator.cpp | 36 ndk::ScopedAStatus CustomVibrator::perform(VendorEffect effect, in perform() function in aidl::android::hardware::tests::extension::vibrator::CustomVibrator
|
/hardware/interfaces/vibrator/1.0/default/ |
D | Vibrator.h | 37 Return<void> perform(Effect effect, EffectStrength strength, perform_cb _hidl_cb) override;
|
D | Vibrator.cpp | 63 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/ |
D | IVibrator.aidl | 100 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/ |
D | IVibrator.aidl | 24 …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/ |
D | IVibrator.aidl | 24 …int perform(in android.hardware.vibrator.Effect effect, in android.hardware.vibrator.EffectStrengt… in perform() method
|
/hardware/interfaces/vibrator/aidl/vts/ |
D | VtsHalVibratorTargetTest.cpp | 128 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/ |
D | gralloc.cpp | 85 .perform = gralloc_perform,
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gralloc.cpp | 85 perform: gralloc_perform,
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gralloc.cpp | 85 .perform = gralloc_perform,
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gralloc.cpp | 84 .perform = gralloc_perform,
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gralloc.cpp | 85 perform: gralloc_perform,
|
/hardware/interfaces/cas/1.0/ |
D | types.hal | 52 * 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/ |
D | gralloc.cpp | 91 .perform = gralloc_perform,
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gralloc.cpp | 91 perform: gralloc_perform,
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssAntennaInfo.hal | 42 * If close() is invoked without a previous setCallback, this function must perform
|