Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/
DVendorAllocatorLoader.cpp21 std::unique_ptr<VendorAllocatorLoader> VendorAllocatorLoader::Create() { in Create()
37 return std::unique_ptr<VendorAllocatorLoader>( in Create()
38 new VendorAllocatorLoader(libHandle, createAllocatorFunc)); in Create()
41 VendorAllocatorLoader::VendorAllocatorLoader(void* libHandle, in VendorAllocatorLoader() function in android::VendorAllocatorLoader
47 VendorAllocatorLoader::~VendorAllocatorLoader() { in ~VendorAllocatorLoader()
53 C2Allocator* VendorAllocatorLoader::createAllocator(C2Allocator::id_t allocatorId) { in createAllocator()
DV4L2PluginStore.cpp27 static std::unique_ptr<VendorAllocatorLoader> sAllocatorLoader = in createAllocator()
28 VendorAllocatorLoader::Create(); in createAllocator()
DAndroid.bp13 "VendorAllocatorLoader.cpp",
/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
DVendorAllocatorLoader.h18 class VendorAllocatorLoader {
22 static std::unique_ptr<VendorAllocatorLoader> Create();
23 ~VendorAllocatorLoader();
30 VendorAllocatorLoader(void* libHandle, CreateAllocatorFunc createAllocatorFunc);