Reland^2: Use "gfxstream" namespace
This reverts commit 04c96274efbb8c845f7a4a8609f85fd4c6982ef3.
Reland adds in aosp/2516595 which was only built on the "full"
target and removes namespace around window methods to satisfy
MacOS build.
Bug: b/271464937
Test: android build
Test: cmake build
Change-Id: Iaf9c35e89938613e998110641a5112872e079c57
diff --git a/system/vulkan_enc/ResourceTracker.h b/system/vulkan_enc/ResourceTracker.h
index 2cb5b2a..8df5797 100644
--- a/system/vulkan_enc/ResourceTracker.h
+++ b/system/vulkan_enc/ResourceTracker.h
@@ -29,7 +29,8 @@
class HostConnection;
-namespace goldfish_vk {
+namespace gfxstream {
+namespace vk {
class VkEncoder;
@@ -679,4 +680,5 @@
std::unique_ptr<Impl> mImpl;
};
-} // namespace goldfish_vk
+} // namespace vk
+} // namespace gfxstream