HomeSort by relevance Sort by last modified time
    Searched defs:createBlockPool (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/codec2/vndk/
C2PlatformStorePluginLoader.cpp 42 mCreateBlockPool = (CreateBlockPoolFunc)dlsym(mLibHandle, "CreateBlockPool");
44 ALOGD("Failed to find symbol: CreateBlockPool (%s)", dlerror());
59 c2_status_t C2PlatformStorePluginLoader::createBlockPool(
63 ALOGD("Handle or CreateBlockPool symbol is null");
72 ALOGD("Failed to CreateBlockPool by allocator id: %u", allocatorId);
C2Store.cpp 348 res = C2PlatformStorePluginLoader::GetInstance()->createBlockPool(
360 c2_status_t createBlockPool(
449 return sBlockPoolCache->createBlockPool(allocatorId, component, pool);
    [all...]
  /frameworks/av/media/codec2/hidl/1.0/utils/
Component.cpp 388 Return<void> Component::createBlockPool(
  /frameworks/av/media/codec2/hidl/client/
client.cpp     [all...]

Completed in 179 milliseconds