Home
last modified time | relevance | path

Searched refs:DUMPSYS_TAG (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/main/shim/
H A Dacl.cc872 #define DUMPSYS_TAG "shim::acl" macro
889 #undef DUMPSYS_TAG
895 LOG_DUMPSYS_TITLE(fd, DUMPSYS_TAG); in DumpsysL2cap()
913 #undef DUMPSYS_TAG
918 LOG_DUMPSYS_TITLE(fd, DUMPSYS_TAG); in DumpsysAcl()
964 #undef DUMPSYS_TAG
973 LOG_DUMPSYS_TITLE(fd, DUMPSYS_TAG); in DumpsysHid()
995 #undef DUMPSYS_TAG
999 LOG_DUMPSYS_TITLE(fd, DUMPSYS_TAG); in DumpsysBtm()
1013 #undef DUMPSYS_TAG
[all …]
H A Ddumpsys.h25 dprintf(fd, "%s " fmt "\n", DUMPSYS_TAG, ##args); \