Home
last modified time | relevance | path

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

/system/bt/main/shim/
Dacl.cc877 LOG_DUMPSYS(fd, "%s", entry.c_str()); in DumpConnectionHistory()
880 LOG_DUMPSYS(fd, in DumpConnectionHistory()
886 LOG_DUMPSYS(fd, "%03u le acceptlist:%s", ++cnt, entry.ToString().c_str()); in DumpConnectionHistory()
899 LOG_DUMPSYS(fd, "link_state:%s", link_state_text(lcb.link_state).c_str()); in DumpsysL2cap()
900 LOG_DUMPSYS(fd, "handle:0x%04x", lcb.Handle()); in DumpsysL2cap()
904 LOG_DUMPSYS( in DumpsysL2cap()
926 LOG_DUMPSYS(fd, "remote_addr:%s handle:0x%04x transport:%s", in DumpsysAcl()
929 LOG_DUMPSYS(fd, " link_up_issued:%5s", in DumpsysAcl()
931 LOG_DUMPSYS(fd, " flush_timeout:0x%04x", link.flush_timeout_in_ticks); in DumpsysAcl()
932 LOG_DUMPSYS(fd, " link_supervision_timeout:%.3f sec", in DumpsysAcl()
[all …]
Ddumpsys.h23 #define LOG_DUMPSYS(fd, fmt, args...) \ macro