Home | History | Annotate | Download | only in capture

Lines Matching refs:NotNull

28 using ::testing::NotNull;
118 ON_CALL(*this, AddOutputStream(NotNull(), _))
121 ON_CALL(*this, RemoveOutputStream(NotNull(), _))
231 EXPECT_CALL(*mock_mirroring_manager_, StartMirroring(NotNull()))
235 EXPECT_CALL(*mock_mirroring_manager_, StopMirroring(NotNull()))
241 EXPECT_CALL(mock_input_callback_, OnData(NotNull(), NotNull(), _, _))
277 EXPECT_CALL(*mock_vais_, AddOutputStream(NotNull(), _))
280 EXPECT_CALL(*mock_vais_, RemoveOutputStream(NotNull(), _))
313 EXPECT_CALL(*mock_mirroring_manager_, StartMirroring(NotNull()))