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

  /frameworks/base/include/binder/
ProcessState.h 82 struct handle_entry { struct in class:android::ProcessState
87 handle_entry* lookupHandleLocked(int32_t handle);
94 Vector<handle_entry>mHandleToObject;
  /frameworks/base/libs/binder/
ProcessState.cpp 169 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle)
173 handle_entry e;
188 handle_entry* e = lookupHandleLocked(handle);
218 handle_entry* e = lookupHandleLocked(handle);
247 handle_entry* e = lookupHandleLocked(handle);

Completed in 322 milliseconds