Searched refs:mapper2 (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/sensors/1.0/vts/functional/ |
D | GrallocWrapper.cpp | 33 mMapper = mapper2::IMapper::getService(); in init() 52 if (mMapper->freeBuffer(buffer) != mapper2::Error::NONE) { in ~GrallocWrapper() 83 const mapper2::BufferDescriptor& descriptor, uint32_t count, bool import, in allocate() 90 if (mapper2::Error::NONE != tmpError) { in allocate() 114 const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo, bool import, in allocate() 116 mapper2::BufferDescriptor descriptor = createDescriptor(descriptorInfo); in allocate() 122 sp<mapper2::IMapper> GrallocWrapper::getMapper() const { return mMapper; } in getMapper() 124 mapper2::BufferDescriptor GrallocWrapper::createDescriptor( in createDescriptor() 125 const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() 126 mapper2::BufferDescriptor descriptor; in createDescriptor() [all …]
|
D | GrallocWrapper.h | 26 namespace mapper2 = ::android::hardware::graphics::mapper::V2_0; variable 37 sp<mapper2::IMapper> getMapper() const; 46 const mapper2::BufferDescriptor& descriptor, uint32_t count, bool import = true, 49 const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo, bool import = true, 52 mapper2::BufferDescriptor createDescriptor( 53 const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo); 62 const mapper2::IMapper::Rect& accessRegion, int acquireFence); 71 sp<mapper2::IMapper> mMapper;
|
D | VtsHalSensorsV1_0TargetTest.cpp | 341 mapper2::IMapper::BufferDescriptorInfo buf_desc_info = { in SensorsTestSharedMemory() 352 mapper2::IMapper::Rect region{0, 0, in SensorsTestSharedMemory()
|