Home
last modified time | relevance | path

Searched refs:handle_entry (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DProcessState.h101 struct handle_entry { struct
106 handle_entry* lookupHandleLocked(int32_t handle); argument
127 Vector<handle_entry>mHandleToObject;
/frameworks/native/include/binder/
DProcessState.h101 struct handle_entry { struct
106 handle_entry* lookupHandleLocked(int32_t handle); argument
127 Vector<handle_entry>mHandleToObject;
/frameworks/native/libs/binder/
DProcessState.cpp237 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle) in lookupHandleLocked()
241 handle_entry e; in lookupHandleLocked()
256 handle_entry* e = lookupHandleLocked(handle); in getStrongProxyForHandle()
323 handle_entry* e = lookupHandleLocked(handle); in expungeHandle()