/packages/modules/Bluetooth/system/btif/src/ |
D | btif_metrics_logging.cc | 85 android::bluetooth::SocketConnectionstateEnum connection_state, in log_socket_connection_state() argument 89 address, port, type, connection_state, tx_bytes, rx_bytes, uid, in log_socket_connection_state()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_metrics_api.h | 292 android::bluetooth::SocketConnectionstateEnum connection_state, 304 android::bluetooth::SocketConnectionstateEnum connection_state, in operator() 307 body(raw_address, port, type, connection_state, tx_bytes, rx_bytes, uid, in operator()
|
D | mock_main_shim_metrics_api.cc | 177 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument 182 raw_address, port, type, connection_state, tx_bytes, rx_bytes, uid, in LogMetricSocketConnectionState()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | metrics_api.cc | 150 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument 155 address, port, type, connection_state, tx_bytes, rx_bytes, uid, in LogMetricSocketConnectionState()
|
D | metrics_api.h | 238 android::bluetooth::SocketConnectionstateEnum connection_state,
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 371 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument 386 connection_state, in LogMetricSocketConnectionState() 400 connection_state, in LogMetricSocketConnectionState()
|
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | device_groups.cc | 1827 auto connection_state = device_iter.lock()->GetConnectionState(); in Disable() local 1838 if (connection_state == DeviceConnectState::CONNECTING_AUTOCONNECT) { in Disable() 1853 auto connection_state = device_iter.lock()->GetConnectionState(); in Enable() local 1861 if (connection_state == DeviceConnectState::DISCONNECTED) { in Enable() 1873 auto connection_state = device_iter.lock()->GetConnectionState(); in AddToAllowListNotConnectedGroupMembers() local 1874 if (connection_state == DeviceConnectState::CONNECTED || in AddToAllowListNotConnectedGroupMembers() 1875 connection_state == DeviceConnectState::CONNECTING_BY_USER || in AddToAllowListNotConnectedGroupMembers() 1876 connection_state == in AddToAllowListNotConnectedGroupMembers() 1878 connection_state == in AddToAllowListNotConnectedGroupMembers()
|
D | devices.cc | 1356 auto connection_state = device->GetConnectionState(); in Cleanup() local 1357 if (connection_state == DeviceConnectState::DISCONNECTED || in Cleanup() 1358 connection_state == DeviceConnectState::DISCONNECTING) { in Cleanup() 1362 if (connection_state == DeviceConnectState::CONNECTING_AUTOCONNECT) { in Cleanup()
|
D | client.cc | 1403 auto connection_state = leAudioDevice->GetConnectionState(); in RemoveDevice() local 1404 switch (connection_state) { in RemoveDevice() 1626 auto connection_state = leAudioDevice->GetConnectionState(); in Disconnect() local 1628 bluetooth::common::ToString(connection_state)); in Disconnect() 1630 switch (connection_state) { in Disconnect() 1708 bluetooth::common::ToString(connection_state)); in Disconnect() 2449 auto connection_state = leAudioDevice->GetConnectionState(); in OnGattDisconnected() local 2452 bluetooth::common::ToString(connection_state)); in OnGattDisconnected() 2454 if (connection_state == DeviceConnectState::DISCONNECTING_AND_RECOVER) { in OnGattDisconnected()
|
/packages/modules/Bluetooth/system/btif/test/ |
D | btif_hh_test.cc | 273 connection_state_cb_t connection_state = { in SetUp() local 277 g_bthh_connection_state_promise.set_value(connection_state); in SetUp()
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_metrics_logging.h | 62 android::bluetooth::SocketConnectionstateEnum connection_state,
|
/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 418 connection_state = self.adapter_client.get_connection_state(address) 419 if connection_state is None: 422 return connection_state > floss_enums.BtConnectionState.CONNECTED_ONLY
|
/packages/modules/Bluetooth/system/gd/os/linux/ |
D | metrics.cc | 40 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
|
/packages/modules/Bluetooth/system/common/ |
D | metrics_linux.cc | 98 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument
|
D | metrics.h | 477 android::bluetooth::SocketConnectionstateEnum connection_state,
|
D | metrics.cc | 854 android::bluetooth::SocketConnectionstateEnum connection_state, in LogSocketConnectionState() argument 869 obfuscated_id_field, port, type, connection_state, tx_bytes, in LogSocketConnectionState() 875 address, port, type, connection_state, tx_bytes, rx_bytes, uid, in LogSocketConnectionState()
|
/packages/modules/Bluetooth/system/gd/os/ |
D | metrics.h | 293 android::bluetooth::SocketConnectionstateEnum connection_state,
|
/packages/modules/Bluetooth/system/gd/os/chromeos/ |
D | metrics.cc | 45 android::bluetooth::SocketConnectionstateEnum connection_state, in LogMetricSocketConnectionState() argument
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 888 connection_state, in cmd_device() 903 let connection_state = match adapter.get_connection_state(device.clone()) { in cmd_device() localVariable 920 connection_state, in cmd_device() 936 print_info!("Connection State: {}", connection_state); in cmd_device()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 1466 fn connection_state( in connection_state() method 3061 fn connection_state( in connection_state() method
|