Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DProcessState.h63 wp<IBinder> getWeakProxyForHandle(int32_t handle);
/system/libhwbinder/
DProcessState.cpp295 wp<IBinder> ProcessState::getWeakProxyForHandle(int32_t handle) in getWeakProxyForHandle() function in android::hardware::ProcessState
DParcel.cpp113 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle); in acquire_binder_object()
159 const wp<IBinder> b = proc->getWeakProxyForHandle(obj.handle); in release_object()
326 *out = proc->getWeakProxyForHandle(flat->handle); in unflatten_binder()