Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/metadata/
Dpartial_metadata_factory_test.cpp171 v4l2_query_ext_ctrl query_result; in TEST_F() local
172 query_result.type = V4L2_CTRL_TYPE_CTRL_CLASS; in TEST_F()
175 .WillOnce(DoAll(SetArgPointee<1>(query_result), Return(0))); in TEST_F()
188 v4l2_query_ext_ctrl query_result; in TEST_F() local
189 query_result.type = V4L2_CTRL_TYPE_MENU; in TEST_F()
190 query_result.minimum = 10; in TEST_F()
191 query_result.maximum = 1; // Less than minimum. in TEST_F()
194 .WillOnce(DoAll(SetArgPointee<1>(query_result), Return(0))); in TEST_F()
207 v4l2_query_ext_ctrl query_result; in TEST_F() local
208 query_result.type = V4L2_CTRL_TYPE_INTEGER; in TEST_F()
[all …]
/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.cpp206 int query_result = dev->ioctl(DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &query_params); in magma_device_query_fudge() local
207 if (query_result) { in magma_device_query_fudge()