Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/
Dstatic_properties_test.cpp40 mock_reader_ = std::make_unique<MetadataReaderMock>(); in SetUp()
44 dut_.reset(StaticProperties::NewStaticProperties(std::move(mock_reader_))); in PrepareDUT()
54 EXPECT_CALL(*mock_reader_, Facing(_)) in SetDefaultExpectations()
57 EXPECT_CALL(*mock_reader_, Orientation(_)) in SetDefaultExpectations()
60 EXPECT_CALL(*mock_reader_, MaxInputStreams(_)) in SetDefaultExpectations()
63 EXPECT_CALL(*mock_reader_, MaxOutputStreams(_, _, _)) in SetDefaultExpectations()
69 EXPECT_CALL(*mock_reader_, RequestCapabilities(_)) in SetDefaultExpectations()
73 EXPECT_CALL(*mock_reader_, StreamConfigurations(_)) in SetDefaultExpectations()
76 EXPECT_CALL(*mock_reader_, StreamStallDurations(_)) in SetDefaultExpectations()
79 EXPECT_CALL(*mock_reader_, ReprocessFormats(_)) in SetDefaultExpectations()
[all …]