Searched defs:match_fn (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/bt/gd/cert/ |
H A D | event_stream.py | 163 …def assert_event_occurs(self, match_fn, at_least_times=1, timeout=timedelta(seconds=DEFAULT_TIMEOU… argument 176 …def assert_event_occurs_at_most(self, match_fn, at_most_times, timeout=timedelta(seconds=DEFAULT_T… argument 213 match_fn, argument 269 def NOT_FOR_YOU_assert_none_matching(istream, match_fn, timeout=timedelta(seconds=DEFAULT_TIMEOUT_S… argument
|
H A D | capture.py | 25 def __init__(self, match_fn, capture_fn=None): argument
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/ |
H A D | QCameraQueue.h | 43 typedef bool (*match_fn)(void *data, void *user_data); typedef
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | nan.cpp | 367 typedef int (*match_fn)(void *p1, void *data); typedef
|