Searched refs:fileFd (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_pm_PackageManagerShellCommandDataLoader.cpp | 262 unique_fd fileFd = openLocalFile(env, jni, shellCommand, filePath); in openLocalFile() local 263 if (fileFd.ok()) { in openLocalFile() 265 .fd = std::move(fileFd), in openLocalFile() 519 .fileFd = incfsFd.get(), in flashToIncFs() 532 .fileFd = incfsFd.get(), in flashToIncFs() 852 .fileFd = writeFd, in receiver()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicCompositeStream.cpp | 923 inputFrame.fileFd = syscall(__NR_memfd_create, tempOutputFile.str().c_str(), MFD_CLOEXEC); in startMuxerForInputFrame() 924 if (inputFrame.fileFd < 0) { in startMuxerForInputFrame() 929 inputFrame.muxer = new MediaMuxer(inputFrame.fileFd, MediaMuxer::OUTPUT_FORMAT_HEIF); in startMuxerForInputFrame() 932 __FUNCTION__, inputFrame.fileFd); in startMuxerForInputFrame() 1140 off_t fSize = lseek(inputFrame.fileFd, 0, SEEK_END); in processCompletedInputFrame() 1147 lseek(inputFrame.fileFd, 0, SEEK_SET); in processCompletedInputFrame() 1148 ssize_t bytesRead = read(inputFrame.fileFd, dstBuffer, fSize); in processCompletedInputFrame() 1154 close(inputFrame.fileFd); in processCompletedInputFrame() 1155 inputFrame.fileFd = -1; in processCompletedInputFrame() 1220 if (inputFrame->fileFd >= 0) { in releaseInputFrameLocked() [all …]
|
D | HeicCompositeStream.h | 170 int fileFd; member 180 fileFd(-1), trackIndex(-1), anb(nullptr), appSegmentWritten(false), in InputFrame()
|
/frameworks/base/services/incremental/ |
D | IncrementalService.cpp | 2136 .fileFd = writeFd.get(), in setFileContent()
|