Home
last modified time | relevance | path

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

/frameworks/native/libs/binderdebug/
DBinderDebug.cpp176 int32_t matchedNode; in getBinderClientPids() local
177 if (!::android::base::ParseInt(nodeString.c_str(), &matchedNode)) { in getBinderClientPids()
182 if (node != matchedNode) { in getBinderClientPids()