Searched defs:effect (Results 1 – 11 of 11) sorted by relevance
| /base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/src/ |
| D | vibrator_hdi_connection.cpp | 96 std::optional<HdfEffectInfo> VibratorHdiConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo() 150 int32_t VibratorHdiConnection::StartByIntensity(const std::string &effect, int32_t intensity) in StartByIntensity()
|
| /base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/ |
| D | compatible_connection.cpp | 121 std::optional<HdfEffectInfo> CompatibleConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo() 193 int32_t CompatibleConnection::StartByIntensity(const std::string &effect, int32_t intensity) in StartByIntensity()
|
| D | hdi_connection.cpp | 113 std::optional<HdfEffectInfo> HdiConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo() 262 int32_t HdiConnection::StartByIntensity(const std::string &effect, int32_t intensity) in StartByIntensity()
|
| D | hdi_light_connection.cpp | 86 HDI::Light::V1_0::HdfLightEffect effect; in TurnOn() local
|
| /base/powermgr/battery_manager/charger/src/ |
| D | battery_led.cpp | 66 struct HdfLightEffect effect; in TurnOn() local
|
| /base/sensors/miscdevice/frameworks/native/vibrator/src/ |
| D | vibrator_service_client.cpp | 133 int32_t VibratorServiceClient::Vibrate(int32_t vibratorId, const std::string &effect, in Vibrate() 231 int32_t VibratorServiceClient::IsSupportEffect(const std::string &effect, bool &state) in IsSupportEffect() 477 int32_t VibratorServiceClient::PlayPrimitiveEffect(int32_t vibratorId, const std::string &effect, i… in PlayPrimitiveEffect()
|
| /base/sensors/miscdevice/services/miscdevice_service/src/ |
| D | miscdevice_service_stub.cpp | 96 std::string effect; in PlayVibratorEffectStub() local 129 std::string effect; in IsSupportEffectStub() local 390 std::string effect; in PlayPrimitiveEffectStub() local
|
| D | miscdevice_service.cpp | 372 int32_t MiscdeviceService::PlayVibratorEffect(int32_t vibratorId, const std::string &effect, in PlayVibratorEffect() 460 int32_t MiscdeviceService::IsSupportEffect(const std::string &effect, bool &state) in IsSupportEffect() 857 int32_t MiscdeviceService::PlayPrimitiveEffect(int32_t vibratorId, const std::string &effect, in PlayPrimitiveEffect()
|
| D | vibrator_thread.cpp | 87 std::string effect = info.effect; in PlayEffect() local
|
| /base/sensors/miscdevice/frameworks/native/common/src/ |
| D | miscdevice_service_proxy.cpp | 99 int32_t MiscdeviceServiceProxy::PlayVibratorEffect(int32_t vibratorId, const std::string &effect, in PlayVibratorEffect() 170 int32_t MiscdeviceServiceProxy::IsSupportEffect(const std::string &effect, bool &state) in IsSupportEffect() 436 int32_t MiscdeviceServiceProxy::PlayPrimitiveEffect(int32_t vibratorId, const std::string &effect, … in PlayPrimitiveEffect()
|
| /base/sensors/miscdevice/utils/common/include/ |
| D | vibrator_infos.h | 129 std::string effect; member
|