Lines Matching refs:mapper
33 using MapperErrorV2 = android::hardware::graphics::mapper::V2_0::Error;
34 using MapperErrorV3 = android::hardware::graphics::mapper::V3_0::Error;
35 using MapperErrorV4 = android::hardware::graphics::mapper::V4_0::Error;
36 using IMapperV3 = android::hardware::graphics::mapper::V3_0::IMapper;
37 using IMapperV4 = android::hardware::graphics::mapper::V4_0::IMapper;
76 bool HandleImporter::importBufferInternal(const sp<M> mapper, buffer_handle_t& handle) { in importBufferInternal() argument
79 auto ret = mapper->importBuffer( in importBufferInternal()
101 YCbCrLayout HandleImporter::lockYCbCrInternal(const sp<M> mapper, buffer_handle_t& buf, in lockYCbCrInternal() argument
109 mapper->lockYCbCr(buffer, cpuUsage, accessRegionCopy, acquireFenceHandle, in lockYCbCrInternal()
126 std::vector<PlaneLayout> getPlaneLayouts(const sp<IMapperV4> mapper, buffer_handle_t& buf) { in getPlaneLayouts() argument
130 mapper->get(buffer, gralloc4::MetadataType_PlaneLayouts, in getPlaneLayouts()
146 const sp<IMapperV4> mapper, buffer_handle_t& buf, uint64_t cpuUsage,
155 mapper->lock(buffer, cpuUsage, accessRegionV4, acquireFenceHandle,
168 std::vector<PlaneLayout> planeLayouts = getPlaneLayouts(mapper, buf);
206 int HandleImporter::unlockInternal(const sp<M> mapper, buffer_handle_t& buf) { in unlockInternal() argument
210 mapper->unlock( in unlockInternal()