Home
last modified time | relevance | path

Searched refs:incWeakHandle (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h83 void incWeakHandle(int32_t handle, BpHwBinder *proxy);
/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h133 void incWeakHandle(int32_t handle, BpBinder *proxy);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h133 void incWeakHandle(int32_t handle, BpBinder *proxy);
/aosp12/system/libhwbinder/
H A DBpHwBinder.cpp99 IPCThreadState::self()->incWeakHandle(handle, this); in BpHwBinder()
H A DIPCThreadState.cpp695 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy) in incWeakHandle() function in android::hardware::IPCThreadState
/aosp12/frameworks/native/libs/binder/
H A DBpBinder.cpp178 IPCThreadState::self()->incWeakHandle(this->binderHandle(), this); in BpBinder()
H A DIPCThreadState.cpp777 void IPCThreadState::incWeakHandle(int32_t handle, BpBinder *proxy) in incWeakHandle() function in android::IPCThreadState