Home
last modified time | relevance | path

Searched refs:fileFd (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp262 unique_fd fileFd = openLocalFile(env, jni, shellCommand, filePath); in openLocalFile() local
263 if (fileFd.ok()) { in openLocalFile()
265 .fd = std::move(fileFd), in openLocalFile()
517 .fileFd = incfsFd.get(), in flashToIncFs()
530 .fileFd = incfsFd.get(), in flashToIncFs()
850 .fileFd = writeFd, in receiver()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp960 inputFrame.fileFd = syscall(__NR_memfd_create, tempOutputFile.str().c_str(), MFD_CLOEXEC); in startMuxerForInputFrame()
961 if (inputFrame.fileFd < 0) { in startMuxerForInputFrame()
966 inputFrame.muxer = MediaMuxer::create(inputFrame.fileFd, MediaMuxer::OUTPUT_FORMAT_HEIF); in startMuxerForInputFrame()
969 __FUNCTION__, inputFrame.fileFd); in startMuxerForInputFrame()
1178 off_t fSize = lseek(inputFrame.fileFd, 0, SEEK_END); in processCompletedInputFrame()
1185 lseek(inputFrame.fileFd, 0, SEEK_SET); in processCompletedInputFrame()
1186 ssize_t bytesRead = read(inputFrame.fileFd, dstBuffer, fSize); in processCompletedInputFrame()
1192 close(inputFrame.fileFd); in processCompletedInputFrame()
1193 inputFrame.fileFd = -1; in processCompletedInputFrame()
1260 if (inputFrame->fileFd >= 0) { in releaseInputFrameLocked()
[all …]
DHeicCompositeStream.h174 int fileFd; member
184 fileFd(-1), trackIndex(-1), anb(nullptr), appSegmentWritten(false), in InputFrame()
/frameworks/base/services/incremental/
DIncrementalService.cpp2156 .fileFd = writeFd.get(), in setFileContent()