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

/fuchsia/zircon/system/uapp/hid/
H A Dmain.cpp53 #define lprintf(fmt...) \ macro
135 lprintf("hid: could not get protocol from %s (status=%zd)\n", name, rc);
137 lprintf("hid: %s proto=%d\n", name, proto);
145 lprintf("hid: could not get report descriptor length from %s (status=%zd)\n", name, rc);
147 lprintf("hid: %s report descriptor len=%zu\n", name, *report_desc_len);
157 lprintf("hid: could not get report descriptor from %s (status=%zd)\n", name, rc);
173 lprintf("hid: could not get number of reports from %s (status=%zd)\n", name, rc);
175 lprintf("hid: %s num reports: %zu\n", name, *num_reports);
186 lprintf("hid: could not get report ids from %s (status=%zd)\n", name, rc);
233 lprintf("hi
[all...]

Completed in 78 milliseconds