Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp200 #define RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK(func_ptr, ...) \ argument
202 func_ptr(__VA_ARGS__); \
206 #define RUN_SLOW_FUNCTION_AND_LOG(log_title, func_ptr, ...) \ argument
209 func_ptr(__VA_ARGS__); \
214 #define RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK_AND_LOG(log_title, func_ptr, ...) \ argument
216 RUN_SLOW_FUNCTION_AND_LOG(log_title, func_ptr, __VA_ARGS__); \