Home
last modified time | relevance | path

Searched refs:getStrongRefCountForNodeByHandle (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/include/binder/
DProcessState.h80 ssize_t getStrongRefCountForNodeByHandle(int32_t handle);
/frameworks/native/libs/binder/include/binder/
DProcessState.h80 ssize_t getStrongRefCountForNodeByHandle(int32_t handle);
/frameworks/native/libs/binder/
DProcessState.cpp211 ssize_t ProcessState::getStrongRefCountForNodeByHandle(int32_t handle) { in getStrongRefCountForNodeByHandle() function in android::ProcessState
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp442 return ProcessState::self()->getStrongRefCountForNodeByHandle(bpBinder->handle()); in getNodeStrongRefCount()