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

  /external/webkit/Source/WebCore/webaudio/
AudioContext.h 144 void setAudioThread(ThreadIdentifier thread) { m_audioThread = thread; } // FIXME: check either not initialized or the same
145 ThreadIdentifier audioThread() const { return m_audioThread; }
262 volatile ThreadIdentifier m_audioThread;
AudioContext.cpp 89 , m_audioThread(0)
116 , m_audioThread(0)
438 return currentThread() == m_audioThread;

Completed in 20 milliseconds