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

/frameworks/native/include/binder/
H A DProcessState.h58 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/frameworks/native/libs/binder/
H A DProcessState.cpp87 return getStrongProxyForHandle(0);
179 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) function in class:android::ProcessState
H A DParcel.cpp113 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
163 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle);
304 *out = proc->getStrongProxyForHandle(flat->handle);

Completed in 97 milliseconds