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

/frameworks/native/include/binder/
H A DProcessState.h63 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/frameworks/native/libs/binder/include/binder/
H A DProcessState.h63 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/frameworks/native/libs/binder/
H A DProcessState.cpp100 return getStrongProxyForHandle(0);
192 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(ProcessState::self()->getStrongProxyForHandle(fb->handle), m_server);

Completed in 87 milliseconds