Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/metadata/
Dv4l2_control_delegate_test.cpp47 int32_t device_result = 99; in TEST_F() local
50 .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() local
62 .WillOnce(DoAll(SetArgPointee<1>(device_result), Return(0))); in TEST_F()
64 EXPECT_CALL(*mock_converter_, V4L2ToMetadata(device_result, _)) in TEST_F()