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

  /hardware/libhardware/include/hardware/
bt_hh.h 118 * occurs for get_report/get_protocol api.
168 /** Send a GET_REPORT to HID device. */
169 bt_status_t (*get_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportId, int bufferSize); member in struct:__anon24726
  /bionic/libc/kernel/uapi/linux/
uhid.h 176 struct uhid_get_report_req get_report; member in union:uhid_event::__anon921
  /external/kernel-headers/original/uapi/linux/
uhid.h 188 struct uhid_get_report_req get_report; member in union:uhid_event::__anon11588
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 438 if ( (status = sBluetoothHidInterface->get_report((bt_bdaddr_t *) addr, (bthh_report_type_t) rType, (uint8_t) rId, bufferSize)) !=
  /system/bt/btif/src/
btif_hh.c 1466 static bt_status_t get_report (bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportId, int bufferSize) function
    [all...]

Completed in 338 milliseconds