Searched refs:raw_handle (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 117 hidl_handle raw_handle = nullptr; in AllocateBuffer() local 123 raw_handle = _buffers[0]; in AllocateBuffer() 131 mapper_->importBuffer(raw_handle, [&](const auto &_error, const auto &_buffer) { in AllocateBuffer()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | QtiMapper.cpp | 94 Return<void> QtiMapper::importBuffer(const hidl_handle &raw_handle, importBuffer_cb hidl_cb) { in importBuffer() argument 95 if (!raw_handle.getNativeHandle()) { in importBuffer() 101 native_handle_t *buffer_handle = native_handle_clone(raw_handle.getNativeHandle()); in importBuffer()
|
D | QtiMapper.h | 74 Return<void> importBuffer(const hidl_handle &raw_handle, importBuffer_cb hidl_cb) override;
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_device_impl.cpp | 562 …loc1_error_t GrallocImpl::importBuffer(gralloc1_device_t *device, const buffer_handle_t raw_handle, in importBuffer() argument 564 if (!raw_handle) { in importBuffer() 570 native_handle_t *buffer_handle = native_handle_clone(raw_handle); in importBuffer()
|
D | gr_device_impl.h | 129 static gralloc1_error_t importBuffer(gralloc1_device_t *device, buffer_handle_t raw_handle,
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_device_impl.cpp | 543 …loc1_error_t GrallocImpl::importBuffer(gralloc1_device_t *device, const buffer_handle_t raw_handle, in importBuffer() argument 545 if (!raw_handle) { in importBuffer() 551 native_handle_t *buffer_handle = native_handle_clone(raw_handle); in importBuffer()
|
D | gr_device_impl.h | 129 static gralloc1_error_t importBuffer(gralloc1_device_t *device, buffer_handle_t raw_handle,
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 2619 native_handle_t* raw_handle = native_handle_create(1, 0); in TEST_F() local 2620 raw_handle->data[0] = open(kDumpOutput, O_RDWR); in TEST_F() 2621 ASSERT_GE(raw_handle->data[0], 0); in TEST_F() 2622 hidl_handle handle = raw_handle; in TEST_F() 2625 close(raw_handle->data[0]); in TEST_F() 2626 native_handle_delete(raw_handle); in TEST_F() 2641 native_handle_t* raw_handle = native_handle_create(1, 0); in TEST_F() local 2642 raw_handle->data[0] = open(kDumpOutput, O_RDWR); in TEST_F() 2643 ASSERT_GE(raw_handle->data[0], 0); in TEST_F() 2644 hidl_handle handle = raw_handle; in TEST_F() [all …]
|