Searched refs:accessRegion (Results 1 - 16 of 16) sorted by relevance

/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGralloc0Hal.h105 const IMapper::Rect& accessRegion, base::unique_fd fenceFd,
110 result = mModule->lockAsync(mModule, bufferHandle, cpuUsage, accessRegion.left,
111 accessRegion.top, accessRegion.width, accessRegion.height,
117 mModule->lock(mModule, bufferHandle, cpuUsage, accessRegion.left, accessRegion.top,
118 accessRegion.width, accessRegion.height, &data);
130 const IMapper::Rect& accessRegion, bas
[all...]
H A DGralloc1Hal.h125 const IMapper::Rect& accessRegion, base::unique_fd fenceFd,
129 const auto accessRect = asGralloc1Rect(accessRegion);
141 const IMapper::Rect& accessRegion, base::unique_fd fenceFd,
154 const auto accessRect = asGralloc1Rect(accessRegion);
/hardware/interfaces/graphics/mapper/2.0/
H A DIMapper.hal145 * accessRegion, and the device need not guarantee that content outside of
146 * accessRegion is valid for reading. The result of reading or writing
147 * outside of accessRegion is undefined, except that it must not cause
152 * if accessRegion does not begin at the top-left corner.
156 * @param accessRegion is the portion of the buffer that the client
175 Rect accessRegion,
192 * @param accessRegion is the portion of the buffer that the client
211 Rect accessRegion,
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
H A DMapperHal.h46 const IMapper::Rect& accessRegion, base::unique_fd fenceFd,
51 const IMapper::Rect& accessRegion, base::unique_fd fenceFd,
H A DMapper.h91 Return<void> lock(void* buffer, uint64_t cpuUsage, const V2_0::IMapper::Rect& accessRegion,
107 error = mHal->lock(bufferHandle, cpuUsage, accessRegion, std::move(fenceFd), &data);
112 Return<void> lockYCbCr(void* buffer, uint64_t cpuUsage, const V2_0::IMapper::Rect& accessRegion,
129 error = mHal->lockYCbCr(bufferHandle, cpuUsage, accessRegion, std::move(fenceFd), &layout);
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
H A DGralloc1On0Adapter.cpp443 const gralloc1_rect_t& accessRegion, void** outData,
449 accessRegion.left, accessRegion.top, accessRegion.width,
450 accessRegion.height, outData, acquireFence);
459 accessRegion.left, accessRegion.top, accessRegion.width,
460 accessRegion.height, outData);
475 const gralloc1_rect_t& accessRegion,
439 lock( const std::shared_ptr<Buffer>& buffer, gralloc1_producer_usage_t producerUsage, gralloc1_consumer_usage_t consumerUsage, const gralloc1_rect_t& accessRegion, void** outData, int acquireFence) argument
471 lockFlex( const std::shared_ptr<Buffer>& buffer, gralloc1_producer_usage_t producerUsage, gralloc1_consumer_usage_t consumerUsage, const gralloc1_rect_t& accessRegion, struct android_flex_layout* outFlex, int acquireFence) argument
[all...]
H A DGralloc1On0Adapter.h353 const gralloc1_rect_t& accessRegion, void** outData,
358 const gralloc1_rect_t& accessRegion,
370 const gralloc1_rect_t* accessRegion, OUT* outData,
409 if (!accessRegion) {
410 ALOGE("accessRegion is null");
415 *accessRegion, outData, acquireFenceFd);
366 lockHook(gralloc1_device_t* device, buffer_handle_t bufferHandle, uint64_t uintProducerUsage, uint64_t uintConsumerUsage, const gralloc1_rect_t* accessRegion, OUT* outData, int32_t acquireFenceFd) argument
/hardware/interfaces/camera/common/1.0/default/
H A DHandleImporter.cpp141 IMapper::Rect accessRegion { 0, 0, static_cast<int>(size), 1 };
154 mMapper->lock(buffer, cpuUsage, accessRegion, acquireFenceHandle,
171 const IMapper::Rect& accessRegion) {
186 mMapper->lockYCbCr(buffer, cpuUsage, accessRegion, acquireFenceHandle,
169 lockYCbCr( buffer_handle_t& buf, uint64_t cpuUsage, const IMapper::Rect& accessRegion) argument
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
H A DMapperVts.h71 const IMapper::Rect& accessRegion, int acquireFence);
73 const IMapper::Rect& accessRegion, int acquireFence);
/hardware/interfaces/camera/common/1.0/default/include/
H A DHandleImporter.h52 const IMapper::Rect& accessRegion);
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
H A DMapperVts.cpp167 const IMapper::Rect& accessRegion, int acquireFence) {
179 mMapper->lock(buffer, cpuUsage, accessRegion, acquireFenceHandle,
193 const IMapper::Rect& accessRegion, int acquireFence) {
205 mMapper->lockYCbCr(buffer, cpuUsage, accessRegion, acquireFenceHandle,
166 lock(const native_handle_t* bufferHandle, uint64_t cpuUsage, const IMapper::Rect& accessRegion, int acquireFence) argument
192 lockYCbCr(const native_handle_t* bufferHandle, uint64_t cpuUsage, const IMapper::Rect& accessRegion, int acquireFence) argument
/hardware/interfaces/sensors/1.0/vts/functional/
H A DGrallocWrapper.h62 const mapper2::IMapper::Rect& accessRegion, int acquireFence);
H A DGrallocWrapper.cpp173 const mapper2::IMapper::Rect& accessRegion,
186 mMapper->lock(buffer, cpuUsage, accessRegion, acquireFenceHandle,
171 lock(const native_handle_t* bufferHandle, uint64_t cpuUsage, const mapper2::IMapper::Rect& accessRegion, int acquireFence) argument
/hardware/libhardware/include/hardware/
H A Dgralloc1.h906 /* lock(..., buffer, producerUsage, consumerUsage, accessRegion, outData,
923 * The client must not modify the content of the buffer outside of accessRegion,
924 * and the device need not guarantee that content outside of accessRegion is
925 * valid for reading. The result of reading or writing outside of accessRegion
930 * represent the top-left corner of the entire buffer, even if accessRegion does
946 * accessRegion - the portion of the buffer that the client intends to access;
966 const gralloc1_rect_t* accessRegion, void** outData,
969 /* lockFlex(..., buffer, producerUsage, consumerUsage, accessRegion,
995 * accessRegion - the portion of the buffer that the client intends to access;
1015 const gralloc1_rect_t* accessRegion,
[all...]
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp390 const gralloc1_rect_t accessRegion = { local
397 &accessRegion, &buffer_ptr, acquire_fence);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp366 const gralloc1_rect_t accessRegion = { local
373 &accessRegion, &buffer_ptr, acquire_fence);

Completed in 403 milliseconds