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

/frameworks/native/include/binder/
H A DProcessState.h62 wp<IBinder> getWeakProxyForHandle(int32_t handle);
/frameworks/native/libs/binder/
H A DProcessState.cpp194 // in getWeakProxyForHandle() for more info about this.
213 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle) function in class:android::ProcessState
H A DParcel.cpp95 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
132 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle);
276 *out = proc->getWeakProxyForHandle(flat->handle);

Completed in 681 milliseconds