Searched refs:EFAULT (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/binder/tests/ |
D | binderDriverInterfaceTest.cpp | 159 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/ |
D | sys_mman_emulation.cc | 113 errno = EFAULT; in MremapForGuest() 118 errno = EFAULT; in MremapForGuest()
|
D | sys_ptrace_emulation.cc | 82 errno = EFAULT; in PtraceForGuest()
|
/frameworks/base/services/incremental/ |
D | IncrementalServiceValidation.cpp | 40 : status.serviceSpecificErrorCode() == 0 ? -EFAULT in fromBinderStatus()
|
D | IncrementalService.cpp | 1128 return -EFAULT; in unbind() 1337 ? -EFAULT in addBindMountWithMd()
|
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/ |
D | OsConstants.java | 264 public static final int EFAULT = placeholder(); field in OsConstants 1064 if (errno == EFAULT) { in errnoName()
|
/frameworks/av/media/codec2/core/include/ |
D | C2.h | 117 C2_CORRUPTED = EFAULT, ///< some unexpected error prevented the operation
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | service_endpoint.cpp | 461 return ErrorStatus(EFAULT); in CheckChannel()
|
/frameworks/base/ravenwood/runtime-jni/ |
D | ravenwood_os_constants.cpp | 181 initConstant(env, c, "EFAULT", EFAULT); in OsConstants_initConstants()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27733 field public static final int EFAULT;
|