Home
last modified time | relevance | path

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

/system/core/healthd/
Dcharger_test.cpp46 class Atomic { class
48 Atomic(T&& init) : mValue(std::move(init)) {} in Atomic() function in Atomic
67 Atomic<bool>& getUpdateNotifier() { in getUpdateNotifier()
68 static Atomic<bool> val(false); in getUpdateNotifier()