Home
last modified time | relevance | path

Searched refs:kAndroidLoggerWrite (Results 1 – 2 of 2) sorted by relevance

/system/core/liblog/
Dlog_event_list.cpp34 kAndroidLoggerWrite = 2, enumerator
57 context->read_write_flag = kAndroidLoggerWrite; in init_context()
121 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_reset()
151 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_list_begin()
192 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_int32()
226 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_int64()
250 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_string8_len()
289 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_float32()
312 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_list_end()
348 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_list()
[all …]
/system/core/libstats/
Dstats_event_list.c36 kAndroidLoggerWrite = 2, enumerator
57 context->read_write_flag = kAndroidLoggerWrite; in reset_log_context()
74 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in stats_write_list()
212 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_char_array()