Lines Matching refs:value

35         virtual bool setAutocal(std::string value) = 0;
37 virtual bool setOlLraPeriod(uint32_t value) = 0;
40 virtual bool setActivate(bool value) = 0;
42 virtual bool setDuration(uint32_t value) = 0;
45 virtual bool setState(bool value) = 0;
50 virtual bool setRtpInput(int8_t value) = 0;
56 virtual bool setMode(std::string value) = 0;
59 virtual bool setSequencer(std::string value) = 0;
65 virtual bool setScale(uint8_t value) = 0;
68 virtual bool setCtrlLoop(bool value) = 0;
72 virtual bool setLpTriggerEffect(uint32_t value) = 0;
77 virtual bool setLraWaveShape(uint32_t value) = 0;
80 virtual bool setOdClamp(uint32_t value) = 0;
82 virtual bool getPATemp(int32_t *value) = 0;
92 virtual bool getAutocal(std::string *value) = 0;
94 virtual bool getLraPeriod(uint32_t *value) = 0;
96 virtual bool getEffectCoeffs(std::array<float, 4> *value) = 0;
98 virtual bool getEffectTargetG(std::array<float, 5> *value) = 0;
100 virtual bool getSteadyAmpMax(float *value) = 0;
102 virtual bool getSteadyCoeffs(std::array<float, 4> *value) = 0;
104 virtual bool getSteadyTargetG(std::array<float, 3> *value) = 0;
106 virtual bool getCloseLoopThreshold(uint32_t *value) = 0;
108 virtual bool getDynamicConfig(bool *value) = 0;
110 virtual bool getLongFrequencyShift(uint32_t *value) = 0;
112 virtual bool getShortVoltageMax(uint32_t *value) = 0;
114 virtual bool getLongVoltageMax(uint32_t *value) = 0;
116 virtual bool getClickDuration(uint32_t *value) = 0;
118 virtual bool getTickDuration(uint32_t *value) = 0;
120 virtual bool getDoubleClickDuration(uint32_t *value) = 0;
122 virtual bool getHeavyClickDuration(uint32_t *value) = 0;
124 virtual bool getEffectShape(uint32_t *value) = 0;
126 virtual bool getSteadyShape(uint32_t *value) = 0;
128 virtual bool getTriggerEffectSupport(uint32_t *value) = 0;
130 virtual bool getDevHwVer(std::string *value) = 0;