HomeSort by relevance Sort by last modified time
    Searched full:report_id (Results 1 - 18 of 18) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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;
204 * rinfo.report_id |= HID_REPORT_ID_NEXT
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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;
204 * rinfo.report_id |= HID_REPORT_ID_NEXT
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-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;
204 * rinfo.report_id |= HID_REPORT_ID_NEXT
    [all...]
  /external/chromium_org/chrome/browser/media/
webrtc_log_uploader.cc 58 std::string report_id; local
59 if (response_code == 200 && source->GetResponseAsString(&report_id))
60 AddUploadedLogInfoToUploadListFile(report_id);
226 const std::string& report_id) {
252 "," + report_id + '\n';
webrtc_log_uploader.h 89 void AddUploadedLogInfoToUploadListFile(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/tools/crash_service/
crash_service.cc 407 std::wstring report_id = L"<unsent>"; local
431 info->dump_path, &report_id);
434 report_id = L"<network issue>";
437 report_id = L"<rejected>";
447 report_id = L"<throttled>";
450 report_id = L"<unknown>";
455 VLOG(1) << "dump for pid =" << info->pid << " crash2 id =" << report_id;
  /external/chromium_org/chrome/browser/resources/
crashes.js 65 'report_id:' + crash.id
  /external/chromium_org/chrome/browser/resources/media/
webrtc_logs.js 65 'report_id:' + upload.id
  /external/bluetooth/bluedroid/stack/hid/
hidh_api.c 435 ** 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 ) ;
hidh_conn.c 817 UINT16 data, UINT8 report_id, BT_HDR *buf)
898 if( (trans_type == HID_TRANS_GET_REPORT) && (report_id != 0) )
900 *p_out = report_id;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
hidh_api.h 176 UINT8 report_id, BT_HDR *pbuf);
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
UsbHid.java 50 (byte)0x85, (byte)mReportId, // REPORT_ID (Touch)
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 168 public static final String EXTRA_REPORT_ID = "android.bluetooth.BluetoothInputDevice.extra.REPORT_ID";
  /external/chromium_org/content/browser/media/
webrtc_internals_browsertest.cc 376 const string& report_id,
  /external/kernel-headers/original/linux/
hid.h 333 unsigned report_id; member in struct:hid_global
  /ndk/sources/host-tools/make-3.81/
NEWS 151 http://savannah.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=103
234 http://savannah.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=102
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 3582 int report_id = value & 0xFF; local
    [all...]

Completed in 831 milliseconds