HomeSort by relevance Sort by last modified time
    Searched defs:handle_entry (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/binder/
ProcessState.h 75 struct handle_entry { struct in class:android::ProcessState
80 handle_entry* lookupHandleLocked(int32_t handle);
87 Vector<handle_entry>mHandleToObject;
  /external/chromium_org/sandbox/win/src/
handle_table.h 51 const SYSTEM_HANDLE_INFORMATION* handle_entry() const { function in class:sandbox::HandleTable::HandleEntry
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 55 struct handle_entry { struct
56 SIMPLEQ_ENTRY(handle_entry) entries;
60 static SIMPLEQ_HEAD(simplehead, handle_entry) pending_flush_items_head;
200 struct handle_entry *handle_element;
329 struct handle_entry *the_entry;
331 the_entry = (struct handle_entry*) malloc(sizeof(struct handle_entry));

Completed in 708 milliseconds