OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atrace_async_begin_body
(Results
1 - 4
of
4
) sorted by null
/system/core/libcutils/
trace-host.c
32
void
atrace_async_begin_body
(const char* name __unused, int32_t cookie __unused) { }
function
trace-dev.c
215
void
atrace_async_begin_body
(const char* name, int32_t cookie)
function
/system/core/libcutils/tests/
trace-dev_test.cpp
102
atrace_async_begin_body
("fake_name", 12345);
115
atrace_async_begin_body
(name.c_str(), 12345);
128
atrace_async_begin_body
(name.c_str(), 12345);
138
atrace_async_begin_body
(name.c_str(), 12345);
/system/core/include/cutils/
trace.h
209
void
atrace_async_begin_body
(const char*, int32_t);
210
atrace_async_begin_body
(name, cookie);
Completed in 574 milliseconds