/aosp12/system/bt/service/ |
H A D | gatt_server.h | 171 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 D | Connection.h | 42 struct Connection : public IConnection { struct 93 ConnectionId mConnectionId; argument
|
H A D | Connection.cpp | 54 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 D | Connection.h | 42 struct Connection : public IConnection { struct 98 ConnectionId mConnectionId; argument
|
H A D | Connection.cpp | 54 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 D | core.rs | 30 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 D | transport.h | 105 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 D | transport_benchmark.cpp | 66 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 D | mod.rs | 56 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 D | types.h | 211 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 D | v4l2_wrapper.h | 46 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 D | RemotePrintServiceRecommendationService.java | 190 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 D | logging.h | 23 Connection, enumerator
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | Scheduler.h | 287 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 D | Connection.cpp | 23 Connection::Connection(const std::shared_ptr<InputChannel>& inputChannel, bool monitor, in Connection() function in android::inputdispatcher::Connection
|
H A D | InputDispatcher.h | 65 class Connection; variable
|
/aosp12/packages/modules/DnsResolver/ |
H A D | doh.rs | 258 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 D | InetDiagSocketIntegrationTest.java | 65 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 D | IdmapDaemon.java | 69 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 D | DomainVerificationProxyV2.java | 111 public interface Connection extends BaseConnection { interface in DomainVerificationProxyV2
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | RemoteDisplayProviderProxy.java | 325 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 D | Hal.h | 53 using Connection = IComposerCallback::Connection; variable
|
/aosp12/system/bt/vendor_libs/test_vendor_lib/scripts/ |
H A D | send_simple_commands.py | 87 class Connection(object): class
|
H A D | simple_link_layer_socket.py | 73 class Connection(object): class
|
H A D | simple_stack.py | 107 class Connection(object): class
|