/system/core/libcutils/include_vndk/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 | 156 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) in atrace_is_tag_enabled() 166 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() 179 static inline void atrace_end(uint64_t tag) in atrace_end() 196 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin() 210 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() 223 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() 236 static inline void atrace_int64(uint64_t tag, const char* name, int64_t value) in atrace_int64()
|
/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 | 156 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) in atrace_is_tag_enabled() 166 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() 179 static inline void atrace_end(uint64_t tag) in atrace_end() 196 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin() 210 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() 223 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() 236 static inline void atrace_int64(uint64_t tag, const char* name, int64_t value) in atrace_int64()
|
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 231 bool Contains(keymaster_tag_t tag) const { in Contains() 244 bool Contains(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T val) const { in Contains() 252 bool Contains(TypedEnumTag<KM_ENUM, Tag, T> tag, T val) const { in Contains() 260 bool Contains(TypedTag<KM_UINT, Tag> tag, uint32_t val) const { in Contains() 269 inline bool GetTagValue(TypedTag<KM_UINT, T> tag, uint32_t* val) const { in GetTagValue() 279 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() 288 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const { in GetTagValue() 298 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue() 307 bool GetTagValue(TypedEnumTag<KM_ENUM, Tag, T> tag, T* val) const { in GetTagValue() 317 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue() [all …]
|
/system/core/liblog/ |
D | logger_write.cpp | 144 void __android_log_set_default_tag(const char* tag) { in __android_log_set_default_tag() 291 int __android_log_write(int prio, const char* tag, const char* msg) { in __android_log_write() 317 int __android_log_buf_write(int bufID, int prio, const char* tag, const char* msg) { in __android_log_buf_write() 330 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) { in __android_log_vprint() 347 int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() 367 int __android_log_buf_print(int bufID, int prio, const char* tag, const char* fmt, ...) { in __android_log_buf_print() 387 void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert() 416 int __android_log_bwrite(int32_t tag, const void* payload, size_t len) { in __android_log_bwrite() 429 int __android_log_stats_bwrite(int32_t tag, const void* payload, size_t len) { in __android_log_stats_bwrite() 442 int __android_log_security_bwrite(int32_t tag, const void* payload, size_t len) { in __android_log_security_bwrite() [all …]
|
/system/core/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 367 #define android_testLog(prio, tag) \ argument 371 #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/core/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 367 #define android_testLog(prio, tag) \ argument 371 #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
|
D | log.h | 88 #define android_bWriteLog(tag, payload, len) \ argument 90 #define android_btWriteLog(tag, type, payload, len) \ argument
|
/system/keymaster/android_keymaster/ |
D | authorization_set.cpp | 31 static inline bool is_blob_tag(keymaster_tag_t tag) { in is_blob_tag() 229 int AuthorizationSet::find(keymaster_tag_t tag, int begin) const { in find() 579 bool AuthorizationSet::GetTagValueEnum(keymaster_tag_t tag, uint32_t* val) const { in GetTagValueEnum() 588 bool AuthorizationSet::GetTagValueEnumRep(keymaster_tag_t tag, size_t instance, in GetTagValueEnumRep() 603 bool AuthorizationSet::GetTagValueInt(keymaster_tag_t tag, uint32_t* val) const { in GetTagValueInt() 612 bool AuthorizationSet::GetTagValueIntRep(keymaster_tag_t tag, size_t instance, in GetTagValueIntRep() 627 bool AuthorizationSet::GetTagValueLong(keymaster_tag_t tag, uint64_t* val) const { in GetTagValueLong() 636 bool AuthorizationSet::GetTagValueLongRep(keymaster_tag_t tag, size_t instance, in GetTagValueLongRep() 651 bool AuthorizationSet::GetTagValueDate(keymaster_tag_t tag, uint64_t* val) const { in GetTagValueDate() 660 bool AuthorizationSet::GetTagValueBlob(keymaster_tag_t tag, keymaster_blob_t* val) const { in GetTagValueBlob() [all …]
|
/system/core/liblog/tests/ |
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/keymaster/key_blob_utils/ |
D | auth_encrypted_key_blob.cpp | 33 const Buffer& nonce, const Buffer& tag, in SerializeAuthEncryptedBlob() 61 Buffer* tag) { in DeserializeUnversionedBlob() 86 Buffer* tag) { in DeserializeAuthEncryptedBlob()
|
/system/libbase/ |
D | logging.cpp | 216 void SetDefaultTag(const std::string& tag) { in SetDefaultTag() 239 const char* tag) { in KernelLogLine() 276 void KernelLogger(android::base::LogId, android::base::LogSeverity severity, const char* tag, in KernelLogger() 282 void StderrLogger(LogId, LogSeverity severity, const char* tag, const char* file, unsigned int line, in StderrLogger() 317 static void LogdLogChunk(LogId id, LogSeverity severity, const char* tag, const char* message) { in LogdLogChunk() 333 void LogdLogger::operator()(LogId id, LogSeverity severity, const char* tag, const char* file, in operator ()() 429 LogMessageData(const char* file, unsigned int line, LogSeverity severity, const char* tag, in LogMessageData() 475 const char* tag, int error) in LogMessage() 478 LogMessage::LogMessage(const char* file, unsigned int line, LogSeverity severity, const char* tag, in LogMessage() 520 void LogMessage::LogLine(const char* file, unsigned int line, LogSeverity severity, const char* tag, in LogLine() [all …]
|
D | logging_splitters_test.cpp | 72 void TestLogdChunkSplitter(const std::string& tag, const std::string& file, in TestLogdChunkSplitter() 136 std::string ReduceToMaxSize(const std::string& tag, const std::string& string) { in ReduceToMaxSize() 147 std::string tag = "tag"; in TEST() local 168 const char* tag = "tag"; in TEST() local 181 std::string tag = "tag"; in TEST() local 206 std::string tag = "tag"; in TEST() local 247 std::string tag = "tag"; in TEST() local 254 void TestStderrOutputGenerator(const char* tag, const char* file, int line, const char* message, in TestStderrOutputGenerator()
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.h | 58 bool contains(const AuthorizationSet& set, TypedEnumTag<KM_ENUM, Tag, KeymasterEnum> tag, in contains() 65 bool contains(const AuthorizationSet& set, TypedEnumTag<KM_ENUM_REP, Tag, KeymasterEnum> tag, in contains() 75 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT, Tag> tag, uint32_t val) { in contains() 81 bool contains(const AuthorizationSet& set, TypedTag<KM_UINT_REP, Tag> tag, uint32_t val) { in contains() 90 bool contains(const AuthorizationSet& set, TypedTag<KM_ULONG, Tag> tag, uint64_t val) { in contains() 96 bool contains(const AuthorizationSet& set, TypedTag<KM_BYTES, Tag> tag, const std::string& val) { in contains() 104 bool contains(const AuthorizationSet& set, TypedTag<KM_BIGNUM, Tag> tag, const std::string& val) { in contains() 111 inline bool contains(const AuthorizationSet& set, keymaster_tag_t tag) { in contains()
|
/system/core/libunwindstack/tests/ |
D | LogFake.cpp | 52 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() 60 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() 69 extern "C" int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) { in __android_log_vprint()
|
/system/media/camera/tests/ |
D | camera_metadata_tests_fake_vendor.h | 131 uint32_t tag) { in get_fakevendor_section_name() 141 uint32_t tag) { in get_fakevendor_tag_name() 152 uint32_t tag) { in get_fakevendor_tag_type() 178 unsigned int start, end, tag; in get_fakevendor_tags() local
|
/system/media/camera/docs/ |
D | metadata_validate.py | 105 def find_all_child_tags(element, tag): argument 133 def find_child_tag(element, tag): argument
|
/system/core/logd/ |
D | ChattyLogBufferTest.cpp | 23 bool regex = false) -> LogMessage { in TEST_P() 95 bool regex = false) -> LogMessage { in TEST_P() 139 auto make_message = [&](uint32_t sec, int32_t tag, int32_t count) -> LogMessage { in TEST_P() 207 const char* msg, bool regex = false) -> LogMessage { in TEST_P() 277 bool regex = false) -> LogMessage { in TEST_P()
|
D | LogTags.cpp | 136 void LogTags::AddEventLogTags(uint32_t tag, uid_t uid, const std::string& Name, in AddEventLogTags() 388 const char* android::tagToName(uint32_t tag) { in tagToName() 490 void LogTags::WritePmsgEventLogTags(uint32_t tag, uid_t uid) { in WritePmsgEventLogTags() 593 void LogTags::WriteDynamicEventLogTags(uint32_t tag, uid_t uid) { in WriteDynamicEventLogTags() 615 void LogTags::WriteDebugEventLogTags(uint32_t tag, uid_t uid) { in WriteDebugEventLogTags() 640 void LogTags::WritePersistEventLogTags(uint32_t tag, uid_t uid, in WritePersistEventLogTags() 795 std::string LogTags::formatEntry(uint32_t tag, uid_t uid, const char* name, in formatEntry() 809 std::string LogTags::formatEntry_locked(uint32_t tag, uid_t uid, in formatEntry_locked() 838 std::string LogTags::formatEntry(uint32_t tag, uid_t uid) { in formatEntry() 858 uint32_t tag = nameToTag(uid, name, format); in formatGetEventTag() local
|
/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/tools/sysprop/stub/android/util/ |
D | Log.java | 21 public static int d(String tag, String msg) { in d()
|
/system/keymaster/km_openssl/ |
D | wrapped_key.cpp | 43 const KeymasterKeyBlob& secure_key, const KeymasterBlob& tag, in build_wrapped_key() 84 KeymasterBlob* tag, AuthorizationSet* auth_list, in parse_wrapped_key()
|