Home
last modified time | relevance | path

Searched refs:handle_entry (Results 1 – 1 of 1) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
Dsensors_mpl.cpp57 struct handle_entry { struct
58 SIMPLEQ_ENTRY(handle_entry) entries;
62 static SIMPLEQ_HEAD(simplehead, handle_entry) pending_flush_items_head; argument
230 struct handle_entry *handle_element; in pollEvents()
367 struct handle_entry *the_entry; in inv_pending_flush()
369 the_entry = (struct handle_entry*) malloc(sizeof(struct handle_entry)); in inv_pending_flush()