/frameworks/native/services/vr/bufferhubd/ |
D | consumer_channel.cpp | 70 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()
|
D | consumer_queue_channel.cpp | 37 RemoteMethodError(message, EPIPE); in HandleMessage()
|
/frameworks/base/native/android/ |
D | thermal.cpp | 154 return EPIPE; in addListener() 187 return EPIPE; in removeListener() 200 return EPIPE; in getCurrentThermalStatus() 212 return EPIPE; in getThermalHeadroom() 228 return EPIPE; in getThermalHeadroomThresholds()
|
D | performance_hint.cpp | 250 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/ |
D | LiveDataSource.cpp | 63 return -EPIPE; in readAtNonBlocking() 93 return -EPIPE; in readAt_l()
|
/frameworks/native/libs/sensor/ |
D | SensorEventQueue.cpp | 104 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/ |
D | EffectsFactory.c | 75 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/ |
D | binder_status.h | 78 STATUS_DEAD_OBJECT = -EPIPE,
|
/frameworks/base/libs/usb/tests/accessorytest/ |
D | hid.c | 117 if (ret < 0 && errno != EPIPE) { in hid_thread()
|
/frameworks/native/libs/binder/ |
D | OS_unix_base.cpp | 150 errno = EPIPE; in receiveMessageFromSocket()
|
/frameworks/base/native/android/tests/thermal/ |
D | NativeThermalUnitTest.cpp | 128 ASSERT_EQ(EPIPE, AThermal_getThermalHeadroomThresholds(mThermalManager, &thresholds, &size)); in TEST_F()
|
/frameworks/native/libs/binder/tests/rpc_fuzzer/ |
D | main.cpp | 162 CHECK(errno == EPIPE || size == writeData.size()) in LLVMFuzzerTestOneInput()
|
/frameworks/av/media/libdatasource/ |
D | NuCachedSource2.cpp | 351 } else if (err == ERROR_UNSUPPORTED || err == -EPIPE) { in fetchInternal() 380 if (n == ERROR_UNSUPPORTED || n == -EPIPE) { in fetchInternal()
|
/frameworks/base/core/jni/ |
D | android_net_LocalSocketImpl.cpp | 138 if (errno == EPIPE) { in socket_read_all()
|
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/ |
D | OsConstants.java | 310 public static final int EPIPE = placeholder(); field in OsConstants 1202 if (errno == EPIPE) { in errnoName()
|
/frameworks/base/cmds/incidentd/src/ |
D | Section.cpp | 704 if (errno == EPIPE) { in BlockingCall() 854 if (errno == EPIPE) { in BlockingCall()
|
/frameworks/native/libs/binder/tests/ |
D | binderRpcTestCommon.h | 238 LOG_ALWAYS_FATAL_IF(EPIPE != savedErrno, "mockFileDescriptor write failed: %s", in mockFileDescriptor()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 408 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/ |
D | SoundTrigger.java | 27 import static android.system.OsConstants.EPIPE; 101 public static final int STATUS_DEAD_OBJECT = -EPIPE;
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 227 initConstant(env, c, "EPIPE", EPIPE); in OsConstants_initConstants()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27778 field public static final int EPIPE;
|