/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/unwinding/libunwindstack/ |
D | ThreadUnwinder.cpp | 62 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()
|
D | ThreadEntry.h | 44 bool Wait(WaitType type);
|
D | ThreadEntry.cpp | 77 bool ThreadEntry::Wait(WaitType type) { in Wait() function in unwindstack::ThreadEntry
|
/system/unwinding/libbacktrace/ |
D | BacktraceCurrent.cpp | 152 if (entry->Wait(2)) { in SignalHandler() 200 bool wait_completed = entry->Wait(1); in UnwindThread() 227 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/libappfuse/include/libappfuse/ |
D | EpollController.h | 33 bool Wait(size_t event_count);
|
/system/core/init/ |
D | epoll.h | 45 Result<std::vector<std::shared_ptr<Handler>>> Wait(
|
D | epoll_test.cpp | 64 auto results = epoll.Wait({}); in TEST()
|
D | epoll.cpp | 73 Result<std::vector<std::shared_ptr<Epoll::Handler>>> Epoll::Wait( in Wait() function in android::init::Epoll
|
/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/27.0/private/ |
D | halclientdomain.te | 12 # Wait for HAL server to be up (used by getService)
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | halclientdomain.te | 12 # Wait for HAL server to be up (used by getService)
|
/system/sepolicy/prebuilts/api/31.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/memory/libmemunreachable/ |
D | Semaphore.h | 32 void Wait(std::chrono::milliseconds ms) { in Wait() function
|
/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/26.0/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()
|
/system/extras/tests/workloads/ |
D | pwrtest.sh | 226 echo Wait 60s for device to restart... 233 echo Wait 30s to complete boot activities...
|