OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StartPlayingFileLocally
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_file_impl.cc
50
int VoEFileImpl::
StartPlayingFileLocally
(int channel,
58
"
StartPlayingFileLocally
(channel=%d, fileNameUTF8[]=%s, "
72
"
StartPlayingFileLocally
() failed to locate channel");
76
return channelPtr->
StartPlayingFileLocally
(fileNameUTF8, loop, format,
81
int VoEFileImpl::
StartPlayingFileLocally
(int channel,
88
"
StartPlayingFileLocally
(channel=%d, stream, format=%d, "
101
"
StartPlayingFileLocally
() failed to locate channel");
105
return channelPtr->
StartPlayingFileLocally
(stream, format, startPointMs,
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java
447
// if (0 !=
StartPlayingFileLocally
(_channel,
[
all
...]
Completed in 927 milliseconds