Home
last modified time | relevance | path

Searched refs:PendingAclConnectAttemptEvent (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.h235 void PendingAclConnectAttemptEvent(std::string addr, int64_t time, uint32_t acl_state);
Dmetrics.cc221 PendingAclConnectAttemptEvent(addr_string, boot_time, acl_state); in LogMetricsAclConnectAttempt()
Dmetrics_event.cc599 void PendingAclConnectAttemptEvent(std::string addr, int64_t time, uint32_t acl_state) { in PendingAclConnectAttemptEvent() function