Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DProcessState.h64 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/frameworks/native/libs/binder/
DProcessState.cpp106 return getStrongProxyForHandle(0); in getContextObject()
238 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle() function in android::ProcessState
DParcel.cpp119 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in acquire_object()
167 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in release_object()
315 *out = proc->getStrongProxyForHandle(flat->handle); in unflatten_binder()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp685 EXPECT_EQ(m_server, ProcessState::self()->getStrongProxyForHandle(fb->handle)); in TEST_F()