Home
last modified time | relevance | path

Searched refs:SimulationEventType (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_processing/test/
Dwav_based_simulator.cc24 std::vector<WavBasedSimulator::SimulationEventType>
26 std::vector<WavBasedSimulator::SimulationEventType> call_chain; in GetCustomEventChain()
38 call_chain.push_back(SimulationEventType::kProcessReverseStream); in GetCustomEventChain()
41 call_chain.push_back(SimulationEventType::kProcessStream); in GetCustomEventChain()
74 std::vector<WavBasedSimulator::SimulationEventType>
76 std::vector<WavBasedSimulator::SimulationEventType> call_chain(2); in GetDefaultEventChain()
77 call_chain[0] = SimulationEventType::kProcessStream; in GetDefaultEventChain()
78 call_chain[1] = SimulationEventType::kProcessReverseStream; in GetDefaultEventChain()
111 case SimulationEventType::kProcessStream: in Process()
115 case SimulationEventType::kProcessReverseStream: in Process()
Dwav_based_simulator.h34 enum SimulationEventType { enum
44 static std::vector<SimulationEventType> GetDefaultEventChain();
45 static std::vector<SimulationEventType> GetCustomEventChain(
48 std::vector<SimulationEventType> call_chain_;