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

  /system/bt/bta/include/
bta_hd_api.h 92 uint8_t report_id; member in struct:__anon1523
98 uint8_t report_id; member in struct:__anon1524
106 uint8_t report_id; member in struct:__anon1525
  /frameworks/base/libs/incident/proto/android/os/
metadata.proto 28 optional int64 report_id = 1;
  /bionic/libc/kernel/uapi/linux/
hiddev.h 49 __u32 report_id; member in struct:hiddev_report_info
64 __u32 report_id; member in struct:hiddev_field_info
89 __u32 report_id; member in struct:hiddev_usage_ref
  /external/kernel-headers/original/uapi/linux/
hiddev.h 68 __u32 report_id; member in struct:hiddev_report_info
73 * report_id. Set report_id to REPORT_ID_UNKNOWN if the rest of the fields
93 __u32 report_id; member in struct:hiddev_field_info
108 /* Fill in report_type, report_id and field_index to get the information on a
123 __u32 report_id; member in struct:hiddev_usage_ref
189 * rinfo.report_id = HID_REPORT_ID_FIRST;
195 * finfo.report_id = rinfo.report_id;
200 * uref.report_id = rinfo.report_id
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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...]
  /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 ));
  /system/bt/bta/hd/
bta_hd_act.cc 374 uint8_t report_id; local
379 report_id =
382 HID_DevSendReport(channel, p_report->type, report_id, p_report->len,
513 ret.report_id = *p_buf;
518 ret.report_id = 0;
551 ret.report_id = *p_buf;
587 ret.report_id = *p_buf;
592 ret.report_id = 0;
  /system/bt/stack/include/
hidh_api.h 176 uint8_t report_id, BT_HDR* pbuf);
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder_mi.h 144 uint32_t report_id)
164 dw[2] = report_id;
  /system/bt/include/hardware/
bt_hd.h 73 typedef void (*bthd_intr_data_callback)(uint8_t report_id, uint16_t len,
  /system/bt/btif/src/
btif_hd.cc 235 p_data->get_report.report_id, p_data->get_report.buffer_size);
240 p_data->set_report.report_id, p_data->set_report.len,
249 HAL_CBACK(bt_hd_callbacks, intr_data_cb, p_data->intr_data.report_id,
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid_device.cpp 123 static void intr_data_callback(uint8_t report_id, uint16_t len,
136 (jbyte)report_id, data.get());
  /system/bt/stack/hid/
hidh_api.cc 405 * report_id: is only used on GET_REPORT transaction if is
412 uint16_t data, uint8_t report_id, BT_HDR* pbuf) {
435 hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf);
hidh_conn.cc 865 uint8_t param, uint16_t data, uint8_t report_id,
    [all...]
  /external/toolchain-utils/crosperf/
results_cache.py 258 report_id = 0
265 key = 'perf_%s_%s' % (report_id, event_name)
  /external/webrtc/talk/app/webrtc/
statscollector.cc     [all...]
statscollector_unittest.cc 1254 std::string report_id = AddCandidateReport(&stats, c, true)->id()->ToString(); local
    [all...]
  /external/libusb/libusb/os/
windows_winusb.c 3424 int report_id = value & 0xFF; local
    [all...]

Completed in 470 milliseconds