Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l25/
DHardware.h118 static constexpr char Q_CONFIG[] = "q_measured"; variable
162 if (getPersist(Q_CONFIG, value)) { in getQ()
/hardware/google/pixel/vibrator/cs40l26/
DHardware.h462 static constexpr char Q_CONFIG[] = "q_measured"; variable
496 bool getQ(std::string *value) override { return getPersist(Q_CONFIG, value); } in getQ()