/system/keymaster/include/keymaster/ |
D | authorization_set.h | 220 bool Contains(keymaster_tag_t tag) const { in Contains() 233 bool Contains(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T val) const { in Contains() 241 bool Contains(TypedEnumTag<KM_ENUM, Tag, T> tag, T val) const { in Contains() 249 bool Contains(TypedTag<KM_UINT, Tag> tag, uint32_t val) const { in Contains() 258 inline bool GetTagValue(TypedTag<KM_UINT, T> tag, uint32_t* val) const { in GetTagValue() 268 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() 277 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const { in GetTagValue() 287 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue() 296 bool GetTagValue(TypedEnumTag<KM_ENUM, Tag, T> tag, T* val) const { in GetTagValue() 306 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue() [all …]
|
/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 | 167 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) in atrace_is_tag_enabled() 177 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() 190 static inline void atrace_end(uint64_t tag) in atrace_end() 207 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin() 221 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() 234 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() 247 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 | 167 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) in atrace_is_tag_enabled() 177 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() 190 static inline void atrace_end(uint64_t tag) in atrace_end() 207 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin() 221 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() 234 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() 247 static inline void atrace_int64(uint64_t tag, const char* name, int64_t value) in atrace_int64()
|
/system/bt/osi/include/ |
D | log.h | 30 #define LOGWRAPPER(tag, fmt, args...) \ argument 53 #define LOG_VERBOSE(tag, fmt, args...) \ argument 58 #define LOG_VERBOSE(tag, fmt, args...) \ argument 65 #define LOG_DEBUG(tag, fmt, args...) \ argument 70 #define LOG_INFO(tag, fmt, args...) \ argument 75 #define LOG_WARN(tag, fmt, args...) \ argument 80 #define LOG_ERROR(tag, fmt, args...) \ argument
|
/system/core/liblog/include_vndk/log/ |
D | log_main.h | 59 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument 61 #define android_printLog(prio, tag, ...) \ argument 64 #define android_vprintLog(prio, cond, tag, ...) \ argument 71 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) argument 78 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 99 #define android_printAssert(cond, tag, ...) \ argument 307 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) argument 314 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) argument 357 #define android_testLog(prio, tag) \ argument 361 #define android_testLog(prio, tag) \ argument [all …]
|
/system/core/liblog/include/log/ |
D | log_main.h | 59 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument 61 #define android_printLog(prio, tag, ...) \ argument 64 #define android_vprintLog(prio, cond, tag, ...) \ argument 71 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) argument 78 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 99 #define android_printAssert(cond, tag, ...) \ argument 307 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) argument 314 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) argument 357 #define android_testLog(prio, tag) \ argument 361 #define android_testLog(prio, tag) \ argument [all …]
|
D | log.h | 97 #define android_bWriteLog(tag, payload, len) \ argument 99 #define android_btWriteLog(tag, type, payload, len) \ argument 182 #define android_errorWriteLog(tag, subTag) \ argument 185 #define android_errorWriteWithInfoLog(tag, subTag, uid, data, dataLen) \ argument
|
/system/core/liblog/ |
D | logger_write.c | 274 const char* tag; in __write_to_log_daemon() local 319 const char* tag = vec[0].iov_base; in __write_to_log_daemon() local 400 LIBLOG_ABI_PUBLIC int __android_log_write(int prio, const char* tag, in __android_log_write() 406 const char* tag, const char* msg) { in __android_log_buf_write() 441 LIBLOG_ABI_PUBLIC int __android_log_vprint(int prio, const char* tag, in __android_log_vprint() 450 LIBLOG_ABI_PUBLIC int __android_log_print(int prio, const char* tag, in __android_log_print() 463 const char* tag, const char* fmt, in __android_log_buf_print() 475 LIBLOG_ABI_PUBLIC void __android_log_assert(const char* cond, const char* tag, in __android_log_assert() 507 LIBLOG_ABI_PUBLIC int __android_log_bwrite(int32_t tag, const void* payload, in __android_log_bwrite() 519 LIBLOG_ABI_PUBLIC int __android_log_security_bwrite(int32_t tag, in __android_log_security_bwrite() [all …]
|
D | event_tag_map.cpp | 153 bool EventTagMap::emplaceUnique(uint32_t tag, const TagFmt& tagfmt, in emplaceUnique() 276 const char* tag = cp; in scanTagLine() local 490 static const TagFmt* __getEventTag(EventTagMap* map, unsigned int tag) { in __getEventTag() 532 unsigned int tag) { in android_lookupEventTag_len() 545 const EventTagMap* map, size_t* len, unsigned int tag) { in android_lookupEventFormat_len() 561 unsigned int tag) { in android_lookupEventTag()
|
D | log_event_write.c | 27 LIBLOG_ABI_PUBLIC int __android_log_error_write(int tag, const char* subTag, in __android_log_error_write()
|
/system/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() 553 bool AuthorizationSet::GetTagValueEnum(keymaster_tag_t tag, uint32_t* val) const { in GetTagValueEnum() 562 bool AuthorizationSet::GetTagValueEnumRep(keymaster_tag_t tag, size_t instance, in GetTagValueEnumRep() 577 bool AuthorizationSet::GetTagValueInt(keymaster_tag_t tag, uint32_t* val) const { in GetTagValueInt() 586 bool AuthorizationSet::GetTagValueIntRep(keymaster_tag_t tag, size_t instance, in GetTagValueIntRep() 601 bool AuthorizationSet::GetTagValueLong(keymaster_tag_t tag, uint64_t* val) const { in GetTagValueLong() 610 bool AuthorizationSet::GetTagValueLongRep(keymaster_tag_t tag, size_t instance, in GetTagValueLongRep() 625 bool AuthorizationSet::GetTagValueDate(keymaster_tag_t tag, uint64_t* val) const { in GetTagValueDate() 634 bool AuthorizationSet::GetTagValueBlob(keymaster_tag_t tag, keymaster_blob_t* val) const { in GetTagValueBlob() [all …]
|
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()
|
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()
|
D | keymaster_tags.cpp | 22 const char* StringifyTag(keymaster_tag_t tag) { in StringifyTag()
|
/system/core/libunwindstack/tests/ |
D | LogFake.cpp | 49 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() 57 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print() 66 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 | LogTags.cpp | 129 void LogTags::AddEventLogTags(uint32_t tag, uid_t uid, const std::string& Name, in AddEventLogTags() 383 const char* android::tagToName(uint32_t tag) { in tagToName() 502 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 639 uint32_t tag, in add_camera_metadata_entry_raw() 676 uint32_t tag, in add_camera_metadata_entry() 743 uint32_t tag, in find_camera_metadata_entry() 776 uint32_t tag, in find_camera_metadata_ro_entry() 902 const char *get_local_camera_metadata_section_name_vendor_id(uint32_t tag, in get_local_camera_metadata_section_name_vendor_id() 920 const char *get_local_camera_metadata_tag_name_vendor_id(uint32_t tag, in get_local_camera_metadata_tag_name_vendor_id() 940 int get_local_camera_metadata_tag_type_vendor_id(uint32_t tag, in get_local_camera_metadata_tag_type_vendor_id() 959 const char *get_camera_metadata_section_name(uint32_t tag) { in get_camera_metadata_section_name() 963 const char *get_camera_metadata_tag_name(uint32_t tag) { in get_camera_metadata_tag_name() [all …]
|
/system/core/liblog/tests/ |
D | liblog_test.cpp | 543 static const char tag[] = "TEST__android_log_buf_write"; in buf_write_test() local 1082 char tag[sizeof(max_payload_tag)]; in TEST() local 1219 char tag[sizeof(big_payload_tag)]; in TEST() local 1352 static bool checkPriForTag(AndroidLogFormat* p_format, const char* tag, in checkPriForTag() 1360 static const char tag[] = "random"; in TEST() local 1432 static const char tag[] = "is_loggable"; in TEST() local 2139 int tag = get4LE(eventData); in android_errorWriteWithInfoLog_helper() local 2298 int tag = get4LE(eventData); in android_errorWriteLog_helper() local 2351 int tag = get4LE(eventData); in android_errorWriteLog_helper() local 2568 static const char* event_test_int32(uint32_t tag, size_t& expected_len) { in event_test_int32() [all …]
|
/system/security/keystore/include/keystore/ |
D | keymaster_tags.h | 95 constexpr TagType typeFromTag(Tag tag) { in typeFromTag() 254 template <Tag tag> inline KeyParameter makeKeyParameter(TypedTag<TagType::BOOL, tag>) { in makeKeyParameter() argument
|
/system/core/debuggerd/libdebuggerd/test/ |
D | log_fake.cpp | 47 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() 55 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print()
|
/system/core/libutils/ |
D | Log.cpp | 25 const char* tag, android_LogPriority priority, int timeoutMillis, const char* message) in LogIfSlow()
|