Lines Matching refs:cookie
182 * the event, and the cookie provides a unique identifier for distinguishing
183 * simultaneous events. The name and cookie used to begin an event must be
186 #define ATRACE_ASYNC_BEGIN(name, cookie) \
187 atrace_async_begin(ATRACE_TAG, name, cookie)
189 int32_t cookie)
193 atrace_async_begin_body(name, cookie);
201 #define ATRACE_ASYNC_END(name, cookie) atrace_async_end(ATRACE_TAG, name, cookie)
202 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie)
206 atrace_async_end_body(name, cookie);