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

  /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);
  /external/ppp/pppd/
tty.c 147 char *record_file = NULL; /* File to record chars sent/received */ variable
203 { "record", o_string, &record_file,
530 if (using_pty || record_file != NULL) {
622 if (record_file != NULL) {
660 } else if (record_file != NULL) {
666 if (using_pty || record_file != NULL) {
943 charshunt(0, 1, record_file);
975 charshunt(ifd, ofd, record_file)
977 char *record_file;
1045 if (record_file != NULL)
    [all...]

Completed in 63 milliseconds