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

/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp56 struct handle_entry { struct
57 SIMPLEQ_ENTRY(handle_entry) entries;
61 static SIMPLEQ_HEAD(simplehead, handle_entry) pending_flush_items_head;
215 struct handle_entry *handle_element;
345 struct handle_entry *the_entry;
347 the_entry = (struct handle_entry*) malloc(sizeof(struct handle_entry));

Completed in 19 milliseconds