Searched refs:__android_log_event_list (Results 1 – 5 of 5) sorted by relevance
162 class __android_log_event_list : public android_log_event_list {163 __android_log_event_list(const android_log_event_list&) = delete;164 void operator=(const __android_log_event_list&) = delete;167 explicit __android_log_event_list(int tag) : android_log_event_list(tag) { in __android_log_event_list() function169 explicit __android_log_event_list(log_msg& log_msg) in __android_log_event_list() function
119 friend class __android_log_event_list; variable
527 __android_log_event_list ctx(TAG_DEF_LOG_TAG); in WritePmsgEventLogTags()
3020 __android_log_event_list ctx(1005); in TEST()