Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 – 22 of 22) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
Dconsumer_channel.cpp70 REPLY_ERROR_RETURN(message, EPIPE, true); in HandleMessage()
105 return ErrorStatus(EPIPE); in OnGetBuffer()
113 return ErrorStatus(EPIPE); in OnConsumerAcquire()
136 return ErrorStatus(EPIPE); in OnConsumerRelease()
Dconsumer_queue_channel.cpp37 RemoteMethodError(message, EPIPE); in HandleMessage()
/frameworks/base/native/android/
Dthermal.cpp154 return EPIPE; in addListener()
187 return EPIPE; in removeListener()
200 return EPIPE; in getCurrentThermalStatus()
212 return EPIPE; in getThermalHeadroom()
228 return EPIPE; in getThermalHeadroomThresholds()
Dperformance_hint.cpp250 return EPIPE; in updateTargetWorkDuration()
292 return EPIPE; in sendHint()
312 return EPIPE; in setThreads()
326 return EPIPE; in getThreadIds()
352 return EPIPE; in setPreferPowerEfficiency()
399 return ret.getExceptionCode() == EX_ILLEGAL_ARGUMENT ? EINVAL : EPIPE; in reportActualWorkDurationInternal()
/frameworks/av/media/libstagefright/httplive/
DLiveDataSource.cpp63 return -EPIPE; in readAtNonBlocking()
93 return -EPIPE; in readAt_l()
/frameworks/native/libs/sensor/
DSensorEventQueue.cpp104 result = -EPIPE; // unknown error, so we make up one in waitForEvent()
110 result = -EPIPE; // unknown error, so we make up one in waitForEvent()
/frameworks/av/media/libeffects/factory/
DEffectsFactory.c75 return -EPIPE; in Effect_Process()
100 return -EPIPE; in Effect_Command()
121 return -EPIPE; in Effect_GetDescriptor()
141 return -EPIPE; in Effect_ProcessReverse()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h78 STATUS_DEAD_OBJECT = -EPIPE,
/frameworks/base/libs/usb/tests/accessorytest/
Dhid.c117 if (ret < 0 && errno != EPIPE) { in hid_thread()
/frameworks/native/libs/binder/
DOS_unix_base.cpp150 errno = EPIPE; in receiveMessageFromSocket()
/frameworks/base/native/android/tests/thermal/
DNativeThermalUnitTest.cpp128 ASSERT_EQ(EPIPE, AThermal_getThermalHeadroomThresholds(mThermalManager, &thresholds, &size)); in TEST_F()
/frameworks/native/libs/binder/tests/rpc_fuzzer/
Dmain.cpp162 CHECK(errno == EPIPE || size == writeData.size()) in LLVMFuzzerTestOneInput()
/frameworks/av/media/libdatasource/
DNuCachedSource2.cpp351 } else if (err == ERROR_UNSUPPORTED || err == -EPIPE) { in fetchInternal()
380 if (n == ERROR_UNSUPPORTED || n == -EPIPE) { in fetchInternal()
/frameworks/base/core/jni/
Dandroid_net_LocalSocketImpl.cpp138 if (errno == EPIPE) { in socket_read_all()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java310 public static final int EPIPE = placeholder(); field in OsConstants
1202 if (errno == EPIPE) { in errnoName()
/frameworks/base/cmds/incidentd/src/
DSection.cpp704 if (errno == EPIPE) { in BlockingCall()
854 if (errno == EPIPE) { in BlockingCall()
/frameworks/native/libs/binder/tests/
DbinderRpcTestCommon.h238 LOG_ALWAYS_FATAL_IF(EPIPE != savedErrno, "mockFileDescriptor write failed: %s", in mockFileDescriptor()
/frameworks/native/libs/input/
DInputTransport.cpp408 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED || error == ECONNRESET) { in sendMessage()
440 if (error == EPIPE || error == ENOTCONN || error == ECONNREFUSED) { in receiveMessage()
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java27 import static android.system.OsConstants.EPIPE;
101 public static final int STATUS_DEAD_OBJECT = -EPIPE;
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp227 initConstant(env, c, "EPIPE", EPIPE); in OsConstants_initConstants()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27778 field public static final int EPIPE;