Home
last modified time | relevance | path

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

/device/google/felix/vibrator/cs40l26/tests/
Dtest-vibrator.cpp287 EXPECT_CALL(*mMockApi, hasOwtFreeSpace()).Times(times); in relaxMock()
403 EXPECT_CALL(*mMockApi, hasOwtFreeSpace()).WillOnce(Return(true)); in TEST_F()
412 EXPECT_CALL(*mMockApi, hasOwtFreeSpace()).WillOnce(Return(true)); in TEST_F()
429 EXPECT_CALL(*mMockApi, hasOwtFreeSpace()).WillOnce(Return(true)); in TEST_F()
438 EXPECT_CALL(*mMockApi, hasOwtFreeSpace()).WillOnce(Return(true)); in TEST_F()
Dmocks.h43 MOCK_METHOD0(hasOwtFreeSpace, bool());
Dtest-hwapi.cpp150 &Vibrator::HwApi::hasOwtFreeSpace),
/device/google/felix/vibrator/cs40l26/
DVibrator.h69 virtual bool hasOwtFreeSpace() = 0;
DHardware.h95 bool hasOwtFreeSpace() override { return has(mOwtFreeSpace); } in hasOwtFreeSpace() function
DVibrator.cpp701 if (mHwApiDef->hasOwtFreeSpace()) { in getCapabilities()