/system/keymaster/include/keymaster/ |
D | authorization_set.h | 208 bool Contains(keymaster_tag_t tag) const { in Contains() 221 bool Contains(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, T val) const { in Contains() 229 bool Contains(TypedEnumTag<KM_ENUM, Tag, T> tag, T val) const { in Contains() 237 bool Contains(TypedTag<KM_UINT, Tag> tag, uint32_t val) const { in Contains() 246 inline bool GetTagValue(TypedTag<KM_UINT, T> tag, uint32_t* val) const { in GetTagValue() 256 bool GetTagValue(TypedTag<KM_UINT_REP, Tag> tag, size_t instance, uint32_t* val) const { in GetTagValue() 265 inline bool GetTagValue(TypedTag<KM_ULONG, T> tag, uint64_t* val) const { in GetTagValue() 275 bool GetTagValue(TypedTag<KM_ULONG_REP, Tag> tag, size_t instance, uint64_t* val) const { in GetTagValue() 284 bool GetTagValue(TypedEnumTag<KM_ENUM, Tag, T> tag, T* val) const { in GetTagValue() 294 bool GetTagValue(TypedEnumTag<KM_ENUM_REP, Tag, T> tag, size_t instance, T* val) const { in GetTagValue() [all …]
|
/system/core/include/cutils/ |
D | klog.h | 43 #define KLOG_ERROR(tag,x...) klog_write(KLOG_ERROR_LEVEL, "<3>" tag ": " x) argument 44 #define KLOG_WARNING(tag,x...) klog_write(KLOG_WARNING_LEVEL, "<4>" tag ": " x) argument 45 #define KLOG_NOTICE(tag,x...) klog_write(KLOG_NOTICE_LEVEL, "<5>" tag ": " x) argument 46 #define KLOG_INFO(tag,x...) klog_write(KLOG_INFO_LEVEL, "<6>" tag ": " x) argument 47 #define KLOG_DEBUG(tag,x...) klog_write(KLOG_DEBUG_LEVEL, "<7>" tag ": " x) argument
|
D | trace.h | 165 static inline uint64_t atrace_is_tag_enabled(uint64_t tag) in atrace_is_tag_enabled() 175 static inline void atrace_begin(uint64_t tag, const char* name) in atrace_begin() 188 static inline void atrace_end(uint64_t tag) in atrace_end() 205 static inline void atrace_async_begin(uint64_t tag, const char* name, in atrace_async_begin() 219 static inline void atrace_async_end(uint64_t tag, const char* name, int32_t cookie) in atrace_async_end() 232 static inline void atrace_int(uint64_t tag, const char* name, int32_t value) in atrace_int() 245 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...) fprintf(stderr, "%s: " fmt "\n", tag, ## args) argument 45 #define LOG_VERBOSE(tag, fmt, args...) ALOG(LOG_VERBOSE, tag, fmt, ## args) argument 47 #define LOG_DEBUG(tag, fmt, args...) ALOG(LOG_DEBUG, tag, fmt, ## args ) argument 48 #define LOG_INFO(tag, fmt, args...) ALOG(LOG_INFO, tag, fmt, ## args) argument 49 #define LOG_WARN(tag, fmt, args...) ALOG(LOG_WARN, tag, fmt, ## args) argument 50 #define LOG_ERROR(tag, fmt, args...) ALOG(LOG_ERROR, tag, fmt, ## args) argument
|
/system/core/liblog/ |
D | logger_write.c | 219 const char *tag; in __write_to_log_daemon() local 263 const char *tag = vec[0].iov_base; in __write_to_log_daemon() local 347 LIBLOG_ABI_PUBLIC int __android_log_write(int prio, const char *tag, in __android_log_write() 354 const char *tag, const char *msg) in __android_log_buf_write() 395 LIBLOG_ABI_PUBLIC int __android_log_vprint(int prio, const char *tag, in __android_log_vprint() 405 LIBLOG_ABI_PUBLIC int __android_log_print(int prio, const char *tag, in __android_log_print() 419 const char *tag, in __android_log_buf_print() 432 LIBLOG_ABI_PUBLIC void __android_log_assert(const char *cond, const char *tag, in __android_log_assert() 458 LIBLOG_ABI_PUBLIC int __android_log_bwrite(int32_t tag, in __android_log_bwrite() 471 LIBLOG_ABI_PUBLIC int __android_log_security_bwrite(int32_t tag, in __android_log_security_bwrite() [all …]
|
D | log_event_write.c | 26 int tag, 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() 203 int AuthorizationSet::find(keymaster_tag_t tag, int begin) const { in find() 527 bool AuthorizationSet::GetTagValueEnum(keymaster_tag_t tag, uint32_t* val) const { in GetTagValueEnum() 536 bool AuthorizationSet::GetTagValueEnumRep(keymaster_tag_t tag, size_t instance, in GetTagValueEnumRep() 551 bool AuthorizationSet::GetTagValueInt(keymaster_tag_t tag, uint32_t* val) const { in GetTagValueInt() 560 bool AuthorizationSet::GetTagValueIntRep(keymaster_tag_t tag, size_t instance, in GetTagValueIntRep() 575 bool AuthorizationSet::GetTagValueLong(keymaster_tag_t tag, uint64_t* val) const { in GetTagValueLong() 584 bool AuthorizationSet::GetTagValueLongRep(keymaster_tag_t tag, size_t instance, in GetTagValueLongRep() 599 bool AuthorizationSet::GetTagValueDate(keymaster_tag_t tag, uint64_t* val) const { in GetTagValueDate() 608 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/include/log/ |
D | log.h | 452 #define ALOG(priority, tag, ...) \ argument 460 #define LOG_PRI(priority, tag, ...) \ argument 468 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 476 #define IF_ALOG(priority, tag) \ argument 617 #define android_printLog(prio, tag, fmt...) \ argument 620 #define android_vprintLog(prio, cond, tag, fmt...) \ argument 638 #define android_printAssert(cond, tag, fmt...) \ argument 642 #define android_writeLog(prio, tag, text) \ argument 645 #define android_bWriteLog(tag, payload, len) \ argument 647 #define android_btWriteLog(tag, type, payload, len) \ argument [all …]
|
/system/nativepower/daemon/ |
D | wake_lock_manager_stub.cc | 26 const std::string& tag, in ConstructRequestString() 47 const std::string& tag, in AddRequest()
|
D | wake_lock_manager.cc | 52 WakeLockManager::Request::Request(const std::string& tag, in Request() 83 const std::string& tag, in AddRequest()
|
D | power_manager.cc | 62 const String16& tag, in acquireWakeLock() 73 const String16& tag, in acquireWakeLockWithUid() 166 const String16& tag, in AddWakeLockRequest()
|
D | BnPowerManager.cc | 35 String16 tag = data.readString16(); in onTransact() local 44 String16 tag = data.readString16(); in onTransact() local
|
D | power_manager_stub.cc | 37 const std::string& tag, in ConstructWakeLockString() 76 const String16& tag, in acquireWakeLock() 87 const String16& tag, in acquireWakeLockWithUid()
|
/system/connectivity/shill/vpn/ |
D | openvpn_management_server.cc | 239 string tag = ParsePasswordTag(message); in ProcessNeedPasswordMessage() local 286 void OpenVPNManagementServer::PerformStaticChallenge(const string& tag) { in PerformStaticChallenge() 320 void OpenVPNManagementServer::PerformAuthentication(const string& tag) { in PerformAuthentication() 335 void OpenVPNManagementServer::SupplyTPMToken(const string& tag) { in SupplyTPMToken() 447 void OpenVPNManagementServer::SendUsername(const string& tag, in SendUsername() 453 void OpenVPNManagementServer::SendPassword(const string& tag, in SendPassword()
|
/system/vold/ |
D | Keymaster.h | 96 TypedTag<KM_BYTES, Tag> tag, in addStringParam() 102 inline void addStringParam(AuthorizationSetBuilder* params, TypedTag<KM_BYTES, Tag> tag, in addStringParam()
|
/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/liblog/tests/ |
D | liblog_test.cpp | 906 char tag[sizeof(max_payload_tag)]; in TEST() local 1023 char tag[sizeof(big_payload_tag)]; in TEST() local 1158 static bool checkPriForTag(AndroidLogFormat *p_format, const char *tag, android_LogPriority pri) { in checkPriForTag() 1164 static const char tag[] = "random"; in TEST() local 1228 static const char tag[] = "is_loggable"; in TEST() local 1540 int tag = get4LE(eventData); in TEST() local 1622 int tag = get4LE(eventData); in TEST() local 1708 int tag = get4LE(eventData); in TEST() local 1751 int tag = get4LE(eventData); in TEST() local 1830 int tag = get4LE(eventData); in TEST() local [all …]
|
/system/core/debuggerd/test/ |
D | log_fake.cpp | 48 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write() 56 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print()
|
/system/core/libutils/ |
D | Log.cpp | 24 LogIfSlow::LogIfSlow(const char* tag, android_LogPriority priority, in LogIfSlow()
|
/system/core/include/utils/ |
D | Trace.h | 47 inline ScopedTrace(uint64_t tag, const char* name) in ScopedTrace()
|
/system/nativepower/client/ |
D | wake_lock.cc | 27 WakeLock::WakeLock(const std::string& tag, in WakeLock()
|