Searched refs:m_audioThread (Results 1 – 2 of 2) sorted by relevance
144 …void setAudioThread(ThreadIdentifier thread) { m_audioThread = thread; } // FIXME: check either no… in setAudioThread()145 ThreadIdentifier audioThread() const { return m_audioThread; } in audioThread()262 volatile ThreadIdentifier m_audioThread; variable
89 , m_audioThread(0) in AudioContext()116 , m_audioThread(0) in AudioContext()438 return currentThread() == m_audioThread; in isAudioThread()