Searched defs:log_fd (Results 1 - 1 of 1) sorted by relevance

/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp185 int log_fd; member in struct:android::submix_stream_out
205 int log_fd; member in struct:android::submix_stream_in
836 if (out->log_fd >= 0) write(out->log_fd, buffer, written_frames * frame_size);
1251 if (in->log_fd >= 0) write(in->log_fd, buff, frames_read * frame_size);
1419 out->log_fd = open(LOG_STREAM_OUT_FILENAME, O_CREAT | O_TRUNC | O_WRONLY,
1421 ALOGE_IF(out->log_fd < 0, "adev_open_output_stream(): log file open failed %s",
1423 ALOGV("adev_open_output_stream(): log_fd = %d", out->log_fd);
[all...]

Completed in 66 milliseconds