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

  /frameworks/native/include/binder/
ProcessState.h 77 struct handle_entry { struct in class:android::ProcessState
82 handle_entry* lookupHandleLocked(int32_t handle);
97 Vector<handle_entry>mHandleToObject;
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 56 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;
346 struct handle_entry *the_entry;
348 the_entry = (struct handle_entry*) malloc(sizeof(struct handle_entry));
  /frameworks/native/libs/binder/
ProcessState.cpp 166 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle)
170 handle_entry e;
185 handle_entry* e = lookupHandleLocked(handle);
242 handle_entry* e = lookupHandleLocked(handle);
271 handle_entry* e = lookupHandleLocked(handle);

Completed in 274 milliseconds