/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | gr_allocator.cpp | 88 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()
|
H A D | gr_buf_descriptor.h | 63 uint64_t GetUsage() const { return usage_; } in GetUsage() function
|
H A D | gr_device_impl.cpp | 391 *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()
|
H A D | gr_buf_mgr.cpp | 58 descriptor.GetUsage()); in GetBufferInfo() 1000 uint64_t usage = descriptor.GetUsage(); in AllocateBuffer()
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | gr_allocator.cpp | 96 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()
|
H A D | gr_buf_descriptor.h | 64 uint64_t GetUsage() const { return usage_; } in GetUsage() function
|
H A D | gr_device_impl.cpp | 388 *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()
|
H A D | gr_buf_mgr.cpp | 57 descriptor.GetUsage()); in GetBufferInfo() 994 uint64_t usage = descriptor.GetUsage(); in AllocateBuffer()
|
/aosp12/hardware/qcom/sdm845/display/gralloc/ |
H A D | gr_allocator.cpp | 75 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()
|
H A D | gr_buf_descriptor.h | 85 uint64_t GetUsage() const { return usage_; } in GetUsage() function
|
H A D | gr_priv_handle.h | 175 uint64_t GetUsage() const { return usage; } in GetUsage() function
|
H A D | gr_buf_mgr.cpp | 37 descriptor.GetUsage()); in GetBufferInfo() 308 uint64_t usage = descriptor.GetUsage(); in AllocateBuffer()
|
H A D | gr_device_impl.cpp | 381 *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()
|
/aosp12/system/tools/aidl/ |
H A D | main.cpp | 35 AIDL_ERROR(options.GetErrorMessage()) << options.GetUsage(); in main()
|
H A D | options.cpp | 44 string Options::GetUsage() const { in GetUsage() function in android::aidl::Options 377 std::cerr << GetUsage(); in Options() 384 std::cerr << GetUsage(); in Options()
|
H A D | options.h | 154 string GetUsage() const;
|
/aosp12/art/tools/art_verifier/ |
H A D | art_verifier.cc | 144 std::string GetUsage() const override { in GetUsage() function 159 usage += Base::GetUsage(); in GetUsage()
|
/aosp12/art/cmdline/ |
H A D | cmdline.h | 214 virtual std::string GetUsage() const { in GetUsage() function 320 fprintf(stderr, "%s", GetUsage().c_str()); in PrintUsage()
|
/aosp12/art/imgdiag/ |
H A D | imgdiag.cc | 1924 std::string GetUsage() const override { in GetUsage() function 1933 usage += Base::GetUsage(); in GetUsage()
|
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 3141 std::string GetUsage() const override { in GetUsage() function 3164 usage += Base::GetUsage(); in GetUsage()
|
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/ |
H A D | VtsHalGraphicsMapperV4_0TargetTest.cpp | 1168 TEST_P(GraphicsMapperHidlTest, GetUsage) { in TEST_P() argument
|