Home
last modified time | relevance | path

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

/aosp_15_r20/external/v4l2_codec2/plugin_store/
H A DVendorAllocatorLoader.cpp51 mCreateBlockPoolFunc(createBlockPoolFunc) { in VendorAllocatorLoader()
75 if (!mCreateBlockPoolFunc) { in createBlockPool()
79 return mCreateBlockPoolFunc(allocatorId, poolId); in createBlockPool()
/aosp_15_r20/external/v4l2_codec2/plugin_store/include/v4l2_codec2/plugin_store/
H A DVendorAllocatorLoader.h39 CreateBlockPoolFunc mCreateBlockPoolFunc; variable