OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atrace_async_end_body
(Results
1 - 4
of
4
) sorted by null
/system/core/libcutils/
trace-host.c
33
void
atrace_async_end_body
(const char* name __unused, int32_t cookie __unused) { }
function
trace-dev.c
220
void
atrace_async_end_body
(const char* name, int32_t cookie)
function
/system/core/libcutils/tests/
trace-dev_test.cpp
151
atrace_async_end_body
("fake_name", 12345);
164
atrace_async_end_body
(name.c_str(), 12345);
177
atrace_async_end_body
(name.c_str(), 12345);
187
atrace_async_end_body
(name.c_str(), 12345);
/system/core/include/cutils/
trace.h
222
void
atrace_async_end_body
(const char*, int32_t);
223
atrace_async_end_body
(name, cookie);
Completed in 240 milliseconds