Searched refs:getStrongProxyForHandle (Results 1 – 5 of 5) sorted by relevance
62 sp<IBinder> getStrongProxyForHandle(int32_t handle);
125 sp<IBinder> context = getStrongProxyForHandle(0); in getContextObject()251 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle() function in android::ProcessState
107 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in acquire_object()140 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in release_object()256 ProcessState::self()->getStrongProxyForHandle(flat->handle); in unflattenBinder()
807 EXPECT_EQ(m_server, ProcessState::self()->getStrongProxyForHandle(fb->handle)); in TEST_F()