Searched refs:match_fn (Results 1 – 5 of 5) 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 174 NOT_FOR_YOU_assert_event_occurs(self, match_fn, at_least_times, timeout) 195 if match_fn(current_event): 213 match_fn, argument 225 if match_fn(current_event): 248 for match_fn in pending_matches: 249 if match_fn(current_event): 250 pending_matches.remove(match_fn) 251 matched_order.append(match_fn) 269 def NOT_FOR_YOU_assert_none_matching(istream, match_fn, timeout=timedelta(seconds=DEFAULT_TIMEOUT_S… argument [all …]
|
H A D | capture.py | 25 def __init__(self, match_fn, capture_fn=None): argument 26 self._match_fn = match_fn
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/ |
H A D | QCameraQueue.h | 43 typedef bool (*match_fn)(void *data, void *user_data); typedef 56 void flushNodes(match_fn match);
|
H A D | QCameraQueue.cpp | 385 void QCameraQueue::flushNodes(match_fn match){ in flushNodes()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | nan.cpp | 367 typedef int (*match_fn)(void *p1, void *data); typedef
|