/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:__anon31194
|
/bionic/libc/kernel/uapi/linux/ |
uhid.h | 176 struct uhid_get_report_req get_report; member in union:uhid_event::__anon999
|
/external/autotest/site_utils/ |
host_history.py | 169 return host_history_utils.get_report(t_start=start_time, t_end=end_time,
|
host_history_utils.py | 362 def get_report(t_start, t_end, hosts=None, board=None, pool=None, function
|
/external/kernel-headers/original/uapi/linux/ |
uhid.h | 188 struct uhid_get_report_req get_report; member in union:uhid_event::__anon14491
|
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_hid.cpp | 412 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 | 1421 static bt_status_t get_report (bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportId, int bufferSize) function [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/ |
connection.py | 500 def get_report(self, request, response, **kw): member in class:MWSConnection [all...] |