Home
last modified time | relevance | path

Searched refs:GetEffectInfo (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/
H A Dinterface_i_vibrator_interface_v11.md28 | [GetEffectInfo](#geteffectinfo) ([in] String effectType, [out] struct [HdfEffectInfo](_hdf_effect…
93 ### GetEffectInfo()
96 IVibratorInterface::GetEffectInfo ([in] String effectType, [out] struct HdfEffectInfo effectInfo )
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/
H A Defilter_factory.h70 .infoGetter_ = [](const std::string &name) { return T::GetEffectInfo(name); } in RegisterEFilter()
76 IMAGE_EFFECT_EXPORT std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name);
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp251 BENCHMARK_F(VibratorBenchmarkTest, GetEffectInfo)(benchmark::State &state) in BENCHMARK_F() argument
257 ret = g_vibratorInterface->GetEffectInfo("haptic.pattern.type1", effectInfo); in BENCHMARK_F()
262 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, GetEffectInfo)->
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/src/
H A Dvibrator_hdi_connection.cpp96 std::optional<HdfEffectInfo> VibratorHdiConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo() function in OHOS::Sensors::VibratorHdiConnection
103 std::optional<HdfEffectInfo> ret = iVibratorHdiConnection_->GetEffectInfo(effect); in GetEffectInfo()
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/
H A Dvibrator_interface_impl.cpp165 int32_t VibratorInterfaceImpl::GetEffectInfo(const std::string &effectType, HdfEffectInfoVdi &effec… in GetEffectInfo() function in OHOS::HDI::Vibrator::V1_1::VibratorInterfaceImpl
169 if (vibratorInterface == nullptr || vibratorInterface->GetEffectInfo == nullptr) { in GetEffectInfo()
175 int32_t ret = vibratorInterface->GetEffectInfo(effectType.c_str(), &info); in GetEffectInfo()
H A Dvibrator_interface_impl.h37 int32_t GetEffectInfo(const std::string &effectType, HdfEffectInfoVdi &effectInfo) override;
/ohos5.0/drivers/peripheral/vibrator/hal/src/
H A Dvibrator_controller.c262 static int32_t GetEffectInfo(const char *effect, struct EffectInfo *effectInfo) in GetEffectInfo() function
348 vibratorDevInstance.GetEffectInfo = GetEffectInfo; in NewVibratorInterfaceInstance()
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/custom/
H A Ddelegate.h47 IMAGE_EFFECT_EXPORT virtual void *GetEffectInfo() = 0;
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_if.h148 int32_t (*GetEffectInfo)(const char *effectType, struct EffectInfo *effectInfo); member
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/include/
H A Dvibrator_hdi_connection.h36 std::optional<HdfEffectInfo> GetEffectInfo(const std::string &effect) override;
H A Di_vibrator_hdi_connection.h63 virtual std::optional<HdfEffectInfo> GetEffectInfo(const std::string &effect) = 0;
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.h39 static std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name);
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/include/
H A Dcompatible_connection.h37 std::optional<HdfEffectInfo> GetEffectInfo(const std::string &effect) override;
H A Dhdi_connection.h38 std::optional<HdfEffectInfo> GetEffectInfo(const std::string &effect) override;
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/
H A Divibrator_interface_vdi.h43 virtual int32_t GetEffectInfo(const std::string &effectType, HdfEffectInfoVdi &effectInfo) = 0;
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H A Dcustom_efilter.h52 static std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name);
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.h39 int32_t GetEffectInfo(const std::string &effectType, HdfEffectInfo &effectInfo) override;
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dbrightness_efilter.h46 IMAGE_EFFECT_EXPORT static std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name);
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcontrast_efilter.h46 IMAGE_EFFECT_EXPORT static std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name);
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dhdi_connection.cpp113 std::optional<HdfEffectInfo> HdiConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo() function in OHOS::Sensors::HdiConnection
120 int32_t ret = vibratorInterface_->GetEffectInfo(effect, effectInfo); in GetEffectInfo()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/cpp_target/vibrator/v1_1/
H A Dvibrator_interface_service.h.txt42 …int32_t GetEffectInfo(const std::string& effectType, OHOS::HDI::Vibrator::V1_1::HdfEffectInfo& eff…
H A Dvibrator_interface_service.cpp.txt60 int32_t VibratorInterfaceService::GetEffectInfo(const std::string& effectType,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/cpp_target/vibrator/v1_2/
H A Dvibrator_interface_service.h.txt50 …int32_t GetEffectInfo(const std::string& effectType, OHOS::HDI::Vibrator::V1_1::HdfEffectInfo& eff…
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H A Defilter_factory.cpp102 std::shared_ptr<EffectInfo> EFilterFactory::GetEffectInfo(const std::string &name) in GetEffectInfo() function in OHOS::Media::Effect::EFilterFactory
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/dump_ast_target/
H A Ddump.txt27 [mini, lite, full] GetEffectInfo(

123