Searched refs:set_last_pack_cng_or_dtmf (Results 1 – 5 of 5) sorted by relevance
59 MOCK_METHOD1(set_last_pack_cng_or_dtmf,
104 virtual void set_last_pack_cng_or_dtmf(int value);
424 void DelayManager::set_last_pack_cng_or_dtmf(int value) { in set_last_pack_cng_or_dtmf() function in webrtc::DelayManager
344 EXPECT_CALL(*mock_delay_manager_, set_last_pack_cng_or_dtmf(0)) in TEST_F()
738 delay_manager_->set_last_pack_cng_or_dtmf(0); in InsertPacketInternal()