OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:report_ids
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/device/hid/
hid_collection_info.h
24
std::set<int>
report_ids
;
member in struct:device::HidCollectionInfo
hid_report_descriptor_unittest.cc
334
ASSERT_THAT(actual_collection.
report_ids
,
335
ContainerEq(expected_collection.
report_ids
));
354
digitizer.
report_ids
.insert(1);
355
digitizer.
report_ids
.insert(2);
356
digitizer.
report_ids
.insert(3);
385
monitor.
report_ids
.insert(1);
386
monitor.
report_ids
.insert(2);
387
monitor.
report_ids
.insert(3);
388
monitor.
report_ids
.insert(4);
389
monitor.
report_ids
.insert(5)
[
all
...]
hid_connection.cc
18
if (info.
report_ids
.size() == 0 ||
25
return std::find(info.
report_ids
.begin(),
26
info.
report_ids
.end(),
27
report_id_) != info.
report_ids
.end();
hid_service_win.cc
167
collection_info->
report_ids
.insert(report_id);
188
collection_info->
report_ids
.insert(report_id);
275
if (!collection_info.
report_ids
.empty()) {
hid_report_descriptor.cc
95
top_level_collections->back().
report_ids
.insert(
hid_service_mac.cc
112
GetReportIds(collection, &collection_info.
report_ids
);
113
if (collection_info.
report_ids
.size() > 0) {
/external/chromium_org/extensions/browser/api/hid/
hid_device_manager.cc
92
api_collection->
report_ids
.resize(collection.
report_ids
.size());
93
std::copy(collection.
report_ids
.begin(),
94
collection.
report_ids
.end(),
95
api_collection->
report_ids
.begin());
Completed in 182 milliseconds