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

/fuchsia/zircon/system/core/pwrbtn-monitor/
H A Dpwrbtn-monitor.cpp202 const size_t byte_index = info.has_report_id_byte + info.bit_offset / 8; local
203 if (report_size <= byte_index) {
228 if (static_cast<size_t>(r) <= byte_index) {
234 if (report[byte_index] & (1u << (info.bit_offset % 8))) {

Completed in 23 milliseconds