Home
last modified time | relevance | path

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

/system/core/healthd/
Dcharger_test.cpp67 Atomic<bool>& getUpdateNotifier() { in getUpdateNotifier() function
144 void UpdateHealthInfo(HealthInfo*) override { getUpdateNotifier().set(true /* updated */); } in UpdateHealthInfo()
161 if (!getUpdateNotifier().waitFor(1000 /* wait ms */, true /* updated */)) { in main()