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 180 void setAudioThread(ThreadIdentifier thread) { m_audioThread = thread; } // FIXME: check either not initialized or the same
181 ThreadIdentifier audioThread() const { return m_audioThread; }
325 volatile ThreadIdentifier m_audioThread;
AudioContext.cpp 119 , m_audioThread(0)
144 , m_audioThread(0)
679 return currentThread() == m_audioThread;

Completed in 109 milliseconds