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

  /frameworks/native/libs/binder/include/binder/
ProcessState.h 87 struct handle_entry { struct in class:android::ProcessState
92 handle_entry* lookupHandleLocked(int32_t handle);
110 Vector<handle_entry>mHandleToObject;
  /system/libhwbinder/include/hwbinder/
ProcessState.h 84 struct handle_entry { struct in class:android::hardware::ProcessState
89 handle_entry* lookupHandleLocked(int32_t handle);
106 Vector<handle_entry>mHandleToObject;
  /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));
  /frameworks/native/libs/binder/
ProcessState.cpp 231 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle)
235 handle_entry e;
250 handle_entry* e = lookupHandleLocked(handle);
307 handle_entry* e = lookupHandleLocked(handle);
336 handle_entry* e = lookupHandleLocked(handle);
  /system/libhwbinder/
ProcessState.cpp 215 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle)
219 handle_entry e;
234 handle_entry* e = lookupHandleLocked(handle);
264 handle_entry* e = lookupHandleLocked(handle);
293 handle_entry* e = lookupHandleLocked(handle);
  /external/libevent/
event_iocp.c 56 handle_entry(OVERLAPPED *o, ULONG_PTR completion_key, DWORD nBytes, int ok) function
90 handle_entry(overlapped, key, bytes, ok);

Completed in 1025 milliseconds