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

  /external/chromium/chrome/browser/chromeos/
audio_handler.cc 105 bool AudioHandler::TryToConnect(bool async) {
150 NewRunnableMethod(this, &AudioHandler::TryToConnect, true));
160 // mixer_type_. If the connection fails, another TryToConnect() for the next
162 TryToConnect(true);
194 connected_ = TryToConnect(false);
audio_handler.h 65 bool TryToConnect(bool async);

Completed in 4679 milliseconds