Home
last modified time | relevance | path

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

/external/chromium_org/win8/metro_driver/
Dsecondary_tile.cc55 base::win::MetroSecondaryTilePinUmaResult pin_state = in Respond() local
64 pin_state = type_ == PIN ? in Respond()
69 pin_state = type_ == PIN ? in Respond()
74 pin_state = type_ == PIN ? in Respond()
82 pin_state = type_ == PIN ? in Respond()
86 callback_.Run(pin_state); in Respond()
/external/qemu/hw/
Dbt-hci-csr.c32 int pin_state; member
412 int state = s->pin_state; in csrhci_pins()
414 s->pin_state &= ~(1 << line); in csrhci_pins()
415 s->pin_state |= (!!level) << line; in csrhci_pins()
417 if ((state & ~s->pin_state) & (1 << csrhci_pin_reset)) { in csrhci_pins()
422 if (s->pin_state == 3 && state != 3) { in csrhci_pins()