Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2Store.cpp255 std::weak_ptr<C2PlatformAllocatorStoreImpl> gPlatformAllocatorStore; variable
260 std::shared_ptr<C2PlatformAllocatorStoreImpl> store = gPlatformAllocatorStore.lock(); in GetCodec2PlatformAllocatorStore()
264 gPlatformAllocatorStore = store; in GetCodec2PlatformAllocatorStore()
283 allocatorStore = gPlatformAllocatorStore.lock(); in SetPreferredCodec2ComponentStore()