HomeSort by relevance Sort by last modified time
    Searched full:keypress_file (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/test/
unpack.cc 35 DEFINE_string(keypress_file, "keypress.bool", "The name of the keypress file.");
219 static FILE* keypress_file = OpenFile(FLAGS_keypress_file, "wb"); local
222 fprintf(keypress_file, "%d\n", keypress);
224 WriteData(&keypress, sizeof(keypress), keypress_file,

Completed in 50 milliseconds