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

/fuchsia/zircon/system/core/pwrbtn-monitor/
H A Dpwrbtn-monitor.cpp195 input_report_size_t report_size = 0; local
196 if (ioctl_input_get_max_reportsize(info.fd.get(), &report_size) < 0) {
203 if (report_size <= byte_index) {
209 fbl::Array<uint8_t> report(new (&ac) uint8_t[report_size](), report_size);

Completed in 20 milliseconds