OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetFriendlyName
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/media/audio/win/
audio_device_listener_win.cc
141
CoreAudioUtil::
GetFriendlyName
(new_device_id) : "No device")
core_audio_util_win.h
101
static std::string
GetFriendlyName
(const std::string& device_id);
core_audio_util_win_unittest.cc
172
TEST_F(CoreAudioUtilWinTest,
GetFriendlyName
) {
183
// Use unique ID as input to
GetFriendlyName
() and compare the result
185
std::string friendly_name = CoreAudioUtil::
GetFriendlyName
(
193
friendly_name = CoreAudioUtil::
GetFriendlyName
(device_name.unique_id);
core_audio_util_win.cc
412
std::string CoreAudioUtil::
GetFriendlyName
(const std::string& device_id) {
/external/chromium_org/chrome/browser/storage_monitor/
portable_device_watcher_win.cc
66
bool
GetFriendlyName
(const base::string16& pnp_device_id,
319
GetFriendlyName
(pnp_device_id, portable_device_manager, &name) ||
Completed in 99 milliseconds