Home
last modified time | relevance | path

Searched defs:fileFd (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/device/google/zuma/usb/usb/
DUsbDataSessionMonitor.cpp68 static int addEpollFile(const int &epollFd, const std::string &filePath, unique_fd &fileFd) { in addEpollFile()
91 static void removeEpollFile(const int &epollFd, const std::string &filePath, unique_fd &fileFd) { in removeEpollFile()
/aosp_15_r20/device/google/gs201/usb/usb/
DUsbDataSessionMonitor.cpp68 static int addEpollFile(const int &epollFd, const std::string &filePath, unique_fd &fileFd) { in addEpollFile()
91 static void removeEpollFile(const int &epollFd, const std::string &filePath, unique_fd &fileFd) { in removeEpollFile()
/aosp_15_r20/device/google/gs101/usb/usb/
DUsbDataSessionMonitor.cpp68 static int addEpollFile(const int &epollFd, const std::string &filePath, unique_fd &fileFd) { in addEpollFile()
91 static void removeEpollFile(const int &epollFd, const std::string &filePath, unique_fd &fileFd) { in removeEpollFile()
/aosp_15_r20/device/google/zumapro/usb/usb/
DUsbDataSessionMonitor.cpp68 static int addEpollFile(const int &epollFd, const std::string &filePath, unique_fd &fileFd) { in addEpollFile()
91 static void removeEpollFile(const int &epollFd, const std::string &filePath, unique_fd &fileFd) { in removeEpollFile()
/aosp_15_r20/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
H A DMediaTranscodingTestUtil.java177 AssetFileDescriptor fileFd = null; in decodeMp4ToYuv() local
/aosp_15_r20/system/incremental_delivery/incfs/include/
H A Dincfs_ndk.h110 IncFsFd fileFd; member
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/
H A DHeicCompositeStream.h187 int fileFd; member
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp262 unique_fd fileFd = openLocalFile(env, jni, shellCommand, filePath); in openLocalFile() local