Searched refs:getStrongProxyForHandle (Results 1 – 4 of 4) sorted by relevance
63 sp<IBinder> getStrongProxyForHandle(int32_t handle);
100 return getStrongProxyForHandle(0); in getContextObject()192 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle() function in android::ProcessState
119 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()
685 EXPECT_EQ(ProcessState::self()->getStrongProxyForHandle(fb->handle), m_server); in TEST_F()