Searched refs:m_audioThread (Results 1 – 2 of 2) sorted by relevance
173 …void setAudioThread(ThreadIdentifier thread) { m_audioThread = thread; } // FIXME: check either no… in setAudioThread()174 ThreadIdentifier audioThread() const { return m_audioThread; } in audioThread()334 volatile ThreadIdentifier m_audioThread; variable
109 , m_audioThread(0) in AudioContext()130 , m_audioThread(0) in AudioContext()650 return currentThread() == m_audioThread; in isAudioThread()