Searched refs:fd_hook (Results 1 – 1 of 1) sorted by relevance
65 static void fd_hook(android_fdtrack_event* event);110 installed = android_fdtrack_compare_exchange_hook(&expected, &fd_hook); in ctor()118 android_fdtrack_hook_t expected = &fd_hook; in dtor()130 static void fd_hook(android_fdtrack_event* event) { in fd_hook() function