Home
last modified time | relevance | path

Searched defs:connection (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble_bgconn.cc74 BackgroundConnection* connection = &map_iter->second; in background_connection_add() local
95 BackgroundConnection* connection = &map_el.second; in background_connections_pending() local
157 BackgroundConnection* connection = &map_it->second; in btm_ble_bgconn_cancel_if_disconnected() local
266 BackgroundConnection* connection = &map_it->second; in btm_execute_wl_dev_operation() local
276 BackgroundConnection* connection = &map_el.second; in btm_execute_wl_dev_operation() local
/system/core/adb/
Dtransport_benchmark.cpp129 static const auto handle_packet = [](Connection* connection, std::unique_ptr<apacket> packet) { in BM_Connection_Echo()
133 server->SetReadCallback([](Connection* connection, std::unique_ptr<apacket> packet) -> bool { in BM_Connection_Echo()
Dtransport_usb.cpp185 auto connection = std::make_unique<UsbConnection>(h); in init_usb_transport() local
Dtransport.h257 std::shared_ptr<Connection> connection() { in connection() function
Dtransport.cpp265 BlockingConnectionAdapter::BlockingConnectionAdapter(std::unique_ptr<BlockingConnection> connection) in BlockingConnectionAdapter()
997 void atransport::SetConnection(std::unique_ptr<Connection> connection) { in SetConnection()
/system/bt/service/
Dgatt_server.cc138 std::shared_ptr<Connection> connection; in SendResponse() local
287 std::shared_ptr<Connection> connection(new Connection(conn_id, bda)); in ConnectionCallback() local
Dlow_energy_client.cc181 for (auto& connection : connection_ids_) { in MtuChangedCallback() local
Dgatt_server_old.cc710 for (auto connection : internal_->connections) { in SetCharacteristicValue() local