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

/fuchsia/zircon/system/dev/input/hid/
H A Dhid-fifo.c28 size_t zx_hid_fifo_size(zx_hid_fifo_t* fifo) { function
47 len = min(zx_hid_fifo_size(fifo), len);
57 if (len > HID_FIFO_SIZE - zx_hid_fifo_size(fifo)) return ZX_ERR_BUFFER_TOO_SMALL;
H A Dhid-fifo.h33 size_t zx_hid_fifo_size(zx_hid_fifo_t* fifo);
H A Dhid.c302 left = zx_hid_fifo_size(&hid->fifo);
806 bool was_empty = zx_hid_fifo_size(&instance->fifo) == 0;

Completed in 39 milliseconds