OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StopPlayingFileLocally
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/voice_engine/
voe_file_impl.cc
109
int VoEFileImpl::
StopPlayingFileLocally
(int channel) {
111
"
StopPlayingFileLocally
()");
120
"
StopPlayingFileLocally
() failed to locate channel");
123
return channelPtr->
StopPlayingFileLocally
();
135
"
StopPlayingFileLocally
() failed to locate channel");
channel.cc
[
all
...]
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java
521
// if (0 !=
StopPlayingFileLocally
(_channel)) {
[
all
...]
Completed in 317 milliseconds