OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nPlayoutDevices
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc
930
const int16_t
nPlayoutDevices
(audioDevice->PlayoutDevices());
931
EXPECT_TRUE(
nPlayoutDevices
>= 0);
932
TEST_LOG("\
nPlayoutDevices
: %u\n \n",
nPlayoutDevices
);
933
for (int n = 0; n <
nPlayoutDevices
; n++)
[
all
...]
Completed in 4970 milliseconds