Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/
DHardware.h295 static constexpr char F0_CONFIG[] = "f0_measured"; variable
326 bool getF0(std::string *value) override { return getPersist(F0_CONFIG, value); } in getF0()
331 if (getPersist(F0_CONFIG, &cal_0) && getPersist(F0_CONFIG_DUAL, &cal_1)) { in getF0SyncOffset()