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.h58 void StartOnAudioThread(const base::FilePath& pipe_name);
H A Daudio_pipe_reader.cc52 // StartOnAudioThread task, otherwise it may be deleted on the audio
57 &AudioPipeReader::StartOnAudioThread, pipe_reader, pipe_name));
61 void AudioPipeReader::StartOnAudioThread(const base::FilePath& pipe_name) { function in class:remoting::AudioPipeReader

Completed in 75 milliseconds