Searched refs:guarded (Results 1 – 4 of 4) sorted by relevance
54 explicit Guarded(const T& guarded) : guarded_(std::in_place, guarded) { in Guarded() argument57 explicit Guarded(T&& guarded) : guarded_(std::in_place, std::move(guarded)) { in Guarded() argument81 explicit ScopedLock(Guarded<T>& guarded) : lock_(guarded.lock_), guarded_(*guarded.guarded_) { in ScopedLock() argument
153 …e space feature and all its implementations excluding the APIs. APIs are guarded by android.os.Fla…
87 The RollbackManager API is an @SystemAPI guarded by the MANAGE_ROLLBACKS and
12625 // Whether AppOps is guarded by Runtime permission12671 // Whether AppOps is guarded by Runtime permission