Home
last modified time | relevance | path

Searched refs:Wait (Results 1 – 25 of 29) 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/core/libbacktrace/
DBacktraceCurrent.cpp140 if (entry->Wait(2)) { in SignalHandler()
188 bool wait_completed = entry->Wait(1); in UnwindThread()
215 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/init/
Depoll.h42 Result<std::vector<std::function<void()>*>> Wait(
Depoll.cpp72 Result<std::vector<std::function<void()>*>> Epoll::Wait( in Wait() function in android::init::Epoll
Dkeychords_test.cpp215 auto pending_functions = epoll_.Wait(wait); in RelaxForMs()
/system/core/libappfuse/include/libappfuse/
DEpollController.h33 bool Wait(size_t event_count);
/system/sepolicy/prebuilts/api/29.0/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
DMemUnreachable.cpp403 continue_parent_sem.Wait(30s); in GetUnreachableMemory()
/system/sepolicy/prebuilts/api/28.0/private/
Dhalclientdomain.te12 # Wait for HAL server to be up (used by getService)
/system/sepolicy/prebuilts/api/30.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/26.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/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()
DFuseAppLoop.cc228 if (!epoll_controller->Wait(1)) { in Start()
/system/extras/tests/workloads/
Dpwrtest.sh226 echo Wait 60s for device to restart...
233 echo Wait 30s to complete boot activities...
/system/bt/gd/facade/
Dgrpc_root_server.cc189 server_->Wait(); in RunGrpcLoop()
/system/update_engine/common/
Dsubprocess.cc290 int proc_return_code = proc.Wait(); in SynchronousExecFlags()

12