Searched defs:GetDeviceId (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Ddevice_id.cc180 void DeviceId::GetDeviceId(const std::string& extension_id, function in class:extensions::api::DeviceId
/external/chromium_org/media/audio/win/
H A Daudio_device_listener_win.cc33 static std::string GetDeviceId(EDataFlow flow, function in namespace:media
72 default_render_device_id_ = GetDeviceId(eRender, eConsole);
73 default_capture_device_id_ = GetDeviceId(eCapture, eConsole);
75 GetDeviceId(eRender, eCommunications);
77 GetDeviceId(eCapture, eCommunications);
H A Dwavein_input_win.cc67 if (!GetDeviceId(&device_id)) {
246 bool PCMWaveInAudioInputStream::GetDeviceId(UINT* device_index) { function in class:media::PCMWaveInAudioInputStream
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denterprise_install_attributes.cc289 std::string EnterpriseInstallAttributes::GetDeviceId() { function in class:policy::EnterpriseInstallAttributes
/external/chromium_org/components/copresence/rpc/
H A Drpc_handler_unittest.cc114 const std::string& GetDeviceId() { function in class:copresence::RpcHandlerTest
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.cc162 std::string EPKPChallengeKeyBase::GetDeviceId() const { function in class:extensions::EPKPChallengeKeyBase
163 return install_attributes_->GetDeviceId();
360 GetDeviceId(),
504 GetDeviceId(),
/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_linux_unittest.cc107 std::string GetDeviceId(const std::string& device) { function in namespace:storage_monitor::__anon6843
329 EXPECT_EQ(GetDeviceId(kDeviceDCIM2), observer().last_attached().device_id());
336 EXPECT_EQ(GetDeviceId(kDeviceDCIM2), observer().last_detached().device_id());
351 EXPECT_EQ(GetDeviceId(kDeviceDCIM1), observer().last_attached().device_id());
368 EXPECT_EQ(GetDeviceId(kDeviceDCIM1), observer().last_detached().device_id());
377 EXPECT_EQ(GetDeviceId(kDeviceNoDCIM), observer().last_attached().device_id());
384 EXPECT_EQ(GetDeviceId(kDeviceNoDCIM), observer().last_detached().device_id());
602 EXPECT_EQ(GetDeviceId(kDeviceDCIM1), device_info.device_id());
610 EXPECT_EQ(GetDeviceId(kDeviceNoDCIM), device_info.device_id());
614 EXPECT_EQ(GetDeviceId(kDeviceFixe
[all...]

Completed in 1802 milliseconds