Searched refs:getWeakProxyForHandle (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/include/binder/
H A DProcessState.h59 wp<IBinder> getWeakProxyForHandle(int32_t handle);
/frameworks/native/libs/binder/
H A DParcel.cpp121 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
171 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
333 *out = proc->getWeakProxyForHandle(flat->handle);
H A DProcessState.cpp190 // in getWeakProxyForHandle() for more info about this.
236 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle) function in class:android::ProcessState

Completed in 84 milliseconds