Home
last modified time | relevance | path

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

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