Home
last modified time | relevance | path

Searched defs:GetEffectInfo (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/
H A Defilter.h61 static std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name) in GetEffectInfo() function
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/
H A Dvibrator_if.h148 int32_t (*GetEffectInfo)(const char *effectType, struct EffectInfo *effectInfo); member
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H A Dcustom_efilter.cpp106 std::shared_ptr<EffectInfo> CustomEFilter::GetEffectInfo(const std::string &name) in GetEffectInfo() function in OHOS::Media::Effect::CustomEFilter
/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
/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/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dbrightness_efilter.cpp136 std::shared_ptr<EffectInfo> BrightnessEFilter::GetEffectInfo(const std::string &name) in GetEffectInfo() function in OHOS::Media::Effect::BrightnessEFilter
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcontrast_efilter.cpp135 std::shared_ptr<EffectInfo> ContrastEFilter::GetEffectInfo(const std::string &name) in GetEffectInfo() function in OHOS::Media::Effect::ContrastEFilter
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dcompatible_connection.cpp121 std::optional<HdfEffectInfo> CompatibleConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo() function in OHOS::Sensors::CompatibleConnection
H A Dhdi_connection.cpp113 std::optional<HdfEffectInfo> HdiConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo() function in OHOS::Sensors::HdiConnection
/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
/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
/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
/ohos5.0/drivers/peripheral/vibrator/hdi_service/
H A Dvibrator_if_service.cpp272 int32_t VibratorIfService::GetEffectInfo(const std::string &effectType, HdfEffectInfo &effectInfo) in GetEffectInfo() function in OHOS::HDI::Vibrator::V1_3::VibratorIfService
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp71 void *GetEffectInfo() override in GetEffectInfo() function in OHOS::Media::Effect::Test::CustomTestEFilter
H A Dnative_image_effect_unittest.cpp80 static std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name) in GetEffectInfo() function in OHOS::Media::Effect::CustomTestEFilter
113 static std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name) in GetEffectInfo() function in OHOS::Media::Effect::CustomTestEFilter2
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp226 std::shared_ptr<EffectInfo> CropEFilter::GetEffectInfo(const std::string &name) in GetEffectInfo() function in OHOS::Media::Effect::CropEFilter
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dimage_effect_filter.cpp152 void *GetEffectInfo() override in GetEffectInfo() function in FilterDelegate