Home
last modified time | relevance | path

Searched refs:EFAULT (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderDriverInterfaceTest.cpp159 binderTestIoctlErr1(BINDER_WRITE_READ, nullptr, EFAULT); in TEST_F()
163 binderTestIoctlErr2(BINDER_SET_IDLE_TIMEOUT, nullptr, EFAULT, EINVAL); in TEST_F()
167 …binderTestIoctlErr2(BINDER_SET_MAX_THREADS, nullptr, EFAULT, EINVAL); /* TODO: don't accept EINVAL… in TEST_F()
171 binderTestIoctlErr2(BINDER_SET_IDLE_PRIORITY, nullptr, EFAULT, EINVAL); in TEST_F()
175 binderTestIoctlErr2(BINDER_VERSION, nullptr, EFAULT, EINVAL); /* TODO: don't accept EINVAL */ in TEST_F()
/frameworks/libs/binary_translation/kernel_api/
Dsys_mman_emulation.cc113 errno = EFAULT; in MremapForGuest()
118 errno = EFAULT; in MremapForGuest()
Dsys_ptrace_emulation.cc82 errno = EFAULT; in PtraceForGuest()
/frameworks/base/services/incremental/
DIncrementalServiceValidation.cpp40 : status.serviceSpecificErrorCode() == 0 ? -EFAULT in fromBinderStatus()
DIncrementalService.cpp1128 return -EFAULT; in unbind()
1337 ? -EFAULT in addBindMountWithMd()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java264 public static final int EFAULT = placeholder(); field in OsConstants
1064 if (errno == EFAULT) { in errnoName()
/frameworks/av/media/codec2/core/include/
DC2.h117 C2_CORRUPTED = EFAULT, ///< some unexpected error prevented the operation
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp461 return ErrorStatus(EFAULT); in CheckChannel()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp181 initConstant(env, c, "EFAULT", EFAULT); in OsConstants_initConstants()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27733 field public static final int EFAULT;