Home
last modified time | relevance | path

Searched refs:android_logger_get_id (Results 1 – 4 of 4) sorted by relevance

/system/core/include/log/
Dlogger.h157 log_id_t android_logger_get_id(struct logger *logger);
/system/core/liblog/
DREADME63 log_id_t android_logger_get_id(struct logger *logger)
134 sion respectively. android_logger_get_id returns the id that was used
Dlogger_read.c54 LIBLOG_ABI_PUBLIC log_id_t android_logger_get_id(struct logger *logger) in android_logger_get_id() function
/system/core/liblog/tests/
Dliblog_test.cpp1136 EXPECT_EQ(id, android_logger_get_id(logger)); in TEST()