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

  /external/chromium_org/base/process/
launch_win.cc 211 HANDLE out_write = NULL; local
220 if (!CreatePipe(&out_read, &out_write, &sa_attr, 0)) {
227 win::ScopedHandle scoped_out_write(out_write);
241 start_info.hStdOutput = out_write;
  /external/chromium_org/tools/gn/
function_exec_script.cc 43 HANDLE out_write = NULL; local
44 if (!CreatePipe(&out_read, &out_write, &sa_attr, 0)) {
49 base::win::ScopedHandle scoped_out_write(out_write);
77 start_info.hStdOutput = out_write;
  /ndk/sources/android/support/src/stdio/
vfwprintf.c 56 void out_write(Out* out, const wchar_t* text, size_t length) { function
102 out_write(out, wide_buffer, wide_len);
309 if (out) out_write(out, a, l);
405 out_write(out, a, p);
  /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;
  /device/generic/goldfish/audio/
audio_hw.c 183 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
414 out->stream.write = out_write;
  /external/bluetooth/bluedroid/audio_a2dp_hw/
audio_a2dp_hw.c 437 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
617 * prior to being suspended, the next out_write shall trigger the
821 out->stream.write = out_write;
  /hardware/libhardware/modules/audio_remote_submix/
audio_hw.cpp 227 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function in namespace:android
230 //ALOGV("out_write(bytes=%d)", bytes);
253 ALOGE("out_write without a pipe!");
254 ALOG_ASSERT("out_write without a pipe!");
264 ALOGE("out_write() write to pipe returned NEGOTIATE");
274 ALOGE("out_write() write to pipe returned unexpected %d", written_frames);
284 ALOGE("out_write() failed writing to pipe with %d", written_frames);
287 ALOGV("out_write() wrote %lu bytes)", written_frames * frame_size);
545 out->stream.write = out_write;
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 235 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
526 out->stream.write = out_write;
  /hardware/qcom/audio/legacy/alsa_sound/
audio_hw_hal.cpp 257 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
595 out->stream.write = out_write;
  /device/asus/grouper/audio/
audio_hw.c 59 /* minimum sleep time in out_write() when write threshold is not reached */
611 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
709 ALOGW("out_write() limiting sleep time %d to %d",
1038 out->stream.write = out_write;
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 1131 static ssize_t out_write(struct audio_stream_out *stream, const void* buffer, function
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 1412 static ssize_t out_write(struct audio_stream_out *stream, const void *buffer, function
    [all...]

Completed in 502 milliseconds