Home
last modified time | relevance | path

Searched refs:EOVERFLOW (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libnbaio/
DPipeReader.cpp54 if (avail == -EOVERFLOW || lost > 0) { in availableToRead()
67 if (actual == -EOVERFLOW || lost > 0) { in read()
86 if (flushed == -EOVERFLOW || lost > 0) { in flush()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h80 STATUS_BAD_INDEX = -EOVERFLOW,
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java308 public static final int EOVERFLOW = placeholder(); field in OsConstants
1196 if (errno == EOVERFLOW) { in errnoName()
/frameworks/native/opengl/libs/EGL/
DLoader.cpp152 return -EOVERFLOW; in set()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp225 initConstant(env, c, "EOVERFLOW", EOVERFLOW); in OsConstants_initConstants()
/frameworks/native/include/binder/
DParcel.h1241 return -EOVERFLOW;
/frameworks/native/libs/binder/include/binder/
DParcel.h1241 return -EOVERFLOW;
/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.txt27776 field public static final int EOVERFLOW;