Searched refs:reportId (Results 1 – 6 of 6) sorted by relevance
/system/bt/binder/android/bluetooth/ |
D | IBluetoothHidDeviceCallback.aidl | 28 void onInterruptData(in BluetoothDevice device, in byte reportId, in byte[] data); in onInterruptData() argument
|
D | IBluetoothHidHost.aidl | 50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize); in getReport() argument
|
/system/bt/btif/include/ |
D | btif_hh.h | 113 bthh_report_type_t r_type, uint8_t reportId,
|
/system/bt/include/hardware/ |
D | bt_hh.h | 181 uint8_t reportId, int bufferSize);
|
/system/chre/platform/slpi/smgr/ |
D | platform_sensor.cc | 221 SensorType getSensorTypeFromReportId(uint8_t reportId) { in getSensorTypeFromReportId() argument 223 if (reportId < static_cast<uint8_t>(SensorType::SENSOR_TYPE_COUNT)) { in getSensorTypeFromReportId() 224 sensorType = static_cast<SensorType>(reportId); in getSensorTypeFromReportId() 257 bool isSecondaryTemperature(uint8_t reportId) { in isSecondaryTemperature() argument 258 SensorType sensorType = getSensorTypeFromReportId(reportId); in isSecondaryTemperature()
|
/system/bt/btif/src/ |
D | btif_hh.cc | 701 uint8_t reportId, uint16_t bufferSize) { in btif_hh_getreport() argument 702 BTA_HhGetReport(p_dev->dev_handle, r_type, reportId, bufferSize); in btif_hh_getreport() 1486 bthh_report_type_t reportType, uint8_t reportId, in get_report() argument 1492 << ", rpt_id = " << reportId << ", buf_size = " << bufferSize in get_report() 1509 BTA_HhGetReport(p_dev->dev_handle, reportType, reportId, bufferSize); in get_report()
|