HomeSort by relevance Sort by last modified time
    Searched refs:pin_state (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/win8/metro_driver/
secondary_tile.cc 55 base::win::MetroSecondaryTilePinUmaResult pin_state = local
64 pin_state = type_ == PIN ?
69 pin_state = type_ == PIN ?
74 pin_state = type_ == PIN ?
82 pin_state = type_ == PIN ?
86 callback_.Run(pin_state);
  /external/qemu/hw/
bt-hci-csr.c 32 int pin_state; member in struct:csrhci_s
412 int state = s->pin_state;
414 s->pin_state &= ~(1 << line);
415 s->pin_state |= (!!level) << line;
417 if ((state & ~s->pin_state) & (1 << csrhci_pin_reset)) {
422 if (s->pin_state == 3 && state != 3) {

Completed in 275 milliseconds