Searched refs:atrace_async_end (Results 1 – 2 of 2) sorted by relevance
/system/core/libcutils/include_vndk/cutils/ |
D | trace.h | 220 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) 221 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() function
|
/system/core/libcutils/include/cutils/ |
D | trace.h | 220 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie) 221 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() function
|