Home
last modified time | relevance | path

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

/aosp12/frameworks/native/include/binder/
H A DProcessState.h55 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DProcessState.h55 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/aosp12/frameworks/native/libs/binder/
H A DProcessState.cpp126 sp<IBinder> context = getStrongProxyForHandle(0); in getContextObject()
250 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle() function in android::ProcessState
H A DParcel.cpp112 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in acquire_object()
145 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in release_object()
305 ProcessState::self()->getStrongProxyForHandle(flat->handle); in unflattenBinder()
/aosp12/system/libhwbinder/
H A DProcessState.cpp117 return getStrongProxyForHandle(0); in getContextObject()
219 sp<IBinder> ProcessState::getStrongProxyForHandle(int32_t handle) in getStrongProxyForHandle() function in android::hardware::ProcessState
H A DParcel.cpp99 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in acquire_binder_object()
145 const sp<IBinder> b = proc->getStrongProxyForHandle(obj.handle); in release_object()
242 *out = proc->getStrongProxyForHandle(flat->handle); in unflatten_binder()
/aosp12/system/libhwbinder/include/hwbinder/
H A DProcessState.h54 sp<IBinder> getStrongProxyForHandle(int32_t handle);
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp854 EXPECT_EQ(m_server, ProcessState::self()->getStrongProxyForHandle(fb->handle)); in TEST_F()