Home
last modified time | relevance | path

Searched refs:tag (Results 326 – 339 of 339) sorted by relevance

1...<<11121314

/system/tools/hidl/
DgenerateCpp.cpp631 void AST::generateCppTag(Formatter& out, const std::string& tag) const { in generateCppTag()
632 out << "typedef " << tag << " _hidl_tag;\n\n"; in generateCppTag()
/system/sepolicy/prebuilts/api/30.0/private/
Dseapp_contexts34 # seinfo= matches aginst the seinfo tag for the app, determined from
/system/sepolicy/prebuilts/api/32.0/private/
Dseapp_contexts34 # seinfo= matches aginst the seinfo tag for the app, determined from
Dproperty_contexts44 log.tag u:object_r:log_tag_prop:s0
45 log.tag.WifiHAL u:object_r:wifi_log_prop:s0
63 persist.log.tag u:object_r:log_tag_prop:s0
/system/sepolicy/private/
Dseapp_contexts34 # seinfo= matches aginst the seinfo tag for the app, determined from
Dproperty_contexts44 log.tag u:object_r:log_tag_prop:s0
45 log.tag.WifiHAL u:object_r:wifi_log_prop:s0
63 persist.log.tag u:object_r:log_tag_prop:s0
/system/sepolicy/prebuilts/api/31.0/private/
Dseapp_contexts34 # seinfo= matches aginst the seinfo tag for the app, determined from
Dproperty_contexts44 log.tag u:object_r:log_tag_prop:s0
45 log.tag.WifiHAL u:object_r:wifi_log_prop:s0
63 persist.log.tag u:object_r:log_tag_prop:s0
/system/media/camera/src/
Dcamera_metadata_tag_info.c931 int camera_metadata_enum_snprint(uint32_t tag, in camera_metadata_enum_snprint() argument
938 switch(tag) { in camera_metadata_enum_snprint()
3466 int camera_metadata_enum_value(uint32_t tag, in camera_metadata_enum_value() argument
3477 switch(tag) { in camera_metadata_enum_value()
/system/security/keystore2/src/
Denforcements.rs591 && op_params.iter().any(|kp| kp.tag == Tag::NONCE) in authorize_create()
/system/logging/logcat/
Dlogcat.cpp212 if (android_log_shouldPrintLine(logformat_.get(), std::string(entry.tag, entry.tagLen).c_str(), in ProcessBuffer()
/system/memory/lmkd/
Dlmkd.cpp1015 static bool parse_status_tag(char *buf, const char *tag, int64_t *out) { in parse_status_tag() argument
1018 pos = strstr(pos, tag); in parse_status_tag()
1030 pos += strlen(tag); in parse_status_tag()
/system/keymaster/tests/
Dandroid_keymaster_test.cpp46 int __android_log_print(int prio, const char* tag, const char* fmt);
47 int __android_log_print(int prio, const char* tag, const char* fmt) { in __android_log_print() argument
48 (void)prio, (void)tag, (void)fmt; in __android_log_print()
/system/core/init/
DREADME.md207 this tag should be used multiple times. An example of an entry for a HIDL

1...<<11121314