Home
last modified time | relevance | path

Searched refs:reportId (Results 1 – 6 of 6) sorted by relevance

/system/bt/binder/android/bluetooth/
DIBluetoothHidDeviceCallback.aidl28 void onInterruptData(in BluetoothDevice device, in byte reportId, in byte[] data); in onInterruptData() argument
DIBluetoothHidHost.aidl50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize); in getReport() argument
/system/bt/btif/include/
Dbtif_hh.h113 bthh_report_type_t r_type, uint8_t reportId,
/system/bt/include/hardware/
Dbt_hh.h181 uint8_t reportId, int bufferSize);
/system/chre/platform/slpi/smgr/
Dplatform_sensor.cc221 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/
Dbtif_hh.cc701 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()