Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 25 of 34) sorted by relevance

12

/system/core/fs_mgr/libdm/
Dutility.cpp51 return WaitResult::Wait; in WaitForFile()
64 return WaitResult::Wait; in WaitForFileDeleted()
Dutility.h23 enum class WaitResult { Wait, Done, Fail }; enumerator
Dloop_control.cpp72 return WaitResult::Wait; in Attach()
/system/core/fs_mgr/
Dfile_wait.cpp75 bool Wait();
127 bool OneShotInotify::Wait() { in Wait() function in android::fs_mgr::OneShotInotify
218 return inotify.Wait(); in WaitForFile()
228 return inotify.Wait(); in WaitForFileDeleted()
/system/unwinding/libunwindstack/
DThreadUnwinder.cpp62 if (entry->Wait(WAIT_FOR_UNWIND_TO_COMPLETE)) { in SignalHandler()
117 bool wait_completed = entry->Wait(WAIT_FOR_UCONTEXT); in SendSignalToThread()
174 if (!entry->Wait(WAIT_FOR_THREAD_TO_RESTART)) { in UnwindWithSignal()
DThreadEntry.h44 bool Wait(WaitType type);
DThreadEntry.cpp77 bool ThreadEntry::Wait(WaitType type) { in Wait() function in unwindstack::ThreadEntry
/system/unwinding/libbacktrace/
DBacktraceCurrent.cpp152 if (entry->Wait(2)) { in SignalHandler()
200 bool wait_completed = entry->Wait(1); in UnwindThread()
227 if (!entry->Wait(3)) { in UnwindThread()
DThreadEntry.h32 bool Wait(int);
DThreadEntry.cpp99 bool ThreadEntry::Wait(int value) { in Wait() function in ThreadEntry
/system/core/libappfuse/include/libappfuse/
DEpollController.h33 bool Wait(size_t event_count);
/system/core/init/
Depoll.h45 Result<std::vector<std::shared_ptr<Handler>>> Wait(
Depoll_test.cpp64 auto results = epoll.Wait({}); in TEST()
Depoll.cpp73 Result<std::vector<std::shared_ptr<Epoll::Handler>>> Epoll::Wait( in Wait() function in android::init::Epoll
/system/sepolicy/prebuilts/api/28.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/prebuilts/api/27.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/prebuilts/api/29.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/prebuilts/api/31.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/memory/libmemunreachable/
DSemaphore.h32 void Wait(std::chrono::milliseconds ms) { in Wait() function
/system/sepolicy/prebuilts/api/30.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/prebuilts/api/26.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/core/libappfuse/
DEpollController.cc27 bool EpollController::Wait(size_t event_count) { in Wait() function in android::fuse::EpollController
DFuseBridgeLoop.cc273 bool Wait(size_t bridge_count, std::unordered_set<FuseBridgeEntry*>* entries_out) { in Wait() function in android::fuse::BridgeEpollController
276 if (!EpollController::Wait(event_count)) { in Wait()
374 const bool wait_result = epoll_controller_->Wait(bridges_.size(), &entries); in Start()
/system/extras/tests/workloads/
Dpwrtest.sh226 echo Wait 60s for device to restart...
233 echo Wait 30s to complete boot activities...

12