Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_event_list.c44 } read_write_flag; member
57 context->read_write_flag = kAndroidLoggerWrite; in create_android_logger()
82 context->read_write_flag = kAndroidLoggerRead; in create_android_log_parser()
105 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_list_begin()
147 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_int32()
182 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_int64()
208 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_string8_len()
249 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_float32()
272 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_list_end()
309 if (!context || (kAndroidLoggerWrite != context->read_write_flag)) { in android_log_write_list()
[all …]