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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
trace-event-info.c 59 static int record_file(const char *file, ssize_t hdr_sz) function
126 if (record_file(path, 8) < 0) {
150 if (record_file(path, 8) < 0) {
229 err = record_file(format, 8);
362 return record_file(path, 4);
386 err = record_file(path, 4);
579 err = record_file(tdata->temp_file, 0);
  /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 153 milliseconds