Searched refs:getStrongProxyForHandle (Results 1 - 5 of 5) sorted by relevance

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

Completed in 98 milliseconds