OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAudioOutputDevice
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
dummydevicemanager_unittest.cc
67
EXPECT_TRUE(dm.
GetAudioOutputDevice
(
71
EXPECT_FALSE(dm.
GetAudioOutputDevice
("_NOT A REAL DEVICE_", &device));
devicemanager.h
92
virtual bool
GetAudioOutputDevice
(const std::string& name, Device* out) = 0;
162
virtual bool
GetAudioOutputDevice
(const std::string& name, Device* out);
devicemanager.cc
146
bool DeviceManager::
GetAudioOutputDevice
(const std::string& name, Device* out) {
fakedevicemanager.h
75
virtual bool
GetAudioOutputDevice
(const std::string& name, Device* out) {
devicemanager_unittest.cc
161
EXPECT_TRUE(dm->
GetAudioOutputDevice
(
165
EXPECT_FALSE(dm->
GetAudioOutputDevice
("_NOT A REAL DEVICE_", &device));
/external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.h
78
bool
GetAudioOutputDevice
(const std::string& name, Device* out);
channelmanager.cc
231
if (!device_manager_->
GetAudioOutputDevice
(audio_out_device_, &device)) {
442
!device_manager_->
GetAudioOutputDevice
(out_name, &out_dev)) {
devicemanager.cc
229
bool DeviceManager::
GetAudioOutputDevice
(const std::string& name, Device* out) {
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.cc
237
if (!device_manager_->
GetAudioOutputDevice
(audio_out_device_, &device)) {
533
if (!device_manager_->
GetAudioOutputDevice
(out_name, &out_dev)) {
534
LOG(LS_WARNING) << "Failed to
GetAudioOutputDevice
: " << out_name;
Completed in 204 milliseconds