Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/
DVendorAllocatorLoader.cpp30 auto createAllocatorFunc = (CreateAllocatorFunc)dlsym(libHandle, kCreateAllocatorFuncName); in Create() local
31 if (!createAllocatorFunc) { in Create()
38 new VendorAllocatorLoader(libHandle, createAllocatorFunc)); in Create()
42 CreateAllocatorFunc createAllocatorFunc) in VendorAllocatorLoader() argument
43 : mLibHandle(libHandle), mCreateAllocatorFunc(createAllocatorFunc) { in VendorAllocatorLoader()
/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
DVendorAllocatorLoader.h30 VendorAllocatorLoader(void* libHandle, CreateAllocatorFunc createAllocatorFunc);