Searched defs:stop_play (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc683 int stop_play = 1; local
701 while (stop_play != 0) {
703 ASSERT_EQ(1, scanf("%i", &stop_play));
709 int stop_play = 1; local
728 while (stop_play != 0) {
730 ASSERT_EQ(1, scanf("%i", &stop_play));

Completed in 456 milliseconds