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

  /frameworks/native/include/binder/
ProcessState.h 86 struct handle_entry { struct in class:android::ProcessState
91 handle_entry* lookupHandleLocked(int32_t handle);
98 Vector<handle_entry>mHandleToObject;
  /frameworks/native/libs/binder/
ProcessState.cpp 170 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle)
174 handle_entry e;
189 handle_entry* e = lookupHandleLocked(handle);
246 handle_entry* e = lookupHandleLocked(handle);
275 handle_entry* e = lookupHandleLocked(handle);
  /external/chromium_org/sandbox/win/src/
handle_table.h 51 const SYSTEM_HANDLE_INFORMATION* handle_entry() const { function in class:sandbox::HandleTable::HandleEntry
  /external/chromium_org/content/common/
handle_enumerator_win.cc 76 sys_handle->handle_entry()->GrantedAccess);

Completed in 966 milliseconds