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
102 pub fn profile_connection_state_changed( in profile_connection_state_changed() function
108 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.rs1244 metrics::profile_connection_state_changed( in dispatch_a2dp_callbacks()
1338 metrics::profile_connection_state_changed( in dispatch_avrcp_callbacks()
1345 metrics::profile_connection_state_changed( in dispatch_avrcp_callbacks()
1391 metrics::profile_connection_state_changed( in dispatch_avrcp_callbacks()
1398 metrics::profile_connection_state_changed( in dispatch_avrcp_callbacks()
1502 metrics::profile_connection_state_changed( in dispatch_hfp_callbacks()
3355 metrics::profile_connection_state_changed( in connect()
3363 metrics::profile_connection_state_changed( in connect()
3375 metrics::profile_connection_state_changed( in connect()
3383 metrics::profile_connection_state_changed( in connect()
[all …]
Dbluetooth.rs1401 metrics::profile_connection_state_changed( in connect_profiles_internal()
1409 metrics::profile_connection_state_changed( in connect_profiles_internal()
3040 metrics::profile_connection_state_changed( in connection_state()
/packages/modules/Bluetooth/system/gd/rust/topshim/metrics/
Dmetrics_shim.h35 void profile_connection_state_changed(RawAddress addr, uint32_t profile, uint32_t status,
Dmetrics_shim.cc47 void profile_connection_state_changed(RawAddress addr, uint32_t profile, uint32_t status, in profile_connection_state_changed() function