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

/fuchsia/zircon/system/core/pwrbtn-monitor/
H A Dpwrbtn-monitor.cpp118 bool has_report_id_byte; member in struct:__anon148::PowerButtonInfo
170 info->has_report_id_byte = (desc->rep_count > 1 || desc->report[0].report_id != 0);
202 const size_t byte_index = info.has_report_id_byte + info.bit_offset / 8;
223 if (info.has_report_id_byte && report[0] != info.report_id) {

Completed in 22 milliseconds