Home
last modified time | relevance | path

Searched refs:EOPNOTSUPP (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
Dipc_helper.cpp268 return ErrorStatus{EOPNOTSUPP}; in PushChannelHandle()
272 return ErrorStatus{EOPNOTSUPP}; in PushChannelHandle()
276 return ErrorStatus{EOPNOTSUPP}; in PushChannelHandle()
/frameworks/native/libs/vr/libpdx/
Dservice_tests.cpp140 EXPECT_CALL(*endpoint(), MessageReply(_, -EOPNOTSUPP)) in ExpectDefaultHandleMessage()
332 EXPECT_CALL(*endpoint(), MessageReply(&message, -EOPNOTSUPP)) in TEST_F()
783 .WillOnce(Return(ByMove(ErrorStatus{EOPNOTSUPP}))); in TEST_F()
787 EXPECT_EQ(EOPNOTSUPP, status.error()); in TEST_F()
Dservice.cpp621 return ErrorStatus{EOPNOTSUPP}; in HandleSystemMessage()
639 return message.ReplyError(EOPNOTSUPP); in DefaultHandleMessage()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java307 public static final int EOPNOTSUPP = placeholder(); field in OsConstants
1193 if (errno == EOPNOTSUPP) { in errnoName()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp224 initConstant(env, c, "EOPNOTSUPP", EOPNOTSUPP); in OsConstants_initConstants()
/frameworks/native/cmds/installd/
Dutils.cpp971 …xattr(parent.c_str(), inode_xattr, &inode_raw, sizeof(inode_raw), 0) != 0 && errno != EOPNOTSUPP) { in write_path_inode()
/frameworks/base/services/incremental/
DIncrementalService.cpp1208 if (err != -EOPNOTSUPP) { in makeFile()
2234 if (filledBlocksCount == -EOPNOTSUPP || filledBlocksCount == -ENOTSUP || in getLoadingProgressFromPath()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27775 field public static final int EOPNOTSUPP;