Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/
DClientSocket.cpp81 int timeInUs = 0; in readData() local
93 timeInUs = (timeoutInMs % 1000) * 1000; in readData()
103 tv.tv_usec = timeInUs; in readData()