Home
last modified time | relevance | path

Searched refs:ClientConnection (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc51886 struct ClientConnection { struct in perfetto::ipc::HostImpl
51887 ~ClientConnection();
51908 void OnReceivedFrame(ClientConnection*, const Frame&);
51909 void OnBindService(ClientConnection*, const Frame&);
51910 void OnInvokeMethod(ClientConnection*, const Frame&);
51914 static void SendFrame(ClientConnection*, const Frame&, int fd = -1);
51919 std::map<ClientID, std::unique_ptr<ClientConnection>> clients_;
51920 std::map<base::UnixSocket*, ClientConnection*> clients_by_socket_;
52020 std::unique_ptr<ClientConnection> client(new ClientConnection()); in OnNewIncomingConnection()
52033 ClientConnection* client = it->second; in OnDataAvailable()
[all …]
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp64495 struct ClientConnection { struct in perfetto::ipc::HostImpl
64496 ~ClientConnection();
64517 void OnReceivedFrame(ClientConnection*, const Frame&);
64518 void OnBindService(ClientConnection*, const Frame&);
64519 void OnInvokeMethod(ClientConnection*, const Frame&);
64523 static void SendFrame(ClientConnection*, const Frame&, int fd = -1);
64528 std::map<ClientID, std::unique_ptr<ClientConnection>> clients_;
64529 std::map<base::UnixSocket*, ClientConnection*> clients_by_socket_;
64648 std::unique_ptr<ClientConnection> client(new ClientConnection()); in OnNewIncomingConnection()
64663 ClientConnection* client = it->second; in OnDataAvailable()
[all …]