Home
last modified time | relevance | path

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

/external/autotest/client/cros/cellular/wardmodem/
Dat_channel.py25 CHANNEL_READ_CHUNK_SIZE = 128 variable in ATChannel
210 s = os.read(self._channel, self.CHANNEL_READ_CHUNK_SIZE)
Dat_channel_unittest.py159 at_channel.CHANNEL_READ_CHUNK_SIZE = 4