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

  /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...]
pppd.h 307 extern char *record_file; /* File to record chars sent/received */
    [all...]
  /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 1920 milliseconds