Searched defs:report_id (Results 1 - 18 of 18) sorted by relevance

/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.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/content/browser/tracing/
H A Dtrace_uploader.cc57 string report_id; local
61 source->GetResponseAsString(&report_id);
70 base::Bind(done_callback_, success, report_id, error_message));
H A Dtracing_ui.cc375 const std::string& report_id,
379 base::StringValue(report_id));
374 OnTraceUploadComplete(bool success, const std::string& report_id, const std::string& error_message) argument
/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_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_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_connection_win.cc161 void HidConnectionWin::PlatformGetFeatureReport(uint8_t report_id, argument
166 buffer->data()[0] = report_id;
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);
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_api.c435 ** report_id: is only used on GET_REPORT transaction if is specified.
442 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf )
470 status = hidh_conn_snd_data( dev_handle, t_type, param, data, report_id, pbuf ) ;
441 HID_HostWriteDev( UINT8 dev_handle, UINT8 t_type, UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf ) argument
H A Dhidh_conn.c873 UINT16 data, UINT8 report_id, BT_HDR *buf)
961 if( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) )
963 *p_out = report_id;
872 hidh_conn_snd_data(UINT8 dhandle, UINT8 trans_type, UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *buf) argument
/external/chromium_org/content/browser/gamepad/
H A Draw_input_data_fetcher_win.h41 uint32_t report_id; member in struct:content::RawGamepadInfo
/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/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...]
/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/content/browser/media/
H A Dwebrtc_internals_browsertest.cc476 const string& report_id,
473 VerifyStatsDump(base::Value* dump, const PeerConnectionEntry& pc, const string& report_type, const string& report_id, const StatsUnit& stats) argument
/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/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c3593 int report_id = value & 0xFF; local
3600 return _hid_set_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type);
3603 return _hid_get_report(dev, hid_handle, report_id, data, tp, size, overlapped, report_type);

Completed in 368 milliseconds