Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc492 auto profile_state_pair = ToProfileConnectionState(profile, state); in ToProfileConnectionEvent() local
493 auto key = std::make_pair(addr, profile_state_pair.first); in ToProfileConnectionEvent()
494 event.profile = (int64_t)profile_state_pair.first; in ToProfileConnectionEvent()
496 switch ((ProfilesConnectionState)profile_state_pair.second) { in ToProfileConnectionEvent()