Lines Matching defs:binder
41 void Stability::forceDowngradeToStability(const sp<IBinder>& binder, Level level) { in forceDowngradeToStability()
53 void Stability::forceDowngradeToLocalStability(const sp<IBinder>& binder) { in forceDowngradeToLocalStability()
57 void Stability::forceDowngradeToSystemStability(const sp<IBinder>& binder) { in forceDowngradeToSystemStability()
61 void Stability::forceDowngradeToVendorStability(const sp<IBinder>& binder) { in forceDowngradeToVendorStability()
70 void Stability::markCompilationUnit(IBinder* binder) { in markCompilationUnit()
76 void Stability::markVintf(IBinder* binder) { in markVintf()
82 void Stability::debugLogStability(const std::string& tag, const sp<IBinder>& binder) { in debugLogStability()
87 void Stability::markVndk(IBinder* binder) { in markVndk()
93 bool Stability::requiresVintfDeclaration(const sp<IBinder>& binder) { in requiresVintfDeclaration()
97 void Stability::tryMarkCompilationUnit(IBinder* binder) { in tryMarkCompilationUnit()
115 status_t Stability::setRepr(IBinder* binder, int32_t representation, uint32_t flags) { in getLocalLevel()
182 Stability::Category Stability::getCategory(IBinder* binder) { in getCategory()