Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binderdebug/
H A DBinderDebug.cpp75 const std::string& ptrString = "0x" + match.str(2); // use number after c in getBinderPidInfo() local
77 if (!::android::base::ParseUint(ptrString.c_str(), &ptr)) { in getBinderPidInfo()