Lines Matching refs:supportsOffloadPresent
332 EXPECT_CALL(*mDisplay1, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
333 EXPECT_CALL(*mDisplay2, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
345 EXPECT_CALL(*mDisplay1, supportsOffloadPresent).WillOnce(Return(false)); in TEST_F()
346 EXPECT_CALL(*mDisplay2, supportsOffloadPresent).Times(0); in TEST_F()
358 EXPECT_CALL(*mDisplay1, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
359 EXPECT_CALL(*mDisplay2, supportsOffloadPresent).WillOnce(Return(false)); in TEST_F()
371 EXPECT_CALL(*mDisplay1, supportsOffloadPresent).Times(0); in TEST_F()
372 EXPECT_CALL(*mDisplay2, supportsOffloadPresent).Times(0); in TEST_F()
384 EXPECT_CALL(*mDisplay1, supportsOffloadPresent).Times(0); in TEST_F()
395 EXPECT_CALL(*mDisplay1, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
396 EXPECT_CALL(*mDisplay2, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
397 EXPECT_CALL(*mVirtualDisplay, supportsOffloadPresent).Times(0); in TEST_F()
410 EXPECT_CALL(*mDisplay1, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
411 EXPECT_CALL(*mVirtualDisplay, supportsOffloadPresent).Times(0); in TEST_F()
423 EXPECT_CALL(*mDisplay1, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
424 EXPECT_CALL(*mHalVirtualDisplay, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
436 EXPECT_CALL(*mVirtualDisplay, supportsOffloadPresent).Times(0); in TEST_F()
437 EXPECT_CALL(*mHalVirtualDisplay, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
438 EXPECT_CALL(*mDisplay1, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
439 EXPECT_CALL(*mDisplay2, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
455 EXPECT_CALL(*mDisplay1, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
459 EXPECT_CALL(*mDisplay2, supportsOffloadPresent).WillRepeatedly(Return(true)); in TEST_F()
473 EXPECT_CALL(*mDisplay1, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()
477 EXPECT_CALL(*mDisplay2, supportsOffloadPresent).WillRepeatedly(Return(true)); in TEST_F()
478 EXPECT_CALL(*mHalVirtualDisplay, supportsOffloadPresent).WillOnce(Return(true)); in TEST_F()