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

/frameworks/native/include/binder/
H A DProcessState.h61 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/frameworks/native/libs/binder/
H A DProcessState.cpp91 return getStrongProxyForHandle(0);
183 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) function in class:android::ProcessState
H A DParcel.cpp87 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
124 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
247 *out = proc->getStrongProxyForHandle(flat->handle);

Completed in 406 milliseconds