Searched refs:android_fdtrack_hook_t (Results 1 – 5 of 5) sorted by relevance
62 typedef void (*android_fdtrack_hook_t)(struct android_fdtrack_event*); typedef65 bool android_fdtrack_compare_exchange_hook(android_fdtrack_hook_t* expected, android_fdtrack_hook_t…
38 _Atomic(android_fdtrack_hook_t) __android_fdtrack_hook;57 bool android_fdtrack_compare_exchange_hook(android_fdtrack_hook_t* expected, in android_fdtrack_compare_exchange_hook()58 android_fdtrack_hook_t value) { in android_fdtrack_compare_exchange_hook()
40 extern "C" _Atomic(android_fdtrack_hook_t) __android_fdtrack_hook;
93 android_fdtrack_hook_t expected = nullptr; in ctor()102 android_fdtrack_hook_t expected = &fd_hook; in dtor()
70 android_fdtrack_hook_t previous = nullptr; in FdtrackRun()71 android_fdtrack_hook_t hook = [](android_fdtrack_event* event) { events.push_back(*event); }; in FdtrackRun()