Searched refs:atrace_async_begin_body (Results 1 – 6 of 6) sorted by relevance
/system/core/libcutils/ |
D | trace-host.cpp | 29 void atrace_async_begin_body(const char* /*name*/, int32_t /*cookie*/) {} in atrace_async_begin_body() function
|
D | trace-dev.cpp | 82 void atrace_async_begin_body(const char* name, int32_t cookie) in atrace_async_begin_body() function
|
D | trace-dev_test.cpp | 101 atrace_async_begin_body("fake_name", 12345); in TEST_F() 114 atrace_async_begin_body(name.c_str(), 12345); in TEST_F() 127 atrace_async_begin_body(name.c_str(), 12345); in TEST_F() 137 atrace_async_begin_body(name.c_str(), 12345); in TEST_F()
|
D | trace-container.cpp | 208 void atrace_async_begin_body(const char* name, int32_t cookie) in atrace_async_begin_body() function
|
/system/core/libcutils/include/cutils/ |
D | trace.h | 193 void atrace_async_begin_body(const char*, int32_t); in atrace_async_begin() 194 atrace_async_begin_body(name, cookie); in atrace_async_begin()
|
/system/core/libcutils/include_outside_system/cutils/ |
D | trace.h | 193 void atrace_async_begin_body(const char*, int32_t); in atrace_async_begin() 194 atrace_async_begin_body(name, cookie); in atrace_async_begin()
|