Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/tests/util/
Dmap_ptr_test.cpp70 android::base::unique_fd GetFd() { in GetFd() function in MapPtrTest
91 auto fd = GetFd(); in TEST_F()
106 auto fd = GetFd(); in TEST_F()
123 auto fd = GetFd(); in TEST_F()
138 auto fd = GetFd(); in TEST_F()
155 auto fd = GetFd(); in TEST_F()
177 auto fd = GetFd(); in TEST_F()
192 auto fd = GetFd(); in TEST_F()
203 auto fd = GetFd(); in TEST_F()
214 auto fd = GetFd(); in TEST_F()
[all …]
/system/bt/gd/os/linux_generic/
Dreactive_semaphore.h34 int GetFd();
Dreactive_semaphore.cc54 int ReactiveSemaphore::GetFd() { in GetFd() function in bluetooth::os::ReactiveSemaphore
Dqueue.tpp33 enqueue_.reactive_semaphore_.GetFd(),
65 dequeue_.reactive_semaphore_.GetFd(), callback, base::Closure());
/system/extras/simpleperf/
Dread_apk.cpp100 if (IsValidElfFile(ahelper->GetFd(), found_entry.offset) != ElfStatus::NO_ERROR) { in FindElfInApkByOffsetWithoutCache()
Dutils.h102 int GetFd();
Dutils.cpp155 int ArchiveHelper::GetFd() { in GetFd() function in simpleperf::ArchiveHelper