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

  /external/chromium_org/chrome/browser/search/
hotword_service_factory.h 66 bool microphone_available() { return microphone_available_; } function in class:HotwordServiceFactory
hotword_service_factory.cc 52 return GetInstance()->microphone_available();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule_unittest.cc 183 bool microphone_available = false; local
185 &microphone_available));
186 EXPECT_TRUE(microphone_available);

Completed in 66 milliseconds