Searched refs:connection_type (Results 1 – 11 of 11) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | round_robin_scheduler.cc | 42 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() 149 …connection_type, AclBuilder::Create(handle, packet_boundary_flag, broadcast_flag, std::move(packet… in buffer_packet() 156 connection_type, in buffer_packet() [all …]
|
D | round_robin_scheduler.h | 48 void Register(ConnectionType connection_type, uint16_t handle,
|
/system/bt/service/ipc/dbus/ |
D | ipc_handler_dbus.cc | 54 bus_options.connection_type = Bus::PRIVATE; in InitDbus()
|
/system/update_engine/common/ |
D | mock_metrics_reporter.h | 58 metrics::ConnectionType connection_type));
|
D | metrics_reporter_stub.h | 59 metrics::ConnectionType connection_type) override {} in ReportUpdateAttemptDownloadMetrics() argument
|
D | metrics_reporter_interface.h | 138 metrics::ConnectionType connection_type) = 0;
|
/system/update_engine/aosp/ |
D | metrics_reporter_android.h | 64 metrics::ConnectionType connection_type) override;
|
/system/update_engine/cros/ |
D | metrics_reporter_omaha.h | 136 metrics::ConnectionType connection_type) override;
|
D | metrics_reporter_omaha_unittest.cc | 264 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()
|
D | metrics_reporter_omaha.cc | 310 metrics::ConnectionType connection_type) { in ReportUpdateAttemptDownloadMetrics() argument 340 static_cast<int>(connection_type), in ReportUpdateAttemptDownloadMetrics()
|
/system/bt/btif/src/ |
D | btif_sock_l2cap.cc | 705 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()
|