Searched refs:StartOnAudioThread (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/
H A Daudio_scheduler.cc41 FROM_HERE, base::Bind(&AudioScheduler::StartOnAudioThread, this));
59 void AudioScheduler::StartOnAudioThread() { function in class:remoting::AudioScheduler
H A Daudio_scheduler.h58 void StartOnAudioThread();
/external/chromium_org/remoting/host/linux/
H A Daudio_pipe_reader.h67 void StartOnAudioThread();
H A Daudio_pipe_reader.cc47 // StartOnAudioThread task, otherwise it may be deleted on the audio
52 FROM_HERE, base::Bind(&AudioPipeReader::StartOnAudioThread, pipe_reader));
82 void AudioPipeReader::StartOnAudioThread() { function in class:remoting::AudioPipeReader

Completed in 1324 milliseconds