Home
last modified time | relevance | path

Searched refs:F_GETFD (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libaaudio/examples/write_sine/src/
Dwrite_sine.cpp226 testFd, fcntl(testFd, F_GETFD)); in main()
229 testFd, fcntl(testFd, F_GETFD)); in main()
234 printf("testFd = %d, fcntl after close() returns 0x%08X\n", testFd, fcntl(testFd, F_GETFD)); in main()
/frameworks/libs/binary_translation/kernel_api/
Dfcntl_emulation.cc40 static_assert(F_GETFD == 1);
119 case F_GETFD: in GuestFcntl()
/frameworks/base/core/jni/
Dfd_utils.cpp285 const int fd_flags = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFD)); in CreateFromFd()
/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/system/
DOsConstants.java343 public static final int F_GETFD = placeholder(); field in OsConstants
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_os_constants.cpp254 initConstant(env, c, "F_GETFD", F_GETFD); in OsConstants_initConstants()
/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.txt27796 field public static final int F_GETFD;