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

/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp345 struct handle_entry *the_entry; local
347 the_entry = (struct handle_entry*) malloc(sizeof(struct handle_entry));
348 if (the_entry != NULL) {
350 the_entry->handle = handle;
351 SIMPLEQ_INSERT_TAIL(&pending_flush_items_head, the_entry, entries);

Completed in 17 milliseconds