/hardware/qcom/display/msm8996/libgralloc1/ |
gr_device_impl.h | 63 static inline gralloc1_error_t Dump(gralloc1_device_t *device, uint32_t *out_size, 65 static inline gralloc1_error_t CheckDeviceAndHandle(gralloc1_device_t *device, 67 static gralloc1_error_t CreateBufferDescriptor(gralloc1_device_t *device, 69 static gralloc1_error_t DestroyBufferDescriptor(gralloc1_device_t *device, 71 static gralloc1_error_t SetConsumerUsage(gralloc1_device_t *device, 74 static gralloc1_error_t SetBufferDimensions(gralloc1_device_t *device, 77 static gralloc1_error_t SetColorFormat(gralloc1_device_t *device, 79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device, 82 static gralloc1_error_t SetProducerUsage(gralloc1_device_t *device, 85 static gralloc1_error_t GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer [all...] |
gr_buf_mgr.h | 38 gralloc1_error_t CreateBufferDescriptor(gralloc1_buffer_descriptor_t *descriptor_id); 39 gralloc1_error_t DestroyBufferDescriptor(gralloc1_buffer_descriptor_t descriptor_id); 40 gralloc1_error_t AllocateBuffers(uint32_t num_descriptors, 43 gralloc1_error_t RetainBuffer(private_handle_t const *hnd); 44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd); 45 gralloc1_error_t LockBuffer(const private_handle_t *hnd, gralloc1_producer_usage_t prod_usage, 47 gralloc1_error_t UnlockBuffer(const private_handle_t *hnd); 48 gralloc1_error_t Perform(int operation, va_list args); 49 gralloc1_error_t GetFlexLayout(const private_handle_t *hnd, struct android_flex_layout *layout); 50 gralloc1_error_t GetNumFlexPlanes(const private_handle_t *hnd, uint32_t *out_num_planes) [all...] |
gr_device_impl.cpp | 176 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, 188 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, 199 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, 208 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device, 217 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device, 229 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device, 242 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, 254 gralloc1_error_t GrallocImpl::SetLayerCount(gralloc1_device_t *device, 267 gralloc1_error_t GrallocImpl::SetProducerUsage(gralloc1_device_t *device, 279 gralloc1_error_t GrallocImpl::GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer [all...] |
gr_buf_mgr.cpp | 59 gralloc1_error_t BufferManager::CreateBufferDescriptor( 68 gralloc1_error_t BufferManager::DestroyBufferDescriptor( 85 gralloc1_error_t BufferManager::AllocateBuffers(uint32_t num_descriptors, 89 gralloc1_error_t status = GRALLOC1_ERROR_NONE; 192 gralloc1_error_t BufferManager::FreeBuffer(std::shared_ptr<Buffer> buf) { 220 gralloc1_error_t BufferManager::ImportHandleLocked(private_handle_t *hnd) { 254 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) { 275 gralloc1_error_t BufferManager::RetainBuffer(private_handle_t const *hnd) { 280 gralloc1_error_t err = GRALLOC1_ERROR_NONE; 292 gralloc1_error_t BufferManager::ReleaseBuffer(private_handle_t const *hnd) [all...] |
gr_priv_handle.h | 32 typedef gralloc1_error_t (*GRALLOC1_PFN_PERFORM)(gralloc1_device_t *device, int operation, ...);
|
/hardware/qcom/display/msm8998/libgralloc1/ |
gr_device_impl.h | 63 static inline gralloc1_error_t Dump(gralloc1_device_t *device, uint32_t *out_size, 65 static inline gralloc1_error_t CheckDeviceAndHandle(gralloc1_device_t *device, 67 static gralloc1_error_t CreateBufferDescriptor(gralloc1_device_t *device, 69 static gralloc1_error_t DestroyBufferDescriptor(gralloc1_device_t *device, 71 static gralloc1_error_t SetConsumerUsage(gralloc1_device_t *device, 74 static gralloc1_error_t SetBufferDimensions(gralloc1_device_t *device, 77 static gralloc1_error_t SetColorFormat(gralloc1_device_t *device, 79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device, 82 static gralloc1_error_t SetProducerUsage(gralloc1_device_t *device, 85 static gralloc1_error_t GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer [all...] |
gr_buf_mgr.h | 38 gralloc1_error_t CreateBufferDescriptor(gralloc1_buffer_descriptor_t *descriptor_id); 39 gralloc1_error_t DestroyBufferDescriptor(gralloc1_buffer_descriptor_t descriptor_id); 40 gralloc1_error_t AllocateBuffers(uint32_t num_descriptors, 43 gralloc1_error_t RetainBuffer(private_handle_t const *hnd); 44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd); 45 gralloc1_error_t LockBuffer(const private_handle_t *hnd, gralloc1_producer_usage_t prod_usage, 47 gralloc1_error_t UnlockBuffer(const private_handle_t *hnd); 48 gralloc1_error_t Perform(int operation, va_list args); 49 gralloc1_error_t GetFlexLayout(const private_handle_t *hnd, struct android_flex_layout *layout); 50 gralloc1_error_t GetNumFlexPlanes(const private_handle_t *hnd, uint32_t *out_num_planes) [all...] |
gr_device_impl.cpp | 179 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, 203 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, 214 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, 223 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device, 232 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device, 244 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device, 257 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, 269 gralloc1_error_t GrallocImpl::SetLayerCount(gralloc1_device_t *device, 282 gralloc1_error_t GrallocImpl::SetProducerUsage(gralloc1_device_t *device, 294 gralloc1_error_t GrallocImpl::GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer [all...] |
gr_buf_mgr.cpp | 59 gralloc1_error_t BufferManager::CreateBufferDescriptor( 68 gralloc1_error_t BufferManager::DestroyBufferDescriptor( 85 gralloc1_error_t BufferManager::AllocateBuffers(uint32_t num_descriptors, 89 gralloc1_error_t status = GRALLOC1_ERROR_NONE; 191 gralloc1_error_t BufferManager::FreeBuffer(std::shared_ptr<Buffer> buf) { 227 gralloc1_error_t BufferManager::ImportHandleLocked(private_handle_t *hnd) { 257 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) { 269 gralloc1_error_t BufferManager::RetainBuffer(private_handle_t const *hnd) { 271 gralloc1_error_t err = GRALLOC1_ERROR_NONE; 283 gralloc1_error_t BufferManager::ReleaseBuffer(private_handle_t const *hnd) [all...] |
gr_priv_handle.h | 32 typedef gralloc1_error_t (*GRALLOC1_PFN_PERFORM)(gralloc1_device_t *device, int operation, ...);
|
/hardware/qcom/display/sdm845/libgralloc1/ |
gr_device_impl.h | 63 static inline gralloc1_error_t Dump(gralloc1_device_t *device, uint32_t *out_size, 65 static inline gralloc1_error_t CheckDeviceAndHandle(gralloc1_device_t *device, 67 static gralloc1_error_t CreateBufferDescriptor(gralloc1_device_t *device, 69 static gralloc1_error_t DestroyBufferDescriptor(gralloc1_device_t *device, 71 static gralloc1_error_t SetConsumerUsage(gralloc1_device_t *device, 74 static gralloc1_error_t SetBufferDimensions(gralloc1_device_t *device, 77 static gralloc1_error_t SetColorFormat(gralloc1_device_t *device, 79 static gralloc1_error_t SetLayerCount(gralloc1_device_t *device, 82 static gralloc1_error_t SetProducerUsage(gralloc1_device_t *device, 85 static gralloc1_error_t GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer [all...] |
gr_buf_mgr.h | 38 gralloc1_error_t CreateBufferDescriptor(gralloc1_buffer_descriptor_t *descriptor_id); 39 gralloc1_error_t DestroyBufferDescriptor(gralloc1_buffer_descriptor_t descriptor_id); 40 gralloc1_error_t AllocateBuffers(uint32_t num_descriptors, 43 gralloc1_error_t RetainBuffer(private_handle_t const *hnd); 44 gralloc1_error_t ReleaseBuffer(private_handle_t const *hnd); 45 gralloc1_error_t LockBuffer(const private_handle_t *hnd, gralloc1_producer_usage_t prod_usage, 47 gralloc1_error_t UnlockBuffer(const private_handle_t *hnd); 48 gralloc1_error_t Perform(int operation, va_list args); 49 gralloc1_error_t GetFlexLayout(const private_handle_t *hnd, struct android_flex_layout *layout); 50 gralloc1_error_t GetNumFlexPlanes(const private_handle_t *hnd, uint32_t *out_num_planes) [all...] |
gr_device_impl.cpp | 179 gralloc1_error_t GrallocImpl::Dump(gralloc1_device_t *device, uint32_t *out_size, 203 gralloc1_error_t GrallocImpl::CheckDeviceAndHandle(gralloc1_device_t *device, 214 gralloc1_error_t GrallocImpl::CreateBufferDescriptor(gralloc1_device_t *device, 223 gralloc1_error_t GrallocImpl::DestroyBufferDescriptor(gralloc1_device_t *device, 232 gralloc1_error_t GrallocImpl::SetConsumerUsage(gralloc1_device_t *device, 244 gralloc1_error_t GrallocImpl::SetBufferDimensions(gralloc1_device_t *device, 257 gralloc1_error_t GrallocImpl::SetColorFormat(gralloc1_device_t *device, 269 gralloc1_error_t GrallocImpl::SetLayerCount(gralloc1_device_t *device, 282 gralloc1_error_t GrallocImpl::SetProducerUsage(gralloc1_device_t *device, 294 gralloc1_error_t GrallocImpl::GetBackingStore(gralloc1_device_t *device, buffer_handle_t buffer [all...] |
gr_buf_mgr.cpp | 65 gralloc1_error_t BufferManager::CreateBufferDescriptor( 74 gralloc1_error_t BufferManager::DestroyBufferDescriptor( 91 gralloc1_error_t BufferManager::AllocateBuffers(uint32_t num_descriptors, 95 gralloc1_error_t status = GRALLOC1_ERROR_NONE; 200 gralloc1_error_t BufferManager::FreeBuffer(std::shared_ptr<Buffer> buf) { 228 gralloc1_error_t BufferManager::ImportHandleLocked(private_handle_t *hnd) { 258 gralloc1_error_t BufferManager::MapBuffer(private_handle_t const *handle) { 279 gralloc1_error_t BufferManager::RetainBuffer(private_handle_t const *hnd) { 285 gralloc1_error_t err = GRALLOC1_ERROR_NONE; 304 gralloc1_error_t BufferManager::ReleaseBuffer(private_handle_t const *hnd) [all...] |
gr_priv_handle.h | 32 typedef gralloc1_error_t (*GRALLOC1_PFN_PERFORM)(gralloc1_device_t *device, int operation, ...);
|
/hardware/interfaces/graphics/allocator/2.0/default/ |
Gralloc1On0Adapter.h | 89 gralloc1_error_t createDescriptor( 97 gralloc1_error_t destroyDescriptor(gralloc1_buffer_descriptor_t descriptor); 115 gralloc1_error_t setDimensions(uint32_t w, uint32_t h) { 121 gralloc1_error_t setFormat(int32_t f) { 126 gralloc1_error_t setLayerCount(uint32_t lc) { 131 gralloc1_error_t setProducerUsage(gralloc1_producer_usage_t usage) { 136 gralloc1_error_t setConsumerUsage(gralloc1_consumer_usage_t usage) { 152 gralloc1_error_t (Descriptor::*member)(Args...), Args... args) { 212 gralloc1_error_t getBackingStore( 218 gralloc1_error_t getConsumerUsage [all...] |
Gralloc1On0Adapter.cpp | 195 gralloc1_error_t Gralloc1On0Adapter::createDescriptor( 208 gralloc1_error_t Gralloc1On0Adapter::destroyDescriptor( 233 gralloc1_error_t Gralloc1On0Adapter::allocate( 293 gralloc1_error_t error = GRALLOC1_ERROR_NONE; 325 gralloc1_error_t Gralloc1On0Adapter::retain( 333 gralloc1_error_t Gralloc1On0Adapter::release( 360 gralloc1_error_t Gralloc1On0Adapter::retain(buffer_handle_t bufferHandle) 433 gralloc1_error_t Gralloc1On0Adapter::lock( 465 gralloc1_error_t Gralloc1On0Adapter::lockFlex( 510 gralloc1_error_t Gralloc1On0Adapter::unlock [all...] |
/hardware/libhardware/include/hardware/ |
gralloc1.h | 170 } gralloc1_error_t; typedef in typeref:enum:__anon43179 366 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_CREATE_DESCRIPTOR)( 382 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_DESTROY_DESCRIPTOR)( 409 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_CONSUMER_USAGE)( 434 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_DIMENSIONS)( 453 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_FORMAT)( 477 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_LAYER_COUNT)( 497 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_SET_PRODUCER_USAGE)( 535 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_GET_BACKING_STORE)( 557 typedef int32_t /*gralloc1_error_t*/ (*GRALLOC1_PFN_GET_CONSUMER_USAGE) [all...] |