Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_event_list.cpp46 ReadWriteFlag read_write_flag; member
57 context->read_write_flag = kAndroidLoggerWrite; in init_context()
73 context->read_write_flag = kAndroidLoggerRead; in init_parser_context()
121 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_reset()
136 if (!context || (kAndroidLoggerRead != context->read_write_flag)) { in android_log_parser_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()
[all …]
/system/core/libstats/
Dstats_event_list.c37 } read_write_flag; member
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()