Home
last modified time | relevance | path

Searched refs:getPersist (Results 1 – 5 of 5) sorted by relevance

/device/google/redfin/vibrator/drv2624/
DHardware.h121 bool getAutocal(std::string *value) override { return getPersist(AUTOCAL_CONFIG, value); } in getAutocal()
123 if (getPersist(LRA_PERIOD_CONFIG, value)) { in getLraPeriod()
130 if (getPersist(EFFECT_COEFF_CONFIG, value)) { in getEffectCoeffs()
136 if (getPersist(EFFECT_TARGET_G, value)) { in getEffectTargetG()
142 if (getPersist(STEADY_AMP_MAX_CONFIG, value)) { in getSteadyAmpMax()
148 if (getPersist(STEADY_COEFF_CONFIG, value)) { in getSteadyCoeffs()
154 if (getPersist(STEADY_TARGET_G, value)) { in getSteadyTargetG()
/device/google/bramble/vibrator/drv2624/
DHardware.h118 bool getAutocal(std::string *value) override { return getPersist(AUTOCAL_CONFIG, value); } in getAutocal()
120 if (getPersist(LRA_PERIOD_CONFIG, value)) { in getLraPeriod()
127 if (getPersist(EFFECT_COEFF_CONFIG, value)) { in getEffectCoeffs()
133 if (getPersist(STEADY_AMP_MAX_CONFIG, value)) { in getSteadyAmpMax()
139 if (getPersist(STEADY_COEFF_CONFIG, value)) { in getSteadyCoeffs()
/device/google/barbet/vibrator/drv2624/
DHardware.h118 bool getAutocal(std::string *value) override { return getPersist(AUTOCAL_CONFIG, value); } in getAutocal()
120 if (getPersist(LRA_PERIOD_CONFIG, value)) { in getLraPeriod()
127 if (getPersist(EFFECT_COEFF_CONFIG, value)) { in getEffectCoeffs()
133 if (getPersist(STEADY_AMP_MAX_CONFIG, value)) { in getSteadyAmpMax()
139 if (getPersist(STEADY_COEFF_CONFIG, value)) { in getSteadyCoeffs()
/device/google/sunfish/vibrator/drv2624/
DHardware.h116 bool getAutocal(std::string *value) override { return getPersist(AUTOCAL_CONFIG, value); } in getAutocal()
118 if (getPersist(LRA_PERIOD_CONFIG, value)) { in getLraPeriod()
125 if (getPersist(EFFECT_COEFF_CONFIG, value)) { in getEffectCoeffs()
131 if (getPersist(STEADY_AMP_MAX_CONFIG, value)) { in getSteadyAmpMax()
/device/google/sunfish/vibrator/common/
DHardwareBase.h183 bool getPersist(const char *key, T *value);
198 bool HwCalBase::getPersist(const char *key, T *value) { in getPersist() function