xref: /aosp_15_r20/external/mesa3d/src/gfxstream/guest/connection-manager/GfxStreamConnection.cpp (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright 2024 Google LLC
3  * SPDX-License-Identifier: MIT
4  */
5 
6 #include "GfxStreamConnection.h"
7 
GfxStreamConnection()8 GfxStreamConnection::GfxStreamConnection() {}
9 
~GfxStreamConnection()10 GfxStreamConnection::~GfxStreamConnection() {}
11