Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc771 auto mandatory_or_optional_or_excluded = [](bool cond1, bool cond2) { in CheckSupportedCommands() argument
772 return cond1 ? kMandatory : cond2 ? kOptional : kExcluded; in CheckSupportedCommands()