Home
last modified time | relevance | path

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

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