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

/frameworks/base/include/binder/
H A DProcessState.h65 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/frameworks/base/libs/binder/
H A DProcessState.cpp99 return getStrongProxyForHandle(0);
208 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) function in class:android::ProcessState
H A DParcel.cpp75 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
112 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
235 *out = proc->getStrongProxyForHandle(flat->handle);

Completed in 97 milliseconds