Searched refs:hasRtpInput (Results 1 – 6 of 6) sorted by relevance
29 MOCK_METHOD0(hasRtpInput, bool());
208 EXPECT_CALL(*mMockApi, hasRtpInput()).Times(times); in relaxMock()341 EXPECT_CALL(*mMockApi, hasRtpInput()).WillOnce(Return(true)); in TEST_P()349 EXPECT_CALL(*mMockApi, hasRtpInput()).WillOnce(Return(false)); in TEST_P()365 EXPECT_CALL(*mMockApi, hasRtpInput()).WillOnce(Return(false)); in TEST_P()
213 &Vibrator::HwApi::hasRtpInput),
43 bool hasRtpInput() override { return has(mRtpInput); } in hasRtpInput() function
47 virtual bool hasRtpInput() = 0;
117 if (mHwApi->hasRtpInput()) { in getCapabilities()