Searched refs:getStrongProxyForHandle (Results 1 – 5 of 5) sorted by relevance
60 sp<IBinder> getStrongProxyForHandle(int32_t handle);
113 sp<IBinder> context = getStrongProxyForHandle(0); in getContextObject()239 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle() function in android::ProcessState
106 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in acquire_object()139 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in release_object()244 ProcessState::self()->getStrongProxyForHandle(flat->handle); in unflattenBinder()
806 EXPECT_EQ(m_server, ProcessState::self()->getStrongProxyForHandle(fb->handle)); in TEST_F()