Searched refs:stats_read (Results 1 – 1 of 1) sorted by relevance
606 cricket::VoiceMediaInfo* stats_read, in SetupAndVerifyAudioTrackStats() argument620 stats_read->senders.push_back(*voice_sender_info); in SetupAndVerifyAudioTrackStats()622 stats_read->receivers.push_back(*voice_receiver_info); in SetupAndVerifyAudioTrackStats()628 .WillOnce(DoAll(SetArgPointee<0>(*stats_read), Return(true))); in SetupAndVerifyAudioTrackStats()833 cricket::VideoMediaInfo stats_read; in TEST_F() local844 stats_read.senders.push_back(video_sender_info); in TEST_F()849 .WillOnce(DoAll(SetArgPointee<0>(stats_read), in TEST_F()880 cricket::VideoMediaInfo stats_read; in TEST_F() local892 stats_read.senders.push_back(video_sender_info); in TEST_F()897 stats_read.bw_estimations.push_back(bwe); in TEST_F()[all …]