OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__libc_android_log_event_int
(Results
1 - 3
of
3
) sorted by null
/system/core/liblog/tests/
libc_test.cpp
36
TEST(libc,
__libc_android_log_event_int
) {
48
__libc_android_log_event_int
(0, value);
/bionic/libc/private/
libc_logging.h
108
__LIBC_HIDDEN__ void
__libc_android_log_event_int
(int32_t tag, int value);
/bionic/libc/bionic/
libc_logging.cpp
604
void
__libc_android_log_event_int
(int32_t tag, int value) {
function
609
__libc_android_log_event_int
(tag, getuid());
Completed in 2821 milliseconds