Lines Matching refs:Stability
26 void Stability::forceDowngradeToStability(const sp<IBinder>& binder, Level level) { in forceDowngradeToStability()
37 void Stability::forceDowngradeToLocalStability(const sp<IBinder>& binder) { in forceDowngradeToLocalStability()
41 void Stability::forceDowngradeToSystemStability(const sp<IBinder>& binder) { in forceDowngradeToSystemStability()
45 void Stability::forceDowngradeToVendorStability(const sp<IBinder>& binder) { in forceDowngradeToVendorStability()
49 void Stability::markCompilationUnit(IBinder* binder) { in markCompilationUnit()
54 void Stability::markVintf(IBinder* binder) { in markVintf()
59 std::string Stability::debugToString(const sp<IBinder>& binder) { in debugToString()
63 void Stability::markVndk(IBinder* binder) { in markVndk()
68 bool Stability::requiresVintfDeclaration(const sp<IBinder>& binder) { in requiresVintfDeclaration()
72 void Stability::tryMarkCompilationUnit(IBinder* binder) { in tryMarkCompilationUnit()
84 Stability::Level Stability::getLocalLevel() { in getLocalLevel()
97 status_t Stability::setRepr(IBinder* binder, int32_t setting, uint32_t flags) { in setRepr()
150 int16_t Stability::getRepr(IBinder* binder) { in getRepr()
163 bool Stability::check(int16_t provided, Level required) { in check()
175 bool Stability::isDeclaredLevel(int32_t stability) { in isDeclaredLevel()
179 std::string Stability::levelString(int32_t level) { in levelString()