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

  /external/autotest/client/site_tests/audio_CRASFormatConversion/
audio_CRASFormatConversion.py 60 record_file = os.path.join(self.resultsdir,
77 cras_utils.capture(record_file, duration=1, rate=44100)
86 record_file, reduced_file.name, noise_profile, rate=44100)
118 record_file = tempfile.NamedTemporaryFile()
120 cras_utils.capture(record_file.name, duration=1, rate=rate)
  /external/ppp/pppd/
tty.c 149 char *record_file = NULL; /* File to record chars sent/received */ variable
205 { "record", o_string, &record_file,
535 if (using_pty || record_file != NULL) {
630 if (record_file != NULL) {
668 } else if (record_file != NULL) {
674 if (using_pty || record_file != NULL) {
947 charshunt(0, 1, record_file);
978 charshunt(ifd, ofd, record_file)
980 char *record_file;
1048 if (record_file != NULL)
    [all...]
pppd.h 313 extern char *record_file; /* File to record chars sent/received */
    [all...]
  /system/extras/simpleperf/runtest/
runtest.py 281 def record(self, test_executable_name, record_file, additional_options=[]):
286 record_file,
290 def report(self, record_file, report_file, additional_options=[]):
293 record_file]
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 178 int record_file(unsigned rate, unsigned channels, int fd, unsigned count, unsigned flags, const char *device) function
421 return record_file(rate, ch, fd, count, flag, device);
482 return record_file(hdr.sample_rate, hdr.num_channels, fd, count, flag, device);

Completed in 185 milliseconds