HomeSort by relevance Sort by last modified time
    Searched refs:AudioPlayerTest (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/components/copresence/mediums/audio/
audio_player.h 54 friend class AudioPlayerTest;
55 FRIEND_TEST_ALL_PREFIXES(AudioPlayerTest, BasicPlayAndStop);
56 FRIEND_TEST_ALL_PREFIXES(AudioPlayerTest, OutOfOrderPlayAndStopMultiple);
audio_player_unittest.cc 72 class AudioPlayerTest : public testing::Test,
73 public base::SupportsWeakPtr<AudioPlayerTest> {
75 AudioPlayerTest() : buffer_index_(0), player_(NULL) {
80 virtual ~AudioPlayerTest() { DeletePlayer(); }
88 base::Bind(&AudioPlayerTest::GatherSamples, AsWeakPtr())));
136 TEST_F(AudioPlayerTest, BasicPlayAndStop) {
159 TEST_F(AudioPlayerTest, OutOfOrderPlayAndStopMultiple) {
180 TEST_F(AudioPlayerTest, PlayingEndToEnd) {
  /external/chromium_org/remoting/client/
audio_player_unittest.cc 41 class AudioPlayerTest : public ::testing::Test {
118 TEST_F(AudioPlayerTest, Init) {
126 TEST_F(AudioPlayerTest, MultipleSamples) {
138 TEST_F(AudioPlayerTest, ChangeSampleRate) {
152 TEST_F(AudioPlayerTest, ExceedLatency) {
165 TEST_F(AudioPlayerTest, ConsumePartialPacket) {
194 TEST_F(AudioPlayerTest, ConsumeAcrossPackets) {
239 TEST_F(AudioPlayerTest, ConsumeEntirePacket) {
296 TEST_F(AudioPlayerTest, NoDataToConsume) {
307 TEST_F(AudioPlayerTest, NotEnoughDataToConsume)
    [all...]
audio_player.h 38 friend class AudioPlayerTest;

Completed in 1419 milliseconds