OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atrace_int64_body
(Results
1 - 4
of
4
) sorted by null
/system/core/libcutils/
trace-host.c
35
void
atrace_int64_body
(const char* name __unused, int64_t value __unused) { }
function
trace-dev.c
230
void
atrace_int64_body
(const char* name, int64_t value)
function
/system/core/libcutils/tests/
trace-dev_test.cpp
249
atrace_int64_body
("fake_name", 17179869183L);
262
atrace_int64_body
(name.c_str(), 17179869183L);
275
atrace_int64_body
(name.c_str(), 17179869183L);
285
atrace_int64_body
(name.c_str(), 17179869183L);
/system/core/include/cutils/
trace.h
248
void
atrace_int64_body
(const char*, int64_t);
249
atrace_int64_body
(name, value);
Completed in 273 milliseconds