Searched refs:pokey (Results 1 – 2 of 2) sorted by relevance
33 void setPokeLock(int pokey, IBinder lock, String tag); in setPokeLock() argument
979 this.pokey = p; in PokeLock()991 int pokey; field in PowerManagerService.PokeLock997 public void setPokeLock(int pokey, IBinder token, String tag) { in setPokeLock() argument1004 if ((pokey & POKE_LOCK_TIMEOUT_MASK) == POKE_LOCK_TIMEOUT_MASK) { in setPokeLock()1010 if (pokey != 0) { in setPokeLock()1014 oldPokey = p.pokey; in setPokeLock()1015 p.pokey = pokey; in setPokeLock()1017 p = new PokeLock(pokey, token, tag); in setPokeLock()1021 int newTimeout = pokey & POKE_LOCK_TIMEOUT_MASK; in setPokeLock()1037 cumulative |= p.pokey; in setPokeLock()[all …]