Searched refs:NetEqState (Results 1 – 4 of 4) sorted by relevance
21 NetEqSimulator::NetEqState::NetEqState() = default;22 NetEqSimulator::NetEqState::NetEqState(const NetEqState& other) = default;23 NetEqSimulator::NetEqState::~NetEqState() = default;
43 struct NetEqState { struct44 NetEqState();45 NetEqState(const NetEqState& other);46 ~NetEqState();76 virtual NetEqState GetNetEqState() = 0; argument
102 NetEqState GetNetEqState() override;120 NetEqState current_state_;
286 NetEqTest::NetEqState NetEqTest::GetNetEqState() { in GetNetEqState()