Searched refs:android_fdtrack_hook_t (Results 1 – 5 of 5) sorted by relevance
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()
65 typedef void (*_Nullable android_fdtrack_hook_t)(struct android_fdtrack_event* _Nullable); typedef69 bool android_fdtrack_compare_exchange_hook(android_fdtrack_hook_t* _Nonnull expected,70 android_fdtrack_hook_t value) __INTRODUCED_IN(30);
40 extern "C" _Atomic(android_fdtrack_hook_t) __android_fdtrack_hook;
101 android_fdtrack_hook_t expected = nullptr; in ctor()110 android_fdtrack_hook_t expected = &fd_hook; in dtor()
72 android_fdtrack_hook_t previous = nullptr; in FdtrackRun()73 android_fdtrack_hook_t hook = [](android_fdtrack_event* event) { events.push_back(*event); }; in FdtrackRun()