Home
last modified time | relevance | path

Searched defs:CallbackContext (Results 1 – 7 of 7) sorted by relevance

/external/pigweed/pw_chrono_stl/public/pw_chrono_stl/
Dsystem_timer_native.h29 struct CallbackContext { struct
30 CallbackContext( in CallbackContext() function
34 const Function<void(SystemClock::time_point expired_deadline)> callback;
40 std::recursive_mutex mutex;
/external/android-nn-driver/
DArmnnDriverImpl.hpp36 struct CallbackContext struct
38 Callback callback;
39 Context ctx;
/external/pigweed/pw_rpc/fuzz/public/pw_rpc/fuzz/
Dengine.h266 struct CallbackContext { struct
267 size_t id;
268 Fuzzer* fuzzer;
/external/crosvm/win_util/src/
Ddll_notification.rs171 struct CallbackContext<F1, F2> struct
180 impl<F1, F2> CallbackContext<F1, F2> impl
/external/pigweed/pw_chrono_stl/
Dsystem_timer.cc22 using CallbackContext = backend::NativeSystemTimer::CallbackContext; typedef
/external/openthread/tests/unit/
Dtest_spinel_buffer.cpp63 struct CallbackContext struct
65 uint32_t mFrameAddedCount; // Number of times FrameAddedCallback is invoked.
66 uint32_t mFrameRemovedCount; // Number of times FrameRemovedCallback is invoked.
/external/cronet/base/trace_event/
Dtrace_event_etw_export_win.cc155 PVOID CallbackContext) { in EtwEnableCallback()