Home
last modified time | relevance | path

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

/system/libhwbinder/include/hwbinder/
DProcessState.h54 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/system/libhwbinder/
DProcessState.cpp117 return getStrongProxyForHandle(0); in getContextObject()
219 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle() function in android::hardware::ProcessState
DParcel.cpp99 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in acquire_binder_object()
145 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in release_object()
242 *out = proc->getStrongProxyForHandle(flat->handle); in unflatten_binder()