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

  /frameworks/native/libs/binder/include/binder/
ProcessState.h 84 struct handle_entry { struct in class:android::ProcessState
89 handle_entry* lookupHandleLocked(int32_t handle);
107 Vector<handle_entry>mHandleToObject;
  /system/libhwbinder/include/hwbinder/
ProcessState.h 78 struct handle_entry { struct in class:android::hardware::ProcessState
83 handle_entry* lookupHandleLocked(int32_t handle);
100 Vector<handle_entry>mHandleToObject;
  /external/libevent/
event_iocp.c 55 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) function
89 handle_entry(overlapped, key, bytes, ok);
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 57 struct handle_entry { struct
58 SIMPLEQ_ENTRY(handle_entry) entries;
62 static SIMPLEQ_HEAD(simplehead, handle_entry) pending_flush_items_head;
230 struct handle_entry *handle_element;
367 struct handle_entry *the_entry;
369 the_entry = (struct handle_entry*) malloc(sizeof(struct handle_entry));

Completed in 124 milliseconds