Home
last modified time | relevance | path

Searched refs:GetUsage (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/sm8150/display/gralloc/
Dgr_allocator.cpp96 descriptor.GetUsage()); in GetBufferInfo()
184 cur_uncached = UseUncached(descriptors[i]->GetFormat(), descriptors[i]->GetUsage()); in CheckForBufferSharing()
185 GetIonHeapInfo(descriptors[i]->GetUsage(), &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing()
Dgr_buf_descriptor.h64 uint64_t GetUsage() const { return usage_; } in GetUsage() function
Dgr_device_impl.cpp388 *outUsage = static_cast<gralloc1_consumer_usage_t>(PRIV_HANDLE_CONST(buffer)->GetUsage()); in GetConsumerUsage()
446 *outUsage = static_cast<gralloc1_producer_usage_t>(PRIV_HANDLE_CONST(buffer)->GetUsage()); in GetProducerUsage()
Dgr_buf_mgr.cpp57 descriptor.GetUsage()); in GetBufferInfo()
994 uint64_t usage = descriptor.GetUsage(); in AllocateBuffer()
/hardware/qcom/sm7250/display/gralloc/
Dgr_allocator.cpp88 descriptor.GetUsage()); in GetBufferInfo()
176 cur_uncached = UseUncached(descriptors[i]->GetFormat(), descriptors[i]->GetUsage()); in CheckForBufferSharing()
177 GetIonHeapInfo(descriptors[i]->GetUsage(), &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing()
Dgr_buf_descriptor.h63 uint64_t GetUsage() const { return usage_; } in GetUsage() function
Dgr_device_impl.cpp391 *outUsage = static_cast<uint64_t>(PRIV_HANDLE_CONST(buffer)->GetUsage()); in GetConsumerUsage()
449 *outUsage = static_cast<uint64_t>(PRIV_HANDLE_CONST(buffer)->GetUsage()); in GetProducerUsage()
Dgr_buf_mgr.cpp58 descriptor.GetUsage()); in GetBufferInfo()
1000 uint64_t usage = descriptor.GetUsage(); in AllocateBuffer()
/hardware/qcom/sdm845/display/gralloc/
Dgr_allocator.cpp75 descriptor.GetUsage()); in GetBufferInfo()
157 cur_uncached = UseUncached(descriptors[i]->GetUsage()); in CheckForBufferSharing()
158 GetIonHeapInfo(descriptors[i]->GetUsage(), &cur_heap_id, &cur_alloc_type, &cur_ion_flags); in CheckForBufferSharing()
Dgr_buf_descriptor.h85 uint64_t GetUsage() const { return usage_; } in GetUsage() function
Dgr_priv_handle.h175 uint64_t GetUsage() const { return usage; } in GetUsage() function
Dgr_buf_mgr.cpp37 descriptor.GetUsage()); in GetBufferInfo()
308 uint64_t usage = descriptor.GetUsage(); in AllocateBuffer()
Dgr_device_impl.cpp381 *outUsage = static_cast<gralloc1_consumer_usage_t>(PRIV_HANDLE_CONST(buffer)->GetUsage()); in GetConsumerUsage()
427 *outUsage = static_cast<gralloc1_producer_usage_t>(PRIV_HANDLE_CONST(buffer)->GetUsage()); in GetProducerUsage()