Home
last modified time | relevance | path

Searched refs:android_fdtrack_hook_t (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/platform/bionic/
Dfdtrack.h62 typedef void (*android_fdtrack_hook_t)(struct android_fdtrack_event*); typedef
65 bool android_fdtrack_compare_exchange_hook(android_fdtrack_hook_t* expected, android_fdtrack_hook_t
/bionic/libc/bionic/
Dfdtrack.cpp38 _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()
/bionic/libfdtrack/
Dfdtrack.cpp79 android_fdtrack_hook_t expected = nullptr; in ctor()
86 android_fdtrack_hook_t expected = &fd_hook; in dtor()
/bionic/libc/private/
Dbionic_fdtrack.h40 extern "C" _Atomic(android_fdtrack_hook_t) __android_fdtrack_hook;
/bionic/tests/
Dfdtrack_test.cpp63 android_fdtrack_hook_t previous = nullptr; in FdtrackRun()
64 android_fdtrack_hook_t hook = [](android_fdtrack_event* event) { in FdtrackRun()