Searched refs:MapperValue (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/codec2/vndk/include/ |
D | C2DmaBufAllocator.h | 114 typedef std::tuple<C2String, unsigned, c2_status_t> MapperValue; typedef 115 typedef std::pair<MapperKey, MapperValue> MapperKeyValue;
|
D | C2AllocatorIon.h | 99 typedef std::tuple<size_t, unsigned, unsigned, c2_status_t> MapperValue; typedef 100 typedef std::pair<MapperKey, MapperValue> MapperKeyValue;
|
/frameworks/av/media/codec2/vndk/ |
D | C2DmaBufAllocator.cpp | 356 MapperValue value = std::make_tuple(*heap_name, *flags, res); in mapUsage() 368 const MapperValue& value = entry->second->second; in mapUsage()
|
D | C2AllocatorIon.cpp | 560 MapperValue value = std::make_tuple(*align, *heapMask, *flags, res); in mapUsage() 572 const MapperValue &value = entry->second->second; in mapUsage()
|