Searched refs:reportType (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dbt_hh.h169 bt_status_t (*get_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, uint8_t reportId, int bufferSize);
172 bt_status_t (*set_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report);
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidParser.cpp92 unsigned int reportType = i.tag; local
117 HidReport report(reportType, flag, top, mLocal);
271 static std::string reportTypeToString(int reportType) { argument
272 switch (reportType) {

Completed in 1760 milliseconds