HomeSort by relevance Sort by last modified time
    Searched full:only_active (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/cr/cr/
plugin.py 18 def _PluginConfig(name, only_enabled=False, only_active=False):
20 config.only_active = only_active
21 config.only_enabled = only_enabled or config.only_active
32 _PluginConfig('ACTIVE', only_active=True),
34 _PluginConfig('DETECTED', only_active=True),
68 only_active = True variable in class:DynamicChoices
74 return self.cls.FindPlugin(name, self.only_active) is not None
143 if config_root.only_active and not self.is_active:
174 if config_root.only_active
    [all...]
context.py 207 cr.plugin.DynamicChoices.only_active = not speculative
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 280 ** If only_active is TRUE, then SCO is only removed if connected
285 static BOOLEAN bta_ag_remove_sco(tBTA_AG_SCB *p_scb, BOOLEAN only_active)
292 if (!only_active || p_scb->sco_idx == bta_ag_cb.sco.cur_idx)
    [all...]

Completed in 713 milliseconds