Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2AllocatorIon.h96 struct MapperKeyHash { struct
103 std::unordered_map<MapperKey, MapperKeyValuePointer, MapperKeyHash> mUsageMapperCache;
H A DC2DmaBufAllocator.h111 struct MapperKeyHash { struct
118 std::unordered_map<MapperKey, MapperKeyValuePointer, MapperKeyHash> mUsageMapperCache;
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2DmaBufAllocator.cpp327 std::size_t C2DmaBufAllocator::MapperKeyHash::operator()(const MapperKey& k) const { in operator ()()
H A DC2AllocatorIon.cpp536 std::size_t C2AllocatorIon::MapperKeyHash::operator()(const MapperKey &k) const { in operator ()()