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

  /external/chromium_org/chrome/browser/search/
hotword_service_factory.h 16 class HotwordServiceFactory : public MediaCaptureDevicesDispatcher::Observer,
22 static HotwordServiceFactory* GetInstance();
51 friend struct DefaultSingletonTraits<HotwordServiceFactory>;
53 HotwordServiceFactory();
54 virtual ~HotwordServiceFactory();
70 DISALLOW_COPY_AND_ASSIGN(HotwordServiceFactory);
hotword_service_factory.cc 20 HotwordService* HotwordServiceFactory::GetForProfile(BrowserContext* context) {
26 HotwordServiceFactory* HotwordServiceFactory::GetInstance() {
27 return Singleton<HotwordServiceFactory>::get();
31 bool HotwordServiceFactory::IsServiceAvailable(BrowserContext* context) {
37 bool HotwordServiceFactory::IsHotwordAllowed(BrowserContext* context) {
43 int HotwordServiceFactory::GetCurrentError(BrowserContext* context) {
51 bool HotwordServiceFactory::IsMicrophoneAvailable() {
55 HotwordServiceFactory::HotwordServiceFactory()
    [all...]

Completed in 46 milliseconds