Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DStability.cpp66 return levelString(level) + " wire protocol version " in debugString()
140 levelString(setting.level).c_str());
212 std::string Stability::levelString(Level level) { in levelString() function in android::internal::Stability
H A DBpBinder.cpp282 Stability::levelString(required).c_str()); in transact()
/aosp12/system/libvintf/
H A DVintfFm.cpp297 std::string levelString{filenameSv}; in loadMatrices() local
299 if (!parse(levelString, &matrixLevel)) { in loadMatrices()
300 LOG(ERROR) << "Unable to parse " << path << ": " << levelString << " is not a level."; in loadMatrices()
/aosp12/frameworks/native/include/binder/
H A DStability.h194 static std::string levelString(Level level);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DStability.h194 static std::string levelString(Level level);