Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc88 const CuttlefishConfig::InstanceSpecific::BootFlow& flow, in WriteEnvironment() argument
100 switch (flow) { in WriteEnvironment()
165 const CuttlefishConfig::InstanceSpecific::BootFlow& flow) { in PrepareBootEnvImage() argument
211 if (!WriteEnvironment(instance_, flow, kernel_cmdline, uboot_env_path)) { in PrepareBootEnvImage()
/device/google/cuttlefish/host/libs/config/
Ddata_image.cpp377 const auto flow = instance_.boot_flow(); in EspRequiredForBootFlow() local
378 return flow == CuttlefishConfig::InstanceSpecific::BootFlow::Linux || in EspRequiredForBootFlow()
379 flow == CuttlefishConfig::InstanceSpecific::BootFlow::Fuchsia; in EspRequiredForBootFlow()
Dcuttlefish_config_instance.cpp1360 void CuttlefishConfig::MutableInstanceSpecific::set_ap_boot_flow(APBootFlow flow) { in set_ap_boot_flow() argument
1361 (*Dictionary())[kApBootFlow] = static_cast<int>(flow); in set_ap_boot_flow()
Dcuttlefish_config.h643 void set_ap_boot_flow(InstanceSpecific::APBootFlow flow);
/device/google/cuttlefish/host/frontend/webrtc_operator/
DReadme.md57 A typical application flow looks like this:
85 In an alternative flow, not supported by this implementation but allowed by the
/device/google/cuttlefish/host/commands/cvd/proto/
Dinternal_config.proto92 // It is used during the Oauth2 authentication flow. It is okay to
Duser_config.proto50 // Oauth2 flow with their user account (not service account).
/device/generic/goldfish-opengl/android-emu/aemu/base/fit/
DREADME34 FIT is a lean library of portable C++ abstractions for control flow and
/device/google/sunfish/
DWCNSS_qcom_cfg.ini231 # Enable flow steering to enable multiple CEs for Rx flows.
/device/google/coral/
DWCNSS_qcom_cfg.ini231 # Enable flow steering to enable multiple CEs for Rx flows.
/device/google/redbull/
DWCNSS_qcom_cfg.ini238 # Enable flow steering to enable multiple CEs for Rx flows.
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto7034 // A flow connects a sequence of TrackEvents within or across tracks, e.g.
7036 // a different thread - a flow between the two events can associate them.
7039 // timestamps. The earliest event with the same flow ID becomes the source
7040 // of the flow. Any events thereafter are intermediate steps of the flow,
7041 // until the flow terminates at the last event with the flow ID.
7044 // that the same ID can later be reused for another flow.
7047 // List of flow ids which should terminate on this event, otherwise same as
7049 // Any one flow ID should be either listed as part of |flow_ids| OR
7157 // features in TrackEvent (e.g. async + flow events), or deprecate them
7187 // Idenfifies a flow. Flow events with the same bind_id are connected.
[all …]