OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TwoWayCommunication
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TwoWayCommunication.h
23
class
TwoWayCommunication
: public ACMTest {
25
explicit
TwoWayCommunication
(int testMode);
26
~
TwoWayCommunication
();
TwoWayCommunication.cc
11
#include "
TwoWayCommunication
.h"
33
TwoWayCommunication
::
TwoWayCommunication
(int testMode)
40
TwoWayCommunication
::~
TwoWayCommunication
() {
61
void
TwoWayCommunication
::ChooseCodec(uint8_t* codecID_A,
84
void
TwoWayCommunication
::SetUp() {
179
void
TwoWayCommunication
::SetUpAutotest() {
261
void
TwoWayCommunication
::Perform() {
Tester.cc
26
#include "webrtc/modules/audio_coding/main/test/
TwoWayCommunication
.h"
69
TEST(AudioCodingModuleTest, DISABLED_ON_ANDROID(
TwoWayCommunication
)) {
73
webrtc::
TwoWayCommunication
(ACM_TEST_MODE).Perform();
Completed in 57 milliseconds