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;51 bool android_fdtrack_compare_exchange_hook(android_fdtrack_hook_t* expected, in android_fdtrack_compare_exchange_hook()52 android_fdtrack_hook_t value) { in android_fdtrack_compare_exchange_hook()
79 android_fdtrack_hook_t expected = nullptr; in ctor()86 android_fdtrack_hook_t expected = &fd_hook; in dtor()
40 extern "C" _Atomic(android_fdtrack_hook_t) __android_fdtrack_hook;
63 android_fdtrack_hook_t previous = nullptr; in FdtrackRun()64 android_fdtrack_hook_t hook = [](android_fdtrack_event* event) { in FdtrackRun()