Searched refs:report_id (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/device/hid/
H A Dhid_connection.cc15 explicit CollectionHasReportId(uint8_t report_id) : report_id_(report_id) {} argument
42 uint8_t report_id,
47 CollectionHasReportId(report_id));
105 uint8_t report_id = buffer->data()[0]; local
106 if (device_info().has_report_id != (report_id != 0)) {
111 if (IsReportIdProtected(report_id)) {
120 void HidConnection::GetFeatureReport(uint8_t report_id, argument
128 if (device_info().has_report_id != (report_id != 0)) {
133 if (IsReportIdProtected(report_id)) {
41 FindCollectionByReportId(const HidDeviceInfo& device_info, uint8_t report_id, HidCollectionInfo* collection_info) argument
152 uint8_t report_id = buffer->data()[0]; local
171 uint8_t report_id = buffer->data()[0]; local
181 IsReportIdProtected(uint8_t report_id) argument
[all...]
H A Dhid_connection.h49 void GetFeatureReport(uint8_t report_id, const ReadCallback& callback);
68 virtual void PlatformGetFeatureReport(uint8_t report_id,
84 bool IsReportIdProtected(uint8_t report_id);
H A Dhid_connection_mac.h43 virtual void PlatformGetFeatureReport(uint8_t report_id,
54 uint32_t report_id,
59 void GetFeatureReportAsync(uint8_t report_id, const ReadCallback& callback);
H A Dhid_connection_mac.cc92 void HidConnectionMac::PlatformGetFeatureReport(uint8_t report_id, argument
97 &HidConnectionMac::GetFeatureReportAsync, this, report_id, callback));
118 uint32_t report_id,
130 // report_id is already contained in report_bytes
165 void HidConnectionMac::GetFeatureReportAsync(uint8_t report_id, argument
179 report_id,
204 uint8_t report_id = data[0]; local
205 if (report_id == 0) {
218 IOHIDDeviceSetReport(device_.get(), report_type, report_id, data, size);
114 InputReportCallback(void* context, IOReturn result, void* sender, IOHIDReportType type, uint32_t report_id, uint8_t* report_bytes, CFIndex report_length) argument
H A Dhid_service_win.cc165 int report_id = button_caps[i].ReportID; local
166 if (report_id != 0) {
167 collection_info->report_ids.insert(report_id);
186 int report_id = value_caps[i].ReportID; local
187 if (report_id != 0) {
188 collection_info->report_ids.insert(report_id);
H A Dhid_connection_linux.h31 virtual void PlatformGetFeatureReport(uint8_t report_id,
H A Dhid_connection_win.h35 virtual void PlatformGetFeatureReport(uint8_t report_id,
H A Dhid_connection_linux.cc110 uint8_t report_id,
117 buffer->data()[0] = report_id;
109 PlatformGetFeatureReport( uint8_t report_id, const ReadCallback& callback) argument
H A Dhid_connection_win.cc161 void HidConnectionWin::PlatformGetFeatureReport(uint8_t report_id, argument
166 buffer->data()[0] = report_id;
/external/chromium_org/tools/usb_gadget/
H A Dhid_gadget.py127 for report_id, feature in self._features.iteritems():
128 feature.Connected(self, report_id)
167 report_type, report_id = value >> 8, value & 0xFF
169 .format(report_type, report_id, length))
170 return self.GetReport(report_type, report_id, length)
194 report_type, report_id = value >> 8, value & 0xFF
196 .format(report_type, report_id, len(data)))
197 return self.SetReport(report_type, report_id, data)
199 duration, report_id = value >> 8, value & 0xFF
201 .format(duration, report_id))
[all...]
/external/chromium_org/content/browser/tracing/
H A Dtracing_ui.h25 const std::string& report_id,
H A Dtrace_uploader.cc57 string report_id; local
61 source->GetResponseAsString(&report_id);
70 base::Bind(done_callback_, success, report_id, error_message));
/external/kernel-headers/original/uapi/linux/
H A Dhiddev.h67 __u32 report_id; member in struct:hiddev_report_info
72 * report_id. Set report_id to REPORT_ID_UNKNOWN if the rest of the fields
92 __u32 report_id; member in struct:hiddev_field_info
107 /* Fill in report_type, report_id and field_index to get the information on a
122 __u32 report_id; member in struct:hiddev_usage_ref
188 * rinfo.report_id = HID_REPORT_ID_FIRST;
194 * finfo.report_id = rinfo.report_id;
199 * uref.report_id
[all...]
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_uploader.cc98 std::string report_id; local
100 source->GetResponseAsString(&report_id) &&
112 report_id));
114 NotifyUploadDone(response_code, report_id, it->second);
408 const std::string& report_id) {
412 DCHECK(!report_id.empty());
431 contents.insert(pos + time_now_str.length() + 1, report_id);
433 contents += time_now_str + "," + report_id + ",\n";
446 const std::string& report_id,
460 base::Bind(upload_done_data.callback, success, report_id,
405 AddUploadedLogInfoToUploadListFile( const base::FilePath& upload_list_path, const std::string& local_log_id, const std::string& report_id) argument
444 NotifyUploadDone( int response_code, const std::string& report_id, const WebRtcLogUploadDoneData& upload_done_data) argument
[all...]
H A Dwebrtc_log_uploader.h129 // upload_time,report_id,local_id
130 // upload_time,report_id,local_id
133 // was uploaded in Unix time. "report_id" is the ID reported back by the
137 // "upload_time" and "report_id" is the left empty in the entry written to the
147 const std::string& report_id);
150 const std::string& report_id,
/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
H A Dwebrtc_logging_private_api_stub.cc81 bool success, const std::string& report_id,
80 UploadCallback( bool success, const std::string& report_id, const std::string& error_message) argument
H A Dwebrtc_logging_private_api.h107 void UploadCallback(bool success, const std::string& report_id,
H A Dwebrtc_logging_private_api.cc225 bool success, const std::string& report_id,
230 result.report_id = report_id;
224 UploadCallback( bool success, const std::string& report_id, const std::string& error_message) argument
/external/chromium_org/components/crash/tools/
H A Dcrash_service.cc386 std::wstring report_id = L"<unsent>"; local
410 info->dump_path, &report_id);
413 report_id = L"<network issue>";
416 report_id = L"<rejected>";
426 report_id = L"<throttled>";
429 report_id = L"<unknown>";
434 VLOG(1) << "dump for pid =" << info->pid << " crash2 id =" << report_id;
/external/chromium_org/extensions/browser/api/hid/
H A Dhid_api.cc220 int report_id = reinterpret_cast<uint8_t*>(buffer->data())[0]; local
223 result->Append(new base::FundamentalValue(report_id));
251 buffer->data()[0] = static_cast<uint8_t>(parameters_->report_id);
287 static_cast<uint8_t>(parameters_->report_id),
325 buffer->data()[0] = static_cast<uint8_t>(parameters_->report_id);
/external/bluetooth/bluedroid/stack/include/
H A Dhidh_api.h176 UINT8 report_id, BT_HDR *pbuf);
/external/chromium_org/chrome/browser/resources/
H A Dcrashes.js75 'report_id:' + crash.id
/external/chromium_org/chrome/browser/resources/media/
H A Dwebrtc_logs.js84 'report_id:' + upload.id
/external/chromium_org/tools/
H A Dcheck_git_config.py468 report_id = None
470 report_id = json.load(resp)['report_id']
473 logging.warning('Report uploaded: %s', report_id)
/external/chromium_org/content/browser/gamepad/
H A Draw_input_data_fetcher_win.h41 uint32_t report_id; member in struct:content::RawGamepadInfo

Completed in 1997 milliseconds

12