Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/tests/
Dmocks.h69 MOCK_METHOD1(getQ, bool(std::string &value));
84 bool getQ(std::string *value) { return getQ(*value); } in getQ() function
Dtest-hwcal.cpp124 EXPECT_TRUE(mHwCal->getQ(&actual)); in TEST_F()
133 EXPECT_FALSE(mHwCal->getQ(&actual)); in TEST_F()
323 EXPECT_TRUE(mHwCal->getQ(&qActual)); in TEST_F()
373 EXPECT_TRUE(mHwCal->getQ(&qActual)); in TEST_F()
Dtest-vibrator.cpp304 EXPECT_CALL(*mMockCal, getQ(_)).Times(times); in relaxMock()
353 EXPECT_CALL(*mMockCal, getQ(_)) in TEST_F()
/device/google/felix/vibrator/cs40l26/
DVibrator.cpp599 if (mHwCalDef->getQ(&caldata)) {
626 if (mHwCalDual->getQ(&caldata)) {
1144 if (!mHwCalDef->getQ(&caldata)) { in getQFactor()
DVibrator.h118 virtual bool getQ(std::string *value) = 0;
DHardware.h352 bool getQ(std::string *value) override { return getPersist(Q_CONFIG, value); } in getQ() function
/device/google/atv/products/lowram_boot_profiles/
Dboot-image-profile.txt49355 HSPLcom/android/org/bouncycastle/crypto/params/DSAParameters;->getQ()Ljava/math/BigInteger;
52833 HSPLjava/security/spec/DSAParameterSpec;->getQ()Ljava/math/BigInteger;