Home
last modified time | relevance | path

Searched defs:GetUsage (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_buf_descriptor.h85 uint64_t GetUsage() const { return usage_; } in GetUsage() function
H A Dgr_priv_handle.h175 uint64_t GetUsage() const { return usage; } in GetUsage() function
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_buf_descriptor.h63 uint64_t GetUsage() const { return usage_; } in GetUsage() function
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_buf_descriptor.h64 uint64_t GetUsage() const { return usage_; } in GetUsage() function
/aosp12/system/tools/aidl/
H A Doptions.cpp44 string Options::GetUsage() const { in GetUsage() function in android::aidl::Options
/aosp12/art/tools/art_verifier/
H A Dart_verifier.cc144 std::string GetUsage() const override { in GetUsage() function
/aosp12/art/cmdline/
H A Dcmdline.h214 virtual std::string GetUsage() const { in GetUsage() function
/aosp12/art/imgdiag/
H A Dimgdiag.cc1924 std::string GetUsage() const override { in GetUsage() function
/aosp12/art/oatdump/
H A Doatdump.cc3141 std::string GetUsage() const override { in GetUsage() function
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp1168 TEST_P(GraphicsMapperHidlTest, GetUsage) { in TEST_P() argument