Home
last modified time | relevance | path

Searched defs:Connection (Results 1 – 25 of 47) sorted by relevance

12

/aosp12/system/bt/service/
H A Dgatt_server.h171 struct Connection { struct
172 Connection(int conn_id, const RawAddress& bdaddr) in Connection() argument
174 Connection() : conn_id(-1) { memset(&bdaddr, 0, sizeof(bdaddr)); } in Connection() argument
195 void ConnectionCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id, argument
/aosp12/frameworks/av/media/bufferpool/1.0/
H A DConnection.h42 struct Connection : public IConnection { struct
93 ConnectionId mConnectionId; argument
H A DConnection.cpp54 Connection::Connection() : mInitialized(false), mConnectionId(-1LL) {} in Connection() function in android::hardware::media::bufferpool::V1_0::implementation::Connection
/aosp12/frameworks/av/media/bufferpool/2.0/
H A DConnection.h42 struct Connection : public IConnection { struct
98 ConnectionId mConnectionId; argument
H A DConnection.cpp54 Connection::Connection() : mInitialized(false), mConnectionId(-1LL) {} in Connection() function in android::hardware::media::bufferpool::V2_0::implementation::Connection
/aosp12/system/bt/gd/rust/link/src/acl/
H A Dcore.rs30 pub struct Connection { struct
39 struct ConnectionInternal { argument
55 pub async fn register(&mut self, handle: u16, bt: Bluetooth) -> Connection { in register()
/aosp12/packages/modules/adb/
H A Dtransport.h105 struct Connection { struct
113 using ReadCallback = std::function<bool(Connection*, std::unique_ptr<apacket>)>; argument
119 // Called after the Connection has terminated, either by an error or because Stop was called. argument
120 using ErrorCallback = std::function<void(Connection*, const std::string&)>; argument
140 static std::unique_ptr<Connection> FromFd(unique_fd fd); argument
H A Dtransport_benchmark.cpp66 client->SetReadCallback([](Connection*, std::unique_ptr<apacket>) -> bool { return true; }); in BM_Connection_Unidirectional() argument
67 … server->SetReadCallback([&received_bytes](Connection*, std::unique_ptr<apacket> packet) -> bool { in BM_Connection_Unidirectional() argument
73 [](Connection*, const std::string& error) { LOG(INFO) << "client closed: " << error; }); in BM_Connection_Unidirectional() argument
75 [](Connection*, const std::string& error) { LOG(INFO) << "server closed: " << error; }); in BM_Connection_Unidirectional() argument
124 … client->SetReadCallback([&received_bytes](Connection*, std::unique_ptr<apacket> packet) -> bool { in BM_Connection_Echo() argument
147 [](Connection*, const std::string& error) { LOG(INFO) << "client closed: " << error; }); in BM_Connection_Echo() argument
149 [](Connection*, const std::string& error) { LOG(INFO) << "server closed: " << error; }); in BM_Connection_Echo() argument
/aosp12/system/bt/gd/rust/link/src/acl/classic/
H A Dmod.rs56 pub struct Connection { struct
60 shared: Arc<Mutex<ConnectionShared>>, argument
61 requests: Sender<ConnectionRequest>, argument
62 evt_rx: Receiver<ConnectionEvent>, argument
65 /// Events generated by Connection argument
74 impl Connection { impl
269 mut core: core::Connection, in run_connection()
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A Dtypes.h211 struct Connection { struct
212 int64_t receiverConnectionId;
213 std::chrono::steady_clock::time_point lastSent;
214 Connection(int64_t receiverConnectionId, in Connection() argument
/aosp12/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.h46 Connection(std::shared_ptr<V4L2Wrapper> device) in Connection() function
151 friend class Connection; variable
/aosp12/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java190 private class Connection implements ServiceConnection { class in RemotePrintServiceRecommendationService
193 public Connection(@NonNull RemotePrintServiceRecommendationServiceCallbacks callbacks) { in Connection() method in RemotePrintServiceRecommendationService.Connection
/aosp12/packages/modules/adb/daemon/
H A Dlogging.h23 Connection, enumerator
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DScheduler.h287 struct Connection { struct
288 sp<EventThreadConnection> connection; argument
294 std::unordered_map<ConnectionHandle, Connection> mConnections GUARDED_BY(mConnectionsLock); argument
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DConnection.cpp23 Connection::Connection(const std::shared_ptr<InputChannel>& inputChannel, bool monitor, in Connection() function in android::inputdispatcher::Connection
H A DInputDispatcher.h65 class Connection; variable
/aosp12/packages/modules/DnsResolver/
H A Ddoh.rs258 h3_conn: &mut Option<quiche::h3::Connection>, in send_dns_query()
259 mut conn: &mut quiche::Connection, in send_dns_query()
283 h3_conn: &mut h3::Connection, in recv_query()
284 mut conn: &mut quiche::Connection, in recv_query()
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/
H A DInetDiagSocketIntegrationTest.java65 private class Connection { class in InetDiagSocketIntegrationTest
81 Connection(String to, String from) throws Exception { in Connection() method in InetDiagSocketIntegrationTest.Connection
/aosp12/frameworks/base/services/core/java/com/android/server/om/
H A DIdmapDaemon.java69 private class Connection implements AutoCloseable { class in IdmapDaemon
72 private Connection() { in Connection() method in IdmapDaemon.Connection
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/proxy/
H A DDomainVerificationProxyV2.java111 public interface Connection extends BaseConnection { interface in DomainVerificationProxyV2
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java325 private final class Connection implements DeathRecipient { class in RemoteDisplayProviderProxy
329 public Connection(IRemoteDisplayProvider provider) { in Connection() method in RemoteDisplayProviderProxy.Connection
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHal.h53 using Connection = IComposerCallback::Connection; variable
/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/
H A Dsend_simple_commands.py87 class Connection(object): class
H A Dsimple_link_layer_socket.py73 class Connection(object): class
H A Dsimple_stack.py107 class Connection(object): class

12