Home
last modified time | relevance | path

Searched defs:GetFd (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/system/update_engine/payload_consumer/
H A Dcached_file_descriptor.h80 virtual FileDescriptor* GetFd() { return fd_.get(); } in GetFd() function
92 virtual FileDescriptor* GetFd() { return fd_; } in GetFd() function
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dscoped_tmpfile.h71 int GetFd() const { in GetFd() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/os/linux_generic/
Dreactive_semaphore.cc54 int ReactiveSemaphore::GetFd() { return fd_; } in GetFd() function in bluetooth::os::ReactiveSemaphore
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/gdal/raster_to_gtiff/
H A Dutils.cc49 int TempFile::GetFd() const { return file_data_.value().second; } in GetFd() function in gdal::sandbox::utils::TempFile
/aosp_15_r20/external/drm_hwcomposer/drm/
H A DDrmDevice.h41 auto &GetFd() const { in GetFd() function
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/arc/
H A Dframe_buffer.h89 int GetFd() const { return fd_.get(); } in GetFd() function
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/
H A Dmos_context_specific_next.h103 int32_t GetFd() in GetFd() function
/aosp_15_r20/external/libcap/cap/
H A Dfile.go134 func GetFd(file *os.File) (*Set, error) { func
/aosp_15_r20/art/runtime/jit/
H A Dprofiling_info_test.cc66 uint32_t GetFd(const ScratchFile& file) { in GetFd() function in art::ProfileCompilationInfoTest
/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Dfile_descriptor_filesystem.cc132 Status GetFd(absl::string_view fname, int* result) { in GetFd() function
/aosp_15_r20/system/incremental_delivery/incfs/tests/util/
H A Dmap_ptr_test.cpp70 android::base::unique_fd GetFd() { in GetFd() function in MapPtrTest
/aosp_15_r20/system/extras/simpleperf/
H A Dutils.cpp158 int ArchiveHelper::GetFd() { in GetFd() function in simpleperf::ArchiveHelper
/aosp_15_r20/art/libartbase/base/
H A Dcommon_art_test.cc121 int ScratchFile::GetFd() const { in GetFd() function in art::ScratchFile
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc63 uint32_t GetFd(const ScratchFile& file) { in GetFd() function in art::ProfileCompilationInfoTest
/aosp_15_r20/art/profman/
H A Dprofile_assistant_test.cc152 int GetFd(const ScratchFile& file) const { in GetFd() function in art::ProfileAssistantTest