Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DProcessState.h60 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/frameworks/native/libs/binder/include/binder/
DProcessState.h60 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/frameworks/native/libs/binder/
DProcessState.cpp113 sp<IBinder> context = getStrongProxyForHandle(0); in getContextObject()
239 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle() function in android::ProcessState
DParcel.cpp106 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()
/frameworks/native/libs/binder/tests/
DbinderLibTest.cpp806 EXPECT_EQ(m_server, ProcessState::self()->getStrongProxyForHandle(fb->handle)); in TEST_F()