Searched defs:_get_tid (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/bin/input/
H A Dinput_device.py367 def _get_tid(self, slot): member in class:InputDevice
377 return [s for s in self.mt_slots if self._get_tid(s) != -1]
389 tid = self._get_tid(s)
392 if not slot or tid < self._get_tid(slot):
591 if self._get_tid(slot) == -1:

Completed in 179 milliseconds