Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/include/
DC2DmaBufAllocator.h114 typedef std::tuple<C2String, unsigned, c2_status_t> MapperValue; typedef
115 typedef std::pair<MapperKey, MapperValue> MapperKeyValue;
DC2AllocatorIon.h99 typedef std::tuple<size_t, unsigned, unsigned, c2_status_t> MapperValue; typedef
100 typedef std::pair<MapperKey, MapperValue> MapperKeyValue;
/frameworks/av/media/codec2/vndk/
DC2DmaBufAllocator.cpp356 MapperValue value = std::make_tuple(*heap_name, *flags, res); in mapUsage()
368 const MapperValue& value = entry->second->second; in mapUsage()
DC2AllocatorIon.cpp560 MapperValue value = std::make_tuple(*align, *heapMask, *flags, res); in mapUsage()
572 const MapperValue &value = entry->second->second; in mapUsage()