Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dnvram_config.cpp70 static std::once_flag once_flag; in InitNvramConfigService() local
72 std::call_once(once_flag, [num_instances, sim_type]() { in InitNvramConfigService()
/device/google/trout/hal/vehicle/2.0/
DGarageModeServerSideHandler.cpp121 auto call_once = [](bool* once_flag, auto&& func) { in PowerStateWatcher() argument
122 if (!*once_flag) { in PowerStateWatcher()
123 *once_flag = true; in PowerStateWatcher()
/device/google/cuttlefish/tests/hal/
Dhal_implementation_test.cpp339 static std::once_flag unionFlag; in isMissingAidl()