HomeSort by relevance Sort by last modified time
    Searched refs:report_id (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/device/hid/
hid_connection.cc 15 explicit CollectionHasReportId(uint8_t report_id) : report_id_(report_id) {}
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,
128 if (device_info().has_report_id != (report_id != 0)) {
133 if (IsReportIdProtected(report_id)) {
152 uint8_t report_id = buffer->data()[0]; local
171 uint8_t report_id = buffer->data()[0]; local
    [all...]
hid_connection_mac.h 43 virtual void PlatformGetFeatureReport(uint8_t report_id,
54 uint32_t report_id,
59 void GetFeatureReportAsync(uint8_t report_id, const ReadCallback& callback);
hid_connection.h 49 void GetFeatureReport(uint8_t report_id, const ReadCallback& callback);
68 virtual void PlatformGetFeatureReport(uint8_t report_id,
84 bool IsReportIdProtected(uint8_t report_id);
hid_connection_mac.cc 92 void HidConnectionMac::PlatformGetFeatureReport(uint8_t report_id,
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,
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);
hid_service_win.cc 165 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);
hid_connection_linux.h 31 virtual void PlatformGetFeatureReport(uint8_t report_id,
hid_connection_win.h 35 virtual void PlatformGetFeatureReport(uint8_t report_id,
  /external/chromium_org/tools/usb_gadget/
hid_gadget.py 127 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/
tracing_ui.h 25 const std::string& report_id,
  /bionic/libc/kernel/uapi/linux/
hiddev.h 56 __u32 report_id; member in struct:hiddev_report_info
75 __u32 report_id; member in struct:hiddev_field_info
106 __u32 report_id; member in struct:hiddev_usage_ref
  /development/ndk/platforms/android-L/include/linux/
hiddev.h 56 __u32 report_id; member in struct:hiddev_report_info
75 __u32 report_id; member in struct:hiddev_field_info
106 __u32 report_id; member in struct:hiddev_usage_ref
  /external/kernel-headers/original/uapi/linux/
hiddev.h 67 __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 = rinfo.report_id
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
hiddev.h 67 __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 = rinfo.report_id
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hiddev.h 67 __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 = rinfo.report_id
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
hiddev.h 56 __u32 report_id; member in struct:hiddev_report_info
75 __u32 report_id; member in struct:hiddev_field_info
106 __u32 report_id; member in struct:hiddev_usage_ref
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
hiddev.h 56 __u32 report_id; member in struct:hiddev_report_info
75 __u32 report_id; member in struct:hiddev_field_info
106 __u32 report_id; member in struct:hiddev_usage_ref
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
hiddev.h 56 __u32 report_id; member in struct:hiddev_report_info
75 __u32 report_id; member in struct:hiddev_field_info
106 __u32 report_id; member in struct:hiddev_usage_ref
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
hiddev.h 56 __u32 report_id; member in struct:hiddev_report_info
75 __u32 report_id; member in struct:hiddev_field_info
106 __u32 report_id; member in struct:hiddev_usage_ref
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
hiddev.h 56 __u32 report_id; member in struct:hiddev_report_info
75 __u32 report_id; member in struct:hiddev_field_info
106 __u32 report_id; member in struct:hiddev_usage_ref
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
hiddev.h 56 __u32 report_id; member in struct:hiddev_report_info
75 __u32 report_id; member in struct:hiddev_field_info
106 __u32 report_id; member in struct:hiddev_usage_ref
  /external/chromium_org/chrome/browser/media/
webrtc_log_uploader.cc 98 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,
    [all...]
webrtc_log_uploader.h 129 // 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,
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 144 byte setReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_type, byte report_id, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
145 byte getReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_type, byte report_id, char* dataptr, unsigned int nak_limit = USB_NAK_LIMIT );
191 inline byte USB::setReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_type, byte report_id, char* dataptr, unsigned int nak_limit ) {
192 return( ctrlReq( addr, ep, bmREQ_HIDOUT, HID_REQUEST_SET_REPORT, report_id, report_type, interface, nbytes, dataptr, nak_limit ));
194 inline byte USB::getReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_type, byte report_id, char* dataptr, unsigned int nak_limit ) { // ** RI 04/11/09
195 return( ctrlReq( addr, ep, bmREQ_HIDIN, HID_REQUEST_GET_REPORT, report_id, report_type, interface, nbytes, dataptr, nak_limit ));
  /external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
webrtc_logging_private_api.h 107 void UploadCallback(bool success, const std::string& report_id,
webrtc_logging_private_api_stub.cc 81 bool success, const std::string& report_id,

Completed in 985 milliseconds

1 2