/hardware/interfaces/media/bufferpool/2.0/ |
D | types.hal | 38 struct Buffer { 44 * Buffer ownership status for the specified client. 45 * Buffer transfer status for the specified buffer transafer transaction. 52 /** Buffer is acquired by the specified client. */ 54 /** Buffer is sent by the specified client. */ 56 /** Buffer transfer is acked by the receiver client. */ 58 /** Buffer transfer is timed out by receiver client. */ 60 /** Buffer transfer is not acked by the receiver. */ 62 /** Buffer fetch request from the client. */ 64 /** Buffer transaction succeeded. */ [all …]
|
D | IAccessor.hal | 56 * client processes are idle. Buffer invalidation caused by 57 * reconfiguration does not call observer. Buffer invalidation caused
|
D | IConnection.hal | 42 (ResultStatus status, Buffer buffer);
|
/hardware/interfaces/media/bufferpool/1.0/ |
D | types.hal | 38 struct Buffer { 44 * Buffer ownership status for the specified client. 45 * Buffer transfer status for the specified buffer transafer transaction. 52 /** Buffer is acquired by the specified client. */ 54 /** Buffer is sent by the specified client. */ 56 /** Buffer transfer is acked by the receiver client. */ 58 /** Buffer transfer is timed out by receiver client. */ 60 /** Buffer transfer is not acked by the receiver. */ 62 /** Buffer fetch request from the client. */ 64 /** Buffer transaction succeeded. */ [all …]
|
D | IConnection.hal | 42 (ResultStatus status, Buffer buffer);
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_buf_mgr.h | 68 struct Buffer { struct 77 Buffer() = delete; argument 78 explicit Buffer(const private_handle_t *h, int ih_main = -1, int ih_meta = -1) 84 Error FreeBuffer(std::shared_ptr<Buffer> buf); argument 87 std::shared_ptr<Buffer> GetBufferFromHandleLocked(const private_handle_t *hnd); 90 std::unordered_map<const private_handle_t *, std::shared_ptr<Buffer>> handles_map_ = {};
|
D | gr_buf_mgr.cpp | 57 Error BufferManager::FreeBuffer(std::shared_ptr<Buffer> buf) { in FreeBuffer() 102 auto buffer = std::make_shared<Buffer>(hnd, ion_handle, ion_handle_meta); in RegisterHandleLocked() 134 std::shared_ptr<BufferManager::Buffer> BufferManager::GetBufferFromHandleLocked( in GetBufferFromHandleLocked()
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_buf_mgr.h | 69 struct Buffer { struct 78 Buffer() = delete; argument 79 explicit Buffer(const private_handle_t *h, int ih_main = -1, int ih_meta = -1) 85 Error FreeBuffer(std::shared_ptr<Buffer> buf); argument 88 std::shared_ptr<Buffer> GetBufferFromHandleLocked(const private_handle_t *hnd); 91 std::unordered_map<const private_handle_t *, std::shared_ptr<Buffer>> handles_map_ = {};
|
D | gr_buf_mgr.cpp | 57 Error BufferManager::FreeBuffer(std::shared_ptr<Buffer> buf) { in FreeBuffer() 99 auto buffer = std::make_shared<Buffer>(hnd, ion_handle, ion_handle_meta); in RegisterHandleLocked() 131 std::shared_ptr<BufferManager::Buffer> BufferManager::GetBufferFromHandleLocked( in GetBufferFromHandleLocked()
|
/hardware/google/camera/common/lib_depth_generator/ |
D | depth_types.h | 54 struct Buffer { struct 71 std::vector<Buffer> color_buffer; argument 73 std::vector<std::vector<Buffer>> ir_buffer; 75 Buffer depth_buffer;
|
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/ |
D | Gralloc1On0Adapter.cpp | 116 bufferHook<decltype(&Buffer::getBackingStore), in doGetFunction() 117 &Buffer::getBackingStore, gralloc1_backing_store_t*>); in doGetFunction() 122 bufferHook<decltype(&Buffer::getDimensions), in doGetFunction() 123 &Buffer::getDimensions, uint32_t*, uint32_t*>); in doGetFunction() 126 bufferHook<decltype(&Buffer::getFormat), in doGetFunction() 127 &Buffer::getFormat, int32_t*>); in doGetFunction() 130 bufferHook<decltype(&Buffer::getLayerCount), in doGetFunction() 131 &Buffer::getLayerCount, uint32_t*>); in doGetFunction() 136 bufferHook<decltype(&Buffer::getStride), in doGetFunction() 137 &Buffer::getStride, uint32_t*>); in doGetFunction() [all …]
|
D | Gralloc1On0Adapter.h | 196 class Buffer { 198 Buffer(buffer_handle_t handle, gralloc1_backing_store_t store, 276 gralloc1_error_t (Buffer::*member)(Args...) const, Args... args) { in callBufferFunction() 296 &Buffer::getConsumerUsage, &usage); in getConsumerUsageHook() 307 &Buffer::getProducerUsage, &usage); in getProducerUsageHook() 325 gralloc1_error_t retain(const std::shared_ptr<Buffer>& buffer); 334 gralloc1_error_t release(const std::shared_ptr<Buffer>& buffer); 350 gralloc1_error_t lock(const std::shared_ptr<Buffer>& buffer, 355 gralloc1_error_t lockFlex(const std::shared_ptr<Buffer>& buffer, 363 const std::shared_ptr<Buffer>&, gralloc1_producer_usage_t, [all …]
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_mgr.h | 96 struct Buffer { struct 105 Buffer() = delete; argument 106 explicit Buffer(const private_handle_t* h, int ih_main = -1, int ih_meta = -1): 115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument 118 std::shared_ptr<Buffer> GetBufferFromHandleLocked(const private_handle_t *hnd); 128 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {};
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_mgr.h | 96 struct Buffer { struct 105 Buffer() = delete; argument 106 explicit Buffer(const private_handle_t* h, int ih_main = -1, int ih_meta = -1): 115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument 118 std::shared_ptr<Buffer> GetBufferFromHandleLocked(const private_handle_t *hnd); 128 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {};
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_buf_mgr.h | 96 struct Buffer { struct 105 Buffer() = delete; argument 106 explicit Buffer(const private_handle_t* h, int ih_main = -1, int ih_meta = -1): 115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument 118 std::shared_ptr<Buffer> GetBufferFromHandleLocked(const private_handle_t *hnd); 127 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {};
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_mgr.h | 96 struct Buffer { struct 105 Buffer() = delete; argument 106 explicit Buffer(const private_handle_t* h, int ih_main = -1, int ih_meta = -1): 115 gralloc1_error_t FreeBuffer(std::shared_ptr<Buffer> buf); argument 118 std::shared_ptr<Buffer> GetBufferFromHandleLocked(const private_handle_t *hnd); 127 std::unordered_map<const private_handle_t*, std::shared_ptr<Buffer>> handles_map_ = {};
|
/hardware/interfaces/graphics/mapper/4.0/ |
D | IMapper.hal | 50 * Buffer pixel format. 55 * Buffer usage mask; valid flags can be found in the definition of 134 * Frees a buffer handle. Buffer handles returned by importBuffer() must be 155 * @param buffer Buffer to validate against. 178 * @param buffer Buffer to get the transport size from. 229 * @param buffer Buffer to lock. 260 * @param buffer Buffer to unlock. 285 * @param buffer Buffer to flush. 306 * @param buffer Buffer to reread. 344 * Buffer metadata is global for a buffer. When the metadata is set on the buffer [all …]
|
/hardware/interfaces/automotive/evs/1.1/ |
D | IEvsCameraStream.hal | 30 * Buffer handles received by this method must be returned via calls to 43 * @param buffer Buffer descriptors of delivered image frames.
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | IMapper.hal | 44 /** Buffer pixel format. */ 48 * Buffer usage mask; valid flags can be found in the definition of 120 * Frees a buffer handle. Buffer handles returned by importBuffer() must be 141 * @param buffer Buffer to validate against. 164 * @param buffer Buffer to get the transport size from. 205 * @param buffer Buffer to lock. 247 * @param buffer Buffer to lock. 277 * @param buffer Buffer to unlock.
|
D | types.hal | 60 * Buffer chroma subsampling is defined in the format.
|
/hardware/interfaces/graphics/common/1.2/ |
D | types.hal | 99 * Buffer usage definitions. 103 * Buffer is used as input for HEIC encoder.
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsCameraStream.hal | 27 * Buffer handles received by this method must be returned via calls to
|
/hardware/interfaces/graphics/mapper/2.1/ |
D | IMapper.hal | 50 /** Buffer pixel format. */ 54 * Buffer usage mask; valid flags can be found in the definition of
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | depth_process_block.h | 91 depth_generator::Buffer* depth_buffer);
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | types.hal | 41 * Buffer chroma subsampling is defined in the format.
|