HomeSort by relevance Sort by last modified time
    Searched refs:EPIPE (Results 101 - 125 of 154) sorted by null

1 2 3 45 6 7

  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
_errdefs.h 70 __BIONIC_ERRDEF( EPIPE , 32, "Broken pipe" )
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 536 if (err == EPIPE) {
547 if (err == EPIPE) {
558 if (errno == EPIPE) {
592 if (errno == EPIPE) {
644 if (errno == EPIPE) {
aplay.c 295 if (err == EPIPE) {
365 if (err == EPIPE) {
395 if (errno == EPIPE) {
arec.c 254 if (errno == EPIPE) {
287 if (err == EPIPE) {
328 if (err == EPIPE) {
  /external/dnsmasq/src/
log.c 194 /* Once a stream socket hits EPIPE, we have to close and re-open
196 if (errno == EPIPE)
  /external/openssh/
roaming_common.c 149 (ret == 0 || (ret == -1 && errno == EPIPE))) {
mux.c     [all...]
  /external/tinyalsa/
pcm.c 407 if (errno == EPIPE) {
409 * allowed to do so. Otherwise, simply allow the EPIPE error to
413 return -EPIPE;
442 if (errno == EPIPE) {
907 return -EPIPE;
  /ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/
errc.pass.cpp 27 static_assert(static_cast<int>(std::errc::broken_pipe) == EPIPE, "");
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 301 if (err == ERROR_UNSUPPORTED || err == -EPIPE) {
323 if (n == ERROR_UNSUPPORTED || n == -EPIPE) {
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 125 public static final int EPIPE = placeholder();
674 if (errno == EPIPE) {
675 return "EPIPE";
  /external/qemu/audio/
alsaaudio.c 766 if (avail == -EPIPE) {
804 case -EPIPE:
1136 case -EPIPE:
    [all...]

Completed in 1381 milliseconds

1 2 3 45 6 7