Searched refs:getNodeStrongRefCount (Results 1 – 5 of 5) sorted by relevance
145 ssize_t count = getNodeStrongRefCount(); in forceHandleClientCallbacks()189 ssize_t HidlService::getNodeStrongRefCount() { in getNodeStrongRefCount() function in android::hidl::manager::implementation::HidlService203 return bpBinder->getNodeStrongRefCount(); in getNodeStrongRefCount()
46 MOCK_METHOD0(getNodeStrongRefCount, ssize_t());64 ON_CALL(*service, getNodeStrongRefCount()).WillByDefault(Invoke([&]() { in makeService()
96 virtual ssize_t getNodeStrongRefCount();
64 ssize_t getNodeStrongRefCount();
225 ssize_t BpHwBinder::getNodeStrongRefCount() in getNodeStrongRefCount() function in android::hardware::BpHwBinder