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 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...]

Completed in 73 milliseconds