Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/binder/
H A DProcessState.h101 struct handle_entry { struct
106 handle_entry* lookupHandleLocked(int32_t handle); argument
127 Vector<handle_entry>mHandleToObject;
/aosp12/frameworks/native/libs/binder/include/binder/
H A DProcessState.h101 struct handle_entry { struct
106 handle_entry* lookupHandleLocked(int32_t handle); argument
127 Vector<handle_entry>mHandleToObject;
/aosp12/hardware/invensense/6515/libsensors_iio/
H A Dsensors_mpl.cpp57 struct handle_entry { struct
58 SIMPLEQ_ENTRY(handle_entry) entries;
62 static SIMPLEQ_HEAD(simplehead, handle_entry) pending_flush_items_head; argument
230 struct handle_entry *handle_element; in pollEvents()
367 struct handle_entry *the_entry; in inv_pending_flush()
369 the_entry = (struct handle_entry*) malloc(sizeof(struct handle_entry)); in inv_pending_flush()
/aosp12/system/libhwbinder/include/hwbinder/
H A DProcessState.h97 struct handle_entry { struct
102 handle_entry* lookupHandleLocked(int32_t handle); argument
118 Vector<handle_entry>mHandleToObject;
/aosp12/system/libhwbinder/
H A DProcessState.cpp206 ProcessState::handle_entry* ProcessState::lookupHandleLocked(int32_t handle) in lookupHandleLocked()
210 handle_entry e; in lookupHandleLocked()
225 handle_entry* e = lookupHandleLocked(handle); in getStrongProxyForHandle()
255 handle_entry* e = lookupHandleLocked(handle); in getWeakProxyForHandle()
284 handle_entry* e = lookupHandleLocked(handle); in expungeHandle()
/aosp12/frameworks/native/libs/binder/
H A 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()