Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler.cc42 void RoundRobinScheduler::Register(ConnectionType connection_type, uint16_t handle, in Register() argument
44 acl_queue_handler acl_queue_handler = {connection_type, std::move(queue), false, 0}; in Register()
92 auto connection_type = fragments_to_send_.front().first; in start_round_robin() local
93 … bool classic_buffer_full = acl_packet_credits_ == 0 && connection_type == ConnectionType::CLASSIC; in start_round_robin()
94 bool le_buffer_full = le_acl_packet_credits_ == 0 && connection_type == ConnectionType::LE; in start_round_robin()
96 LOG_WARN("Buffer of connection_type %d is full", connection_type); in start_round_robin()
139 ConnectionType connection_type = acl_queue_handler->second.connection_type_; in buffer_packet() local
140 size_t mtu = connection_type == ConnectionType::CLASSIC ? hci_mtu_ : le_hci_mtu_; in buffer_packet()
149connection_type, AclBuilder::Create(handle, packet_boundary_flag, broadcast_flag, std::move(packet… in buffer_packet()
156 connection_type, in buffer_packet()
[all …]
Dround_robin_scheduler.h48 void Register(ConnectionType connection_type, uint16_t handle,
/system/bt/service/ipc/dbus/
Dipc_handler_dbus.cc54 bus_options.connection_type = Bus::PRIVATE; in InitDbus()
/system/update_engine/common/
Dmock_metrics_reporter.h58 metrics::ConnectionType connection_type));
Dmetrics_reporter_stub.h59 metrics::ConnectionType connection_type) override {} in ReportUpdateAttemptDownloadMetrics() argument
Dmetrics_reporter_interface.h138 metrics::ConnectionType connection_type) = 0;
/system/update_engine/aosp/
Dmetrics_reporter_android.h64 metrics::ConnectionType connection_type) override;
/system/update_engine/cros/
Dmetrics_reporter_omaha.h136 metrics::ConnectionType connection_type) override;
Dmetrics_reporter_omaha_unittest.cc264 metrics::ConnectionType connection_type = metrics::ConnectionType::kCellular; in TEST_F() local
285 static_cast<int>(connection_type), in TEST_F()
293 connection_type); in TEST_F()
Dmetrics_reporter_omaha.cc310 metrics::ConnectionType connection_type) { in ReportUpdateAttemptDownloadMetrics() argument
340 static_cast<int>(connection_type), in ReportUpdateAttemptDownloadMetrics()
/system/bt/btif/src/
Dbtif_sock_l2cap.cc705 int connection_type = in btsock_l2cap_server_listen() local
711 BTA_JvGetChannelId(connection_type, sock->id, 0); in btsock_l2cap_server_listen()
724 BTA_JvL2capStartServer(connection_type, sock->security, 0, in btsock_l2cap_server_listen()
760 int connection_type = in btsock_l2cap_listen_or_connect() local
773 connection_type, sock->security, 0, std::move(ertm_info), channel, in btsock_l2cap_listen_or_connect()