Searched refs:device_result (Results 1 – 1 of 1) sorted by relevance
47 int32_t device_result = 99; in TEST_F() local50 .WillOnce(DoAll(SetArgPointee<1>(device_result), Return(0))); in TEST_F()51 EXPECT_CALL(*mock_converter_, V4L2ToMetadata(device_result, _)) in TEST_F()60 int32_t device_result = 99; in TEST_F() local62 .WillOnce(DoAll(SetArgPointee<1>(device_result), Return(0))); in TEST_F()64 EXPECT_CALL(*mock_converter_, V4L2ToMetadata(device_result, _)) in TEST_F()