Searched refs:global_serial (Results 1 - 2 of 2) sorted by relevance

/system/core/base/
H A Dproperties.cpp135 unsigned global_serial = 0; local
141 if (!__system_property_wait(nullptr, global_serial, &global_serial, &ts)) return nullptr;
/system/core/liblog/
H A Dproperties.c113 static uint32_t global_serial; local
142 if (current_global_serial != global_serial) {
246 global_serial = current_global_serial;

Completed in 92 milliseconds