Home
last modified time | relevance | path

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

/device/google/trout/hal/vehicle/2.0/
DGarageModeServerSideHandler.cpp121 auto call_once = [](bool* once_flag, auto&& func) { in PowerStateWatcher() local
130 call_once(&log_marker_file_not_exists_message_once, [this]() { in PowerStateWatcher()
135 call_once(&log_marker_file_no_access_message_once, [this]() { in PowerStateWatcher()
/device/google/cuttlefish/host/commands/modem_simulator/
Dnvram_config.cpp72 std::call_once(once_flag, [num_instances, sim_type]() { in InitNvramConfigService()
/device/google/cuttlefish/tests/hal/
Dhal_implementation_test.cpp342 std::call_once(unionFlag, [&]() { in isMissingAidl()