Home
last modified time | relevance | path

Searched refs:getThreadLocalInstance (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/connection-manager/
H A DGfxStreamConnectionManager.h35 static GfxStreamConnectionManager* getThreadLocalInstance(GfxStreamTransportType type,
H A DGfxStreamConnectionManager.cpp92 GfxStreamConnectionManager* GfxStreamConnectionManager::getThreadLocalInstance( in getThreadLocalInstance() function in GfxStreamConnectionManager
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan/
H A Dgfxstream_vk_device.cpp54 return GfxStreamConnectionManager::getThreadLocalInstance(transport, kCapsetGfxStreamVulkan); in getConnectionManager()