Home
last modified time | relevance | path

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

/device/google/atv/audio_proxy/service/
DWriteThread.cpp155 mNonWriteCommandCount = 0; in threadLoop()
157 mNonWriteCommandCount++; in threadLoop()
169 if (mNonWriteCommandCount >= 3 || mNonWriteCommandCount < 0) { in threadLoop()
DWriteThread.h103 int64_t mNonWriteCommandCount = 0; variable