OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsPlayingFileLocally
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc
108
EXPECT_EQ(1, voe_file_->
IsPlayingFileLocally
(channel_));
119
EXPECT_EQ(0, voe_file_->
IsPlayingFileLocally
(channel_));
126
EXPECT_EQ(1, voe_file_->
IsPlayingFileLocally
(channel_));
file_test.cc
58
EXPECT_EQ(1, voe_file_->
IsPlayingFileLocally
(channel_));
/external/webrtc/webrtc/voice_engine/include/
voe_file.h
85
virtual int
IsPlayingFileLocally
(int channel) = 0;
/external/webrtc/webrtc/voice_engine/
voe_file_impl.h
40
int
IsPlayingFileLocally
(int channel) override;
voe_file_impl.cc
126
int VoEFileImpl::
IsPlayingFileLocally
(int channel) {
138
return channelPtr->
IsPlayingFileLocally
();
channel.h
244
int
IsPlayingFileLocally
() const;
channel.cc
[
all
...]
/external/webrtc/webrtc/test/
mock_voice_engine.h
188
MOCK_METHOD1(
IsPlayingFileLocally
, int(int channel));
Completed in 1953 milliseconds