Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 91) sorted by relevance

1234

/hardware/libhardware/tests/input/evdev/
DMouseInputMapper_test.cpp27 using ::testing::_;
55 EXPECT_CALL(reportDef, declareUsage(id, INPUT_USAGE_AXIS_X, _, _, _)); in TEST_F()
56 EXPECT_CALL(reportDef, declareUsage(id, INPUT_USAGE_AXIS_Y, _, _, _)); in TEST_F()
57 EXPECT_CALL(reportDef, declareUsages(id, _, 3)) in TEST_F()
71 EXPECT_CALL(reportDef, declareUsage(_, _, _, _, _)).Times(0); in TEST_F()
72 EXPECT_CALL(reportDef, declareUsages(_, _, _)).Times(0); in TEST_F()
84 EXPECT_CALL(reportDef, addCollection(_, _)); in TEST_F()
85 EXPECT_CALL(reportDef, declareUsage(_, _, _, _, _)).Times(2); in TEST_F()
86 EXPECT_CALL(reportDef, declareUsages(_, _, 3)); in TEST_F()
100 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
[all …]
DSwitchInputMapper_test.cpp27 using ::testing::_;
53 EXPECT_CALL(reportDef, declareUsages(INPUT_COLLECTION_ID_SWITCH, _, 2)) in TEST_F()
64 EXPECT_CALL(reportDef, addCollection(_, _)).Times(0); in TEST_F()
65 EXPECT_CALL(reportDef, declareUsages(_, _, _)).Times(0); in TEST_F()
75 EXPECT_CALL(reportDef, addCollection(_, _)); in TEST_F()
76 EXPECT_CALL(reportDef, declareUsages(_, _, _)); in TEST_F()
88 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
90 EXPECT_CALL(report, reportEvent(_)); in TEST_F()
DInputDevice_test.cpp37 using ::testing::_;
49 EXPECT_CALL(mHost, createDeviceIdentifier(_, _, _, _, _)) in SetUp()
59 ON_CALL(mHost, registerDevice(_, _)) in SetUp()
150 EXPECT_CALL(mHost, freeReportDefinition(_)); in TEST_F()
151 EXPECT_CALL(mHost, registerDevice(_, _)); in TEST_F()
/hardware/libhardware/modules/camera/3_4/metadata/
Dmetadata_test.cpp32 using testing::_;
83 EXPECT_CALL(*component1_, PopulateStaticFields(_)).WillOnce(Return(0)); in TEST_F()
84 EXPECT_CALL(*component2_, PopulateStaticFields(_)).WillOnce(Return(0)); in TEST_F()
134 EXPECT_CALL(*component1_, PopulateStaticFields(_)) in TEST_F()
137 EXPECT_CALL(*component2_, PopulateStaticFields(_)).WillOnce(Return(err)); in TEST_F()
171 EXPECT_CALL(*component1_, SupportsRequestValues(_)).WillOnce(Return(true)); in TEST_F()
172 EXPECT_CALL(*component2_, SupportsRequestValues(_)).WillOnce(Return(true)); in TEST_F()
184 EXPECT_CALL(*component1_, SupportsRequestValues(_)) in TEST_F()
187 EXPECT_CALL(*component2_, SupportsRequestValues(_)).WillOnce(Return(false)); in TEST_F()
200 EXPECT_CALL(*component1_, SupportsRequestValues(_)).Times(0); in TEST_F()
[all …]
Dv4l2_control_delegate_test.cpp27 using testing::_;
49 EXPECT_CALL(*mock_device_, GetControl(control_id_, _)) in TEST_F()
51 EXPECT_CALL(*mock_converter_, V4L2ToMetadata(device_result, _)) in TEST_F()
61 EXPECT_CALL(*mock_device_, GetControl(control_id_, _)) in TEST_F()
64 EXPECT_CALL(*mock_converter_, V4L2ToMetadata(device_result, _)) in TEST_F()
73 EXPECT_CALL(*mock_device_, GetControl(control_id_, _)).WillOnce(Return(err)); in TEST_F()
82 EXPECT_CALL(*mock_converter_, MetadataToV4L2(input, _)) in TEST_F()
84 EXPECT_CALL(*mock_device_, SetControl(control_id_, conversion_result, _)) in TEST_F()
93 EXPECT_CALL(*mock_converter_, MetadataToV4L2(input, _)).WillOnce(Return(err)); in TEST_F()
100 EXPECT_CALL(*mock_converter_, MetadataToV4L2(input, _)) in TEST_F()
[all …]
Dpartial_metadata_factory_test.cpp33 using testing::_;
158 EXPECT_CALL(*mock_device_, QueryControl(control_id, _)).WillOnce(Return(-1)); in TEST_F()
174 EXPECT_CALL(*mock_device_, QueryControl(control_id, _)) in TEST_F()
193 EXPECT_CALL(*mock_device_, QueryControl(control_id, _)) in TEST_F()
216 EXPECT_CALL(*mock_device_, QueryControl(control_id, _)) in TEST_F()
240 EXPECT_CALL(*mock_device_, QueryControl(control_id, _)) in TEST_F()
265 EXPECT_CALL(*mock_device_, QueryControl(control_id, _)) in TEST_F()
270 EXPECT_CALL(*mock_converter_, V4L2ToMetadata(kv.first, _)) in TEST_F()
275 EXPECT_CALL(*mock_converter_, V4L2ToMetadata(7, _)).WillOnce(Return(-EINVAL)); in TEST_F()
299 EXPECT_CALL(*mock_device_, QueryControl(control_id, _)) in TEST_F()
[all …]
Dslider_control_options_test.cpp29 using testing::_;
66 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
82 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
98 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
111 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
Dmenu_control_options_test.cpp29 using testing::_;
63 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
76 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
91 EXPECT_CALL(*mock_defaults_, DefaultValueForTemplate(template_index, _)) in TEST_F()
Dmap_converter_test.cpp27 using testing::_;
40 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)) in ExpectConvertToV4L2()
88 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)).WillOnce(Return(err)); in TEST_F()
97 EXPECT_CALL(*converter_, V4L2ToMetadata(kv->first, _)) in TEST_F()
Dranged_converter_test.cpp27 using testing::_;
41 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)) in ExpectConvert()
80 EXPECT_CALL(*converter_, MetadataToV4L2(initial, _)).WillOnce(Return(err)); in TEST_F()
Dcontrol_test.cpp33 using testing::_;
151 EXPECT_CALL(*mock_delegate_, GetValue(_)) in TEST_F()
161 EXPECT_CALL(*mock_delegate_, GetValue(_)) in TEST_F()
171 EXPECT_CALL(*mock_delegate_, GetValue(_)) in TEST_F()
179 EXPECT_CALL(*mock_delegate_, GetValue(_)).WillOnce(Return(err)); in TEST_F()
192 EXPECT_CALL(*mock_options_, DefaultValueForTemplate(template_type, _)) in TEST_F()
204 EXPECT_CALL(*mock_options_, DefaultValueForTemplate(template_type, _)) in TEST_F()
217 EXPECT_CALL(*mock_delegate_, GetValue(_)) in TEST_F()
231 EXPECT_CALL(*mock_delegate_, GetValue(_)).WillOnce(Return(err)); in TEST_F()
243 EXPECT_CALL(*mock_options_, DefaultValueForTemplate(template_type, _)) in TEST_F()
[all …]
Dtagged_control_delegate_test.cpp27 using testing::_;
59 EXPECT_CALL(*mock_delegate_, GetValue(_)) in TEST_F()
69 EXPECT_CALL(*mock_delegate_, GetValue(_)).WillOnce(Return(err)); in TEST_F()
Dtagged_control_options_test.cpp27 using testing::_;
84 EXPECT_CALL(*mock_options_, DefaultValueForTemplate(template_id, _)) in TEST_F()
95 EXPECT_CALL(*mock_options_, DefaultValueForTemplate(template_id, _)) in TEST_F()
Dstate_test.cpp32 using testing::_;
75 EXPECT_CALL(*mock_delegate_, GetValue(_)) in TEST_F()
88 EXPECT_CALL(*mock_delegate_, GetValue(_)).WillOnce(Return(err)); in TEST_F()
/hardware/libhardware/modules/camera/3_4/
Dstatic_properties_test.cpp31 using testing::_;
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()
212 EXPECT_CALL(*mock_reader_, Facing(_)).WillOnce(Return(99)); in TEST_F()
[all …]
Dformat_metadata_factory_test.cpp31 using testing::_;
78 EXPECT_CALL(*mock_device_, GetFormats(_)) in TEST_F()
81 EXPECT_CALL(*mock_device_, GetQualifiedFormats(_)) in TEST_F()
86 EXPECT_CALL(*mock_device_, GetFormatFrameSizes(format, _)) in TEST_F()
90 EXPECT_CALL(*mock_device_, GetFormatFrameDurationRange(format, size, _)) in TEST_F()
139 EXPECT_CALL(*mock_device_, GetFormats(_)) in TEST_F()
145 EXPECT_CALL(*mock_device_, GetQualifiedFormats(_)) in TEST_F()
150 EXPECT_CALL(*mock_device_, GetFormatFrameSizes(format, _)) in TEST_F()
154 EXPECT_CALL(*mock_device_, GetFormatFrameDurationRange(format, size, _)) in TEST_F()
/hardware/interfaces/wifi/1.3/default/tests/
Dwifi_ap_iface_unit_tests.cpp61 EXPECT_CALL(*iface_util_, setMacAddress(testing::_, testing::_)) in TEST_F()
71 EXPECT_CALL(*iface_util_, setMacAddress(testing::_, testing::_)).Times(0); in TEST_F()
Dwifi_iface_util_unit_tests.cpp67 EXPECT_CALL(*iface_tool_, SetMacAddress(testing::_, testing::_)) in TEST_F()
69 EXPECT_CALL(*iface_tool_, SetUpState(testing::_, testing::_)) in TEST_F()
Dwifi_nan_iface_unit_tests.cpp117 nanRegisterCallbackHandlers(testing::_, testing::_)) in TEST_F()
120 registerIfaceEventHandlers(testing::_, testing::_)) in TEST_F()
/hardware/interfaces/broadcastradio/1.1/vts/functional/
DVtsHalBroadcastradioV1_1TargetTest.cpp47 using testing::_;
175 EXPECT_TIMEOUT_CALL(*mCallback, configChange, Result::OK, _); in openTuner()
231 EXPECT_TIMEOUT_CALL(*mCallback, configChange, Result::OK, _) in nextBand()
330 EXPECT_CALL(*mCallback, tuneComplete(_, _)).Times(0); in TEST_P()
331 EXPECT_TIMEOUT_CALL(*mCallback, tuneComplete_1_1, Result::OK, _) in TEST_P()
333 EXPECT_TIMEOUT_CALL(*mCallback, currentProgramInfoChanged, _) in TEST_P()
/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr3 L O C _ A P I _ C B . X D R
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr3 L O C _ A P I _ C B . X D R
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr3 L O C _ A P I _ C B . X D R
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr3 L O C _ A P I _ C B . X D R
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
Dloc_api_cb.xdr3 L O C _ A P I _ C B . X D R

1234