/system/core/fs_mgr/libdm/ |
D | utility.cpp | 51 return WaitResult::Wait; in WaitForFile() 64 return WaitResult::Wait; in WaitForFileDeleted()
|
D | utility.h | 23 enum class WaitResult { Wait, Done, Fail }; enumerator
|
D | loop_control.cpp | 72 return WaitResult::Wait; in Attach()
|
/system/core/fs_mgr/ |
D | file_wait.cpp | 75 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/ |
D | BacktraceCurrent.cpp | 140 if (entry->Wait(2)) { in SignalHandler() 188 bool wait_completed = entry->Wait(1); in UnwindThread() 215 if (!entry->Wait(3)) { in UnwindThread()
|
D | ThreadEntry.h | 32 bool Wait(int);
|
D | ThreadEntry.cpp | 99 bool ThreadEntry::Wait(int value) { in Wait() function in ThreadEntry
|
/system/core/init/ |
D | epoll.h | 42 Result<std::vector<std::function<void()>*>> Wait(
|
D | epoll.cpp | 72 Result<std::vector<std::function<void()>*>> Epoll::Wait( in Wait() function in android::init::Epoll
|
D | keychords_test.cpp | 215 auto pending_functions = epoll_.Wait(wait); in RelaxForMs()
|
/system/core/libappfuse/include/libappfuse/ |
D | EpollController.h | 33 bool Wait(size_t event_count);
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | halclientdomain.te | 12 # Wait for HAL server to be up (used by getService)
|
/system/memory/libmemunreachable/ |
D | Semaphore.h | 32 void Wait(std::chrono::milliseconds ms) { in Wait() function
|
D | MemUnreachable.cpp | 403 continue_parent_sem.Wait(30s); in GetUnreachableMemory()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | halclientdomain.te | 12 # Wait for HAL server to be up (used by getService)
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | halclientdomain.te | 12 # Wait for HAL server to be up (used by getService)
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | halclientdomain.te | 12 # Wait for HAL server to be up (used by getService)
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | halclientdomain.te | 12 # Wait for HAL server to be up (used by getService)
|
/system/sepolicy/private/ |
D | halclientdomain.te | 12 # Wait for HAL server to be up (used by getService)
|
/system/core/libappfuse/ |
D | EpollController.cc | 27 bool EpollController::Wait(size_t event_count) { in Wait() function in android::fuse::EpollController
|
D | FuseBridgeLoop.cc | 273 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()
|
D | FuseAppLoop.cc | 228 if (!epoll_controller->Wait(1)) { in Start()
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 226 echo Wait 60s for device to restart... 233 echo Wait 30s to complete boot activities...
|
/system/bt/gd/facade/ |
D | grpc_root_server.cc | 189 server_->Wait(); in RunGrpcLoop()
|
/system/update_engine/common/ |
D | subprocess.cc | 290 int proc_return_code = proc.Wait(); in SynchronousExecFlags()
|