Searched defs:state_check_func (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/system/unwinding/libunwindstack/utils/ |
H A D | PidUtils.cpp | 107 bool WaitForPidState(pid_t pid, const std::function<PidRunEnum()>& state_check_func) { in WaitForPidState() 131 bool WaitForPidStateAfterAttach(pid_t pid, const std::function<PidRunEnum()>& state_check_func) { in WaitForPidStateAfterAttach()
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_test_utils.py | 1904 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument 1917 log, ad, sub_id, max_time, state_check_func, *args, **kwargs): argument 1928 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args, argument 2961 def wait_for_state(state_check_func, argument 3814 def change_voice_subid_temporarily(ad, sub_id, state_check_func, params=None): argument
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | ForkTest.h | 59 void ForkAndWaitForPidState(const std::function<PidRunEnum()>& state_check_func) { in ForkAndWaitForPidState()
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/ |
D | tel_utils.py | 654 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument
|