Searched refs:Mapper (Results 1 – 12 of 12) sorted by relevance
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | GrallocWrapper.cpp | 34 Mapper::Mapper() in Mapper() function in android::GrallocWrapper::Mapper 42 Error Mapper::createDescriptor( in createDescriptor() 61 Error Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer() 79 void Mapper::freeBuffer(buffer_handle_t bufferHandle) const in freeBuffer() 89 Error Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, in lock() 124 Error Mapper::lock(buffer_handle_t bufferHandle, uint64_t usage, in lock() 160 int Mapper::unlock(buffer_handle_t bufferHandle) const in unlock() 197 Allocator::Allocator(const Mapper& mapper) in Allocator()
|
/aosp12/hardware/google/gchips/include/ |
H A D | GrallocWrapper.h | 39 class Mapper { 41 Mapper(); 81 Allocator(const Mapper& mapper); 117 const Mapper& mMapper;
|
/aosp12/packages/modules/NeuralNetworks/common/include/ |
H A D | MetaModel.h | 67 using Mapper = std::function<uint32_t(uint32_t)>; 69 using ReturnedSlice = std::optional<std::pair<Model, Mapper>>;
|
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/ |
H A D | GrallocLoader.h | 69 auto mapper = std::make_unique<V2_0::passthrough::GrallocMapper<hal::Mapper>>(); in createMapper()
|
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/ |
H A D | Mapper.h | 81 using Mapper = detail::MapperImpl<IMapper, MapperHal>; variable
|
/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/ |
H A D | Android.bp | 32 "Mapper.cpp",
|
/aosp12/packages/services/Mtp/src/com/android/mtp/ |
H A D | Mapper.java | 42 class Mapper { class 51 Mapper(MtpDatabase database) { in Mapper() method in Mapper
|
H A D | MtpDatabase.java | 91 private final Mapper mMapper; 100 mMapper = new Mapper(this); in MtpDatabase() 111 Mapper getMapper() { in getMapper()
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodecConfig.cpp | 83 typedef std::function<C2Value(C2Value)> Mapper; typedef 99 ConfigMapper &withMapper(Mapper mapper) { in withMapper() 107 ConfigMapper &withMappers(Mapper mapper, Mapper reverse) { in withMappers() 175 Mapper mapper() const { return mMapper; } in mapper() 176 Mapper reverse() const { return mReverse; } in reverse() 183 Mapper mMapper; ///< optional SDK => Codec 2.0 value mapper 184 Mapper mReverse; ///< optional Codec 2.0 => SDK value mapper 339 ConfigMapper::Mapper makeFloat = [](C2Value v) -> C2Value { in initializeStandardParams() 351 ConfigMapper::Mapper negate = [](C2Value v) -> C2Value { in initializeStandardParams()
|
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
H A D | GrallocLoader.h | 164 auto mapper = std::make_unique<GrallocMapper<hal::Mapper>>(); in createMapper()
|
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/ |
H A D | Mapper.h | 207 using Mapper = detail::MapperImpl<IMapper, MapperHal>; variable
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | MetaModel.cpp | 112 slice.mModel, Mapper([&slice](uint32_t slicedOperationIndex) { in getSlice()
|