Home
last modified time | relevance | path

Searched defs:CallbackContext (Results 1 – 3 of 3) 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.hpp33 struct CallbackContext struct
35 Callback callback;
36 Context ctx;
/external/pigweed/pw_chrono_stl/
Dsystem_timer.cc22 using CallbackContext = backend::NativeSystemTimer::CallbackContext; typedef