HomeSort by relevance Sort by last modified time
    Searched refs:m_audioThread (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.h 173 void setAudioThread(ThreadIdentifier thread) { m_audioThread = thread; } // FIXME: check either not initialized or the same
174 ThreadIdentifier audioThread() const { return m_audioThread; }
334 volatile ThreadIdentifier m_audioThread;
AudioContext.cpp 109 , m_audioThread(0)
130 , m_audioThread(0)
650 return currentThread() == m_audioThread;

Completed in 158 milliseconds