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

  /external/chromium/base/
process_util_win.cc 329 HANDLE out_write = NULL; local
338 if (!CreatePipe(&out_read, &out_write, &sa_attr, 0)) {
345 win::ScopedHandle scoped_out_write(out_write);
358 start_info.hStdOutput = out_write;
  /hardware/libhardware/modules/audio/
audio_hw.c 104 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
245 out->stream.write = out_write;
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 190 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
275 out->stream.write = out_write;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 150 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
446 out->stream.write = out_write;
  /device/asus/grouper/audio/
audio_hw.c 58 /* minimum sleep time in out_write() when write threshold is not reached */
602 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
700 ALOGW("out_write() limiting sleep time %d to %d",
1002 out->stream.write = out_write;
    [all...]
  /external/bluetooth/bluez/audio/
android_audio_hw.c 56 /* maximum time allowed by out_write() for frames to be available in in write thread buffer */
64 * out_write() cannot block waiting for a2dp_write() to complete because this function
402 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
655 out->stream.write = out_write;
748 /* out_write() must not be executed from now on */
  /device/ti/panda/audio/
audio_hw.c 150 /* minimum sleep time in out_write() when write threshold is not reached */
1659 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
    [all...]

Completed in 3349 milliseconds