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

/external/autotest/client/bin/input/
H A Dinput_device.py360 def _get_tid(self, slot): member in class:InputDevice
370 return [s for s in self.mt_slots if self._get_tid(s) != -1]
382 tid = self._get_tid(s)
385 if not slot or tid < self._get_tid(slot):
584 if self._get_tid(slot) == -1:

Completed in 365 milliseconds