Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DProcessState.h59 wp<IBinder> getWeakProxyForHandle(int32_t handle);
/frameworks/native/libs/binder/
DProcessState.cpp236 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle) in getWeakProxyForHandle() function in android::ProcessState
DParcel.cpp152 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle); in acquire_object()
204 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle); in release_object()
370 *out = proc->getWeakProxyForHandle(flat->handle); in unflatten_binder()