Lines Matching refs:Stability
24 void Stability::markCompilationUnit(IBinder* binder) { in markCompilationUnit()
29 void Stability::markVintf(IBinder* binder) { in markVintf()
34 void Stability::debugLogStability(const std::string& tag, const sp<IBinder>& binder) { in debugLogStability()
38 void Stability::markVndk(IBinder* binder) { in markVndk()
43 bool Stability::requiresVintfDeclaration(const sp<IBinder>& binder) { in requiresVintfDeclaration()
47 void Stability::tryMarkCompilationUnit(IBinder* binder) { in tryMarkCompilationUnit()
51 Stability::Level Stability::getLocalStability() { in getLocalStability()
70 status_t Stability::set(IBinder* binder, int32_t stability, bool log) { in set()
113 Stability::Level Stability::get(IBinder* binder) { in get()
118 return static_cast<Stability::Level>(local->mStability); in get()
121 return static_cast<Stability::Level>(binder->remoteBinder()->mStability); in get()
124 bool Stability::check(int32_t provided, Level required) { in check()
136 bool Stability::isDeclaredStability(int32_t stability) { in isDeclaredStability()
140 std::string Stability::stabilityString(int32_t stability) { in stabilityString()