Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dmetrics.rs36 fn profile_connection_state_changed( in profile_connection_state_changed() function
101 pub fn profile_connection_state_changed( in profile_connection_state_changed() function
107 ffi::profile_connection_state_changed(addr, profile, status as u32, state); in profile_connection_state_changed()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs1223 metrics::profile_connection_state_changed( in dispatch_a2dp_callbacks()
1297 metrics::profile_connection_state_changed( in dispatch_avrcp_callbacks()
1304 metrics::profile_connection_state_changed( in dispatch_avrcp_callbacks()
1333 metrics::profile_connection_state_changed( in dispatch_avrcp_callbacks()
1340 metrics::profile_connection_state_changed( in dispatch_avrcp_callbacks()
1425 metrics::profile_connection_state_changed( in dispatch_hfp_callbacks()
3407 metrics::profile_connection_state_changed( in connect()
3417 metrics::profile_connection_state_changed( in connect()
3430 metrics::profile_connection_state_changed( in connect()
3440 metrics::profile_connection_state_changed( in connect()
[all …]
Dbluetooth.rs2747 metrics::profile_connection_state_changed( in connect_all_enabled_profiles()
2755 metrics::profile_connection_state_changed( in connect_all_enabled_profiles()
3093 metrics::profile_connection_state_changed( in connection_state()
/packages/modules/Bluetooth/system/gd/rust/topshim/metrics/
Dmetrics_shim.h41 void profile_connection_state_changed(RawAddress addr, uint32_t profile, uint32_t status, uint32_t …
Dmetrics_shim.cc55 void profile_connection_state_changed(RawAddress addr, uint32_t profile, uint32_t status, uint32_t … in profile_connection_state_changed() function