Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DProcessState.h56 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/frameworks/native/libs/binder/
DProcessState.cpp86 return getStrongProxyForHandle(0); in getContextObject()
178 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle() function in android::ProcessState
DParcel.cpp97 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in acquire_object()
134 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in release_object()
260 *out = proc->getStrongProxyForHandle(flat->handle); in unflatten_binder()