Home
last modified time | relevance | path

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

/system/logging/liblog/
Dlog_event_list.cpp44 ReadWriteFlag read_write_flag; member
50 context->read_write_flag = kAndroidLoggerWrite; in init_context()
66 context->read_write_flag = kAndroidLoggerRead; in init_parser_context()
111 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_reset()
123 if (!context || (kAndroidLoggerRead != context->read_write_flag)) { in android_log_parser_reset()
134 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_list_begin()
165 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_int32()
185 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_int64()
205 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_string8_len()
240 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_float32()
[all …]
/system/core/libstats/push_compat/
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()