Home
last modified time | relevance | path

Searched defs:connection_handle (Results 1 – 25 of 36) sorted by relevance

12

/external/pigweed/pw_bluetooth_sapphire/host/transport/
Dsco_data_packet.cc34 hci_spec::ConnectionHandle connection_handle, uint8_t payload_size) { in New()
40 hci_spec::ConnectionHandle ScoDataPacket::connection_handle() const { in connection_handle() function in bt::hci::ScoDataPacket
57 void ScoDataPacket::WriteHeader(hci_spec::ConnectionHandle connection_handle) { in WriteHeader()
Dacl_data_packet.cc65 hci_spec::ConnectionHandle connection_handle, in New()
77 hci_spec::ConnectionHandle ACLDataPacket::connection_handle() const { in connection_handle() function in bt::hci::ACLDataPacket
102 hci_spec::ConnectionHandle connection_handle, in WriteHeader()
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dprotocol.h416 ConnectionHandle connection_handle; member
428 ConnectionHandle connection_handle; member
573 ConnectionHandle connection_handle; member
582 ConnectionHandle connection_handle; member
599 ConnectionHandle connection_handle; member
614 ConnectionHandle connection_handle; member
767 ConnectionHandle connection_handle; member
780 ConnectionHandle connection_handle; member
849 uint16_t connection_handle; member
1025 ConnectionHandle connection_handle; member
[all …]
/external/grpc-grpc/test/core/iomgr/
Dtcp_client_posix_test.cc124 int64_t connection_handle = grpc_tcp_client_connect( in test_succeeds() local
178 int64_t connection_handle = grpc_tcp_client_connect( in test_fails() local
303 int64_t connection_handle = grpc_tcp_client_connect( in test_connect_cancellation_succeeds() local
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/
Dproxy_host.h80 [[maybe_unused]] uint16_t connection_handle, in sendGattNotify()
/external/pigweed/pw_bluetooth/public/pw_bluetooth/
Dvendor.h34 uint16_t connection_handle; member
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_client.cc34 bool grpc_tcp_client_cancel_connect(int64_t connection_handle) { in grpc_tcp_client_cancel_connect()
Dtcp_client_posix.cc71 int64_t connection_handle; member
429 static bool tcp_cancel_connect(int64_t connection_handle) { in tcp_cancel_connect()
Dtcp_client_windows.cc241 static bool tcp_cancel_connect(int64_t connection_handle) { in tcp_cancel_connect()
Dtcp_client_cfstream.cc208 static bool CFStreamClientCancelConnect(int64_t connection_handle) { in CFStreamClientCancelConnect()
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_client.cc34 bool grpc_tcp_client_cancel_connect(int64_t connection_handle) { in grpc_tcp_client_cancel_connect()
Dtcp_client_posix.cc72 int64_t connection_handle; member
433 static bool tcp_cancel_connect(int64_t connection_handle) { in tcp_cancel_connect()
Dtcp_client_windows.cc260 static bool tcp_cancel_connect(int64_t connection_handle) { in tcp_cancel_connect()
Dtcp_client_cfstream.cc208 static bool CFStreamClientCancelConnect(int64_t connection_handle) { in CFStreamClientCancelConnect()
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dpdu.h64 hci_spec::ConnectionHandle connection_handle() const { in connection_handle() function
Dfake_l2cap.h88 hci_spec::ConnectionHandle connection_handle, in OpenFixedChannel()
/external/grpc-grpc/src/core/lib/iomgr/event_engine_shims/
Dtcp_client.cc85 bool event_engine_tcp_client_cancel_connect(int64_t connection_handle) { in event_engine_tcp_client_cancel_connect()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/event_engine_shims/
Dtcp_client.cc84 bool event_engine_tcp_client_cancel_connect(int64_t connection_handle) { in event_engine_tcp_client_cancel_connect()
/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
Dposix_engine.h65 std::string resolved_addr_str, int64_t connection_handle) in AsyncConnect()
Dposix_engine.cc317 void PosixEventEngine::OnConnectFinishInternal(int connection_handle) { in OnConnectFinishInternal()
584 int connection_handle = handle.keys[0]; in CancelConnect() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dposix_engine.h63 std::string resolved_addr_str, int64_t connection_handle) in AsyncConnect()
Dposix_engine.cc289 void PosixEventEngine::OnConnectFinishInternal(int connection_handle) { in OnConnectFinishInternal()
499 int connection_handle = handle.keys[0]; in CancelConnect() local
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dfragmenter.cc117 Fragmenter::Fragmenter(hci_spec::ConnectionHandle connection_handle, in Fragmenter()
/external/grpc-grpc/test/core/event_engine/posix/
Dposix_event_engine_connect_test.cc187 auto connection_handle = posix_ee->Connect( in TEST() local
/external/google-breakpad/src/tools/windows/converter_exe/
Dwininet_client.cc156 bool WinInetClient::OpenRequest(HttpHandle connection_handle, in OpenRequest()

12