Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.h203 struct ProfileConnectionEvent { struct
222 ProfileConnectionEvent ToProfileConnectionEvent(std::string addr, uint32_t profile, uint32_t status…
Dmetrics_event.cc486 ProfileConnectionEvent ToProfileConnectionEvent(std::string addr, uint32_t profile, uint32_t status… in ToProfileConnectionEvent()
487 ProfileConnectionEvent event; in ToProfileConnectionEvent()
Dmetrics.cc193 ProfileConnectionEvent event = ToProfileConnectionEvent(addr_string, profile, status, state); in LogMetricsProfileConnectionStateChanged()