Home
last modified time | relevance | path

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

/system/core/metricsd/
Dpersistent_integer.cc34 synced_(false) {} in PersistentInteger()
45 if (!synced_ && !Read()) in Get()
72 synced_ = true; in Write()
90 synced_ = true; in Read()
Dpersistent_integer.h70 bool synced_; variable