| /system/extras/libatrace_rust/bindgen/ |
| D | cutils_trace_wrap.c | 19 void atrace_begin_wrap(uint64_t tag, const char* name) { in atrace_begin_wrap() 23 void atrace_end_wrap(uint64_t tag) { in atrace_end_wrap() 27 uint64_t atrace_is_tag_enabled_wrap(uint64_t tag) { in atrace_is_tag_enabled_wrap() 31 void atrace_async_begin_wrap(uint64_t tag, const char* name, int32_t cookie) { in atrace_async_begin_wrap() 35 void atrace_async_end_wrap(uint64_t tag, const char* name, int32_t cookie) { in atrace_async_end_wrap() 39 void atrace_async_for_track_begin_wrap(uint64_t tag, const char* track_name, const char* name, in atrace_async_for_track_begin_wrap() 44 void atrace_async_for_track_end_wrap(uint64_t tag, const char* track_name, int32_t cookie) { in atrace_async_for_track_end_wrap() 48 void atrace_instant_wrap(uint64_t tag, const char* name) { in atrace_instant_wrap() 52 void atrace_instant_for_track_wrap(uint64_t tag, const char* track_name, const char* name) { in atrace_instant_for_track_wrap() 56 void atrace_int_wrap(uint64_t tag, const char* name, int32_t value) { in atrace_int_wrap() [all …]
|
| /system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/nanoapp/ |
| D | log.h | 49 #define CHRE_LOG_TAG(level, tag, fmt, ...) \ argument 62 #define CHRE_LOG_TAG(level, tag, fmt, ...) \ argument 72 #define LOGE_TAG(tag, fmt, ...) \ argument 75 #define LOGE_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument 80 #define LOGW_TAG(tag, fmt, ...) \ argument 83 #define LOGW_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument 88 #define LOGI_TAG(tag, fmt, ...) \ argument 91 #define LOGI_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument 96 #define LOGD_TAG(tag, fmt, ...) \ argument 99 #define LOGD_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument [all …]
|
| /system/chre/util/include/chre/util/nanoapp/ |
| D | log.h | 49 #define CHRE_LOG_TAG(level, tag, fmt, ...) \ argument 62 #define CHRE_LOG_TAG(level, tag, fmt, ...) \ argument 72 #define LOGE_TAG(tag, fmt, ...) \ argument 75 #define LOGE_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument 80 #define LOGW_TAG(tag, fmt, ...) \ argument 83 #define LOGW_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument 88 #define LOGI_TAG(tag, fmt, ...) \ argument 91 #define LOGI_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument 96 #define LOGD_TAG(tag, fmt, ...) \ argument 99 #define LOGD_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument [all …]
|
| /system/keymaster/include/keymaster/ |
| D | authorization_set.h | 225 bool Contains(keymaster_tag_t tag) const { return find(tag) != -1; } in Contains() 236 bool Contains(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T val) const { in Contains() 244 bool Contains(TypedEnumTag<KM_ENUM, Tag, T> tag, T val) const { in Contains() 251 template <keymaster_tag_t Tag> bool Contains(TypedTag<KM_UINT, Tag> tag, uint32_t val) const { in Contains() 260 inline bool GetTagValue(TypedTag<KM_UINT, T> tag, uint32_t* val) const { in GetTagValue() 270 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() 279 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const { in GetTagValue() 289 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue() 298 bool GetTagValue(TypedEnumTag<KM_ENUM, Tag, T> tag, T* val) const { in GetTagValue() 308 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue() [all …]
|
| /system/core/libcutils/include_outside_system/cutils/ |
| D | klog.h | 40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) argument 41 #define KLOG_WARNING(tag,x...) klog_write(KLOG_WARNING_LEVEL, "<4>" tag ": " x) argument 42 #define KLOG_NOTICE(tag,x...) klog_write(KLOG_NOTICE_LEVEL, "<5>" tag ": " x) argument 43 #define KLOG_INFO(tag,x...) klog_write(KLOG_INFO_LEVEL, "<6>" tag ": " x) argument 44 #define KLOG_DEBUG(tag,x...) klog_write(KLOG_DEBUG_LEVEL, "<7>" tag ": " x) argument
|
| D | trace.h | 179 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) in atrace_is_tag_enabled() 189 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() 201 static inline void atrace_end(uint64_t tag) in atrace_end() 217 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin() 230 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() 247 static inline void atrace_async_for_track_begin(uint64_t tag, const char* track_name, in atrace_async_for_track_begin() 260 static inline void atrace_async_for_track_end(uint64_t tag, const char* track_name, in atrace_async_for_track_end() 277 static inline void atrace_instant(uint64_t tag, const char* name) { in atrace_instant() 292 static inline void atrace_instant_for_track(uint64_t tag, const char* track_name, in atrace_instant_for_track() 304 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() [all …]
|
| /system/core/libcutils/include/cutils/ |
| D | klog.h | 40 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) argument 41 #define KLOG_WARNING(tag,x...) klog_write(KLOG_WARNING_LEVEL, "<4>" tag ": " x) argument 42 #define KLOG_NOTICE(tag,x...) klog_write(KLOG_NOTICE_LEVEL, "<5>" tag ": " x) argument 43 #define KLOG_INFO(tag,x...) klog_write(KLOG_INFO_LEVEL, "<6>" tag ": " x) argument 44 #define KLOG_DEBUG(tag,x...) klog_write(KLOG_DEBUG_LEVEL, "<7>" tag ": " x) argument
|
| D | trace.h | 179 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) in atrace_is_tag_enabled() 189 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() 201 static inline void atrace_end(uint64_t tag) in atrace_end() 217 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin() 230 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() 247 static inline void atrace_async_for_track_begin(uint64_t tag, const char* track_name, in atrace_async_for_track_begin() 260 static inline void atrace_async_for_track_end(uint64_t tag, const char* track_name, in atrace_async_for_track_end() 277 static inline void atrace_instant(uint64_t tag, const char* name) { in atrace_instant() 292 static inline void atrace_instant_for_track(uint64_t tag, const char* track_name, in atrace_instant_for_track() 304 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() [all …]
|
| /system/keymaster/tests/ |
| D | android_keymaster_test_utils.h | 42 bool contains(const AuthorizationSet& set, TypedEnumTag<KM_ENUM, Tag, KeymasterEnum> tag, in contains() 49 bool contains(const AuthorizationSet& set, TypedEnumTag<KM_ENUM_REP, Tag, KeymasterEnum> tag, in contains() 58 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT, Tag> tag, uint32_t val) { in contains() 64 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT_REP, Tag> tag, uint32_t val) { in contains() 72 bool contains(const AuthorizationSet& set, TypedTag<KM_ULONG, Tag> tag, uint64_t val) { in contains() 78 bool contains(const AuthorizationSet& set, TypedTag<KM_BYTES, Tag> tag, const std::string& val) { in contains() 85 bool contains(const AuthorizationSet& set, TypedTag<KM_BIGNUM, Tag> tag, const std::string& val) { in contains() 91 inline bool contains(const AuthorizationSet& set, keymaster_tag_t tag) { in contains()
|
| /system/logging/liblog/ |
| D | logger_write.cpp | 156 void __android_log_set_default_tag(const char* tag) { in __android_log_set_default_tag() 276 const char* tag = log_message->tag ? log_message->tag : " nullptr"; in filestream_logger() local 359 int __android_log_write(int prio, const char* tag, const char* msg) { in __android_log_write() 385 int __android_log_buf_write(int log_id, int prio, const char* tag, const char* msg) { in __android_log_buf_write() 398 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) { in __android_log_vprint() 415 int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() 435 int __android_log_buf_print(int log_id, int prio, const char* tag, const char* fmt, ...) { in __android_log_buf_print() 455 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert() 484 int __android_log_bwrite(int32_t tag, const void* payload, size_t len) { in __android_log_bwrite() 497 int __android_log_stats_bwrite(int32_t tag, const void* payload, size_t len) { in __android_log_stats_bwrite() [all …]
|
| /system/logging/liblog/include/log/ |
| D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument 84 #define android_printLog(prio, tag, ...) \ argument 87 #define android_vprintLog(prio, cond, tag, ...) \ argument 94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) argument 101 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 122 #define android_printAssert(cond, tag, ...) \ argument 336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) argument 343 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) argument 358 #define android_testLog(prio, tag) \ argument 361 #define android_testLog(prio, tag) \ argument
|
| D | log_safetynet.h | 25 #define android_errorWriteLog(tag, subTag) \ argument 28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
|
| /system/logging/liblog/include_vndk/log/ |
| D | log_main.h | 82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument 84 #define android_printLog(prio, tag, ...) \ argument 87 #define android_vprintLog(prio, cond, tag, ...) \ argument 94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) argument 101 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 122 #define android_printAssert(cond, tag, ...) \ argument 336 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) argument 343 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) argument 358 #define android_testLog(prio, tag) \ argument 361 #define android_testLog(prio, tag) \ argument
|
| D | log_safetynet.h | 25 #define android_errorWriteLog(tag, subTag) \ argument 28 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
|
| /system/keymaster/android_keymaster/ |
| D | authorization_set.cpp | 29 static inline bool is_blob_tag(keymaster_tag_t tag) { in is_blob_tag() 216 int AuthorizationSet::find(keymaster_tag_t tag, int begin) const { in find() 557 bool AuthorizationSet::GetTagValueEnum(keymaster_tag_t tag, uint32_t* val) const { in GetTagValueEnum() 566 bool AuthorizationSet::GetTagValueEnumRep(keymaster_tag_t tag, size_t instance, in GetTagValueEnumRep() 581 bool AuthorizationSet::GetTagValueInt(keymaster_tag_t tag, uint32_t* val) const { in GetTagValueInt() 590 bool AuthorizationSet::GetTagValueIntRep(keymaster_tag_t tag, size_t instance, in GetTagValueIntRep() 605 bool AuthorizationSet::GetTagValueLong(keymaster_tag_t tag, uint64_t* val) const { in GetTagValueLong() 614 bool AuthorizationSet::GetTagValueLongRep(keymaster_tag_t tag, size_t instance, in GetTagValueLongRep() 629 bool AuthorizationSet::GetTagValueDate(keymaster_tag_t tag, uint64_t* val) const { in GetTagValueDate() 638 bool AuthorizationSet::GetTagValueBlob(keymaster_tag_t tag, keymaster_blob_t* val) const { in GetTagValueBlob() [all …]
|
| /system/logging/liblog/tests/ |
| D | liblog_global_state.cpp | 35 unsigned int line, const char* message) { in TEST() 86 unsigned int line, const char* message) { in TEST() 157 std::string tag = LOG_TAG; in UniqueLogTag() local 163 auto tag = UniqueLogTag(); in TEST() local 170 auto tag = UniqueLogTag(); in TEST() local 198 auto tag = UniqueLogTag(); in TEST() local 222 auto tag = UniqueLogTag(); in TEST() local
|
| D | liblog_default_tag.cpp | 40 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST() 58 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST() 76 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST() 94 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST() 113 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST() 139 SetLogger([&](LogId, LogSeverity, const char* tag, const char*, unsigned int, const char*) { in TEST()
|
| /system/libbase/ |
| D | logging.cpp | 217 void SetDefaultTag(const std::string& tag) { in SetDefaultTag() 239 const char* tag) { in KernelLogLine() 278 void KernelLogger(android::base::LogId, android::base::LogSeverity severity, const char* tag, in KernelLogger() 284 void StderrLogger(LogId, LogSeverity severity, const char* tag, const char* file, unsigned int line, in StderrLogger() 322 static void LogdLogChunk(LogId id, LogSeverity severity, const char* tag, const char* message) { in LogdLogChunk() 337 void LogdLogger::operator()(LogId id, LogSeverity severity, const char* tag, const char* file, in operator ()() 434 LogMessageData(const char* file, unsigned int line, LogSeverity severity, const char* tag, in LogMessageData() 480 const char* tag, int error) in LogMessage() 483 LogMessage::LogMessage(const char* file, unsigned int line, LogSeverity severity, const char* tag, in LogMessage() 524 void LogMessage::LogLine(const char* file, unsigned int line, LogSeverity severity, const char* tag, in LogLine() [all …]
|
| /system/chre/apps/nearby/third_party/nanopb/ |
| D | pb.h | 242 pb_size_t tag; member 428 #define PB_REQUIRED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 438 #define PB_OPTIONAL_STATIC(tag, st, m, fd, ltype, ptr) \ argument 447 #define PB_SINGULAR_STATIC(tag, st, m, fd, ltype, ptr) \ argument 458 #define PB_REPEATED_STATIC(tag, st, m, fd, ltype, ptr) \ argument 468 #define PB_REQUIRED_POINTER(tag, st, m, fd, ltype, ptr) \ argument 479 #define PB_OPTIONAL_POINTER(tag, st, m, fd, ltype, ptr) \ argument 489 #define PB_SINGULAR_POINTER(tag, st, m, fd, ltype, ptr) \ argument 499 #define PB_REPEATED_POINTER(tag, st, m, fd, ltype, ptr) \ argument 509 #define PB_REQUIRED_CALLBACK(tag, st, m, fd, ltype, ptr) \ argument [all …]
|
| /system/extras/profcollectd/binder/com/android/server/profcollect/ |
| D | IProfCollectd.aidl | 23 void trace_system(@utf8InCpp String tag); in trace_system() 24 void trace_process(@utf8InCpp String tag, @utf8InCpp String processes, float duration); in trace_process()
|
| /system/keymaster/ng/ |
| D | KeyMintAidlUtils.cpp | 36 auto tag = params[i].tag; in kmParamSet2Aidl() local 81 auto tag = legacy_enum_conversion(keyParams[i].tag); in aidlKeyParams2Km() local
|
| D | KeyMintUtils.cpp | 85 auto tag = km_utils::legacy_enum_conversion(param.tag); in aidlEnumParam2Km() local 142 auto tag = legacy_enum_conversion(param.tag); in kmParam2Aidl() local 197 auto tag = legacy_enum_conversion(param.tag); in aidlKeyParams2Km() local
|
| /system/security/keystore2/src/km_compat/ |
| D | parameter_conversion_test.cpp | 73 #define TEST_KEY_PARAMETER_CONVERSION_V4_0(tag) \ argument 83 #define TEST_KEY_PARAMETER_CONVERSION_V4_1(tag) \ argument
|
| /system/media/camera/src/ |
| D | camera_metadata.c | 46 uint32_t tag; member 673 uint32_t tag, in add_camera_metadata_entry_raw() 710 uint32_t tag, in add_camera_metadata_entry() 777 uint32_t tag, in find_camera_metadata_entry() 810 uint32_t tag, in find_camera_metadata_ro_entry() 936 const char *get_local_camera_metadata_section_name_vendor_id(uint32_t tag, in get_local_camera_metadata_section_name_vendor_id() 954 const char *get_local_camera_metadata_tag_name_vendor_id(uint32_t tag, in get_local_camera_metadata_tag_name_vendor_id() 974 int get_local_camera_metadata_tag_type_vendor_id(uint32_t tag, in get_local_camera_metadata_tag_type_vendor_id() 993 const char *get_camera_metadata_section_name(uint32_t tag) { in get_camera_metadata_section_name() 997 const char *get_camera_metadata_tag_name(uint32_t tag) { in get_camera_metadata_tag_name() [all …]
|
| /system/logging/logd/ |
| D | LogTags.cpp | 137 void LogTags::AddEventLogTags(uint32_t tag, uid_t uid, const std::string& Name, in AddEventLogTags() 389 const char* android::tagToName(uint32_t tag) { in tagToName() 491 void LogTags::WritePmsgEventLogTags(uint32_t tag, uid_t uid) { in WritePmsgEventLogTags() 594 void LogTags::WriteDynamicEventLogTags(uint32_t tag, uid_t uid) { in WriteDynamicEventLogTags() 616 void LogTags::WriteDebugEventLogTags(uint32_t tag, uid_t uid) { in WriteDebugEventLogTags() 641 void LogTags::WritePersistEventLogTags(uint32_t tag, uid_t uid, in WritePersistEventLogTags() 791 std::string LogTags::formatEntry(uint32_t tag, uid_t uid, const char* name, in formatEntry() 805 std::string LogTags::formatEntry_locked(uint32_t tag, uid_t uid, in formatEntry_locked() 834 std::string LogTags::formatEntry(uint32_t tag, uid_t uid) { in formatEntry() 854 uint32_t tag = nameToTag(uid, name, format); in formatGetEventTag() local
|