HomeSort by relevance Sort by last modified time
    Searched refs:GetService (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/api/audio/
audio_api.cc 37 AudioService* AudioAPI::GetService() const {
53 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService();
76 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService();
89 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService();
audio_api.h 22 AudioService* GetService() const;
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_api.cc 63 FeedbackService* FeedbackPrivateAPI::GetService() const {
139 ->GetService();
150 ->GetService();
219 ->GetService();
feedback_private_api.h 26 FeedbackService* GetService() const;
  /external/chromium_org/chromeos/dbus/
mock_shill_manager_client.h 49 MOCK_METHOD3(GetService, void(const base::DictionaryValue& properties,
shill_manager_client.h 169 // Calls GetService method.
171 virtual void GetService(const base::DictionaryValue& properties,
fake_shill_manager_client.h 60 virtual void GetService(
shill_manager_client.cc 133 virtual void GetService(
shill_manager_client_unittest.cc 292 TEST_F(ShillManagerClientTest, GetService) {
306 client_->GetService(*arg,
fake_shill_manager_client.cc 280 void FakeShillManagerClient::GetService(
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.h 96 const std::string GetService() const;
vpn_config_view.cc 99 (GetService().empty() || GetServer().empty()))
187 cros->ConnectToVirtualNetworkPSK(GetService(),
250 const std::string VPNConfigView::GetService() const {
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.h 115 const std::string GetService() const;
vpn_config_view.cc 300 (GetService().empty() || GetServer().empty()))
362 shill::kNameProperty, GetService());
405 const std::string VPNConfigView::GetService() const {
    [all...]
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 678 hr = audio_client_->GetService(__uuidof(IAudioCaptureClient),
685 hr = audio_client_->GetService(__uuidof(ISimpleAudioVolume),
audio_low_latency_output_win.cc 240 hr = audio_client_->GetService(__uuidof(IAudioClock),
core_audio_util_win.cc 777 HRESULT hr = client->GetService(__uuidof(IAudioRenderClient),
780 DVLOG(1) << "IAudioClient::GetService: " << std::hex << hr;
793 HRESULT hr = client->GetService(__uuidof(IAudioCaptureClient),
796 DVLOG(1) << "IAudioClient::GetService: " << std::hex << hr;
audio_unified_win.cc 663 HRESULT hr = audio_output_client_->GetService(
    [all...]
  /external/chromium_org/remoting/host/
audio_capturer_win.cc 179 hr = audio_client_->GetService(__uuidof(IAudioCaptureClient),
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 367 milliseconds

1 2