Home
last modified time | relevance | path

Searched refs:NetEqState (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/api/test/
Dneteq_simulator.cc21 NetEqSimulator::NetEqState::NetEqState() = default;
22 NetEqSimulator::NetEqState::NetEqState(const NetEqState& other) = default;
23 NetEqSimulator::NetEqState::~NetEqState() = default;
Dneteq_simulator.h43 struct NetEqState { struct
44 NetEqState();
45 NetEqState(const NetEqState& other);
46 ~NetEqState();
76 virtual NetEqState GetNetEqState() = 0; argument
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test.h102 NetEqState GetNetEqState() override;
120 NetEqState current_state_;
Dneteq_test.cc286 NetEqTest::NetEqState NetEqTest::GetNetEqState() { in GetNetEqState()